DependencyPropertyValueSource.IsMarkupExtension Property
Gets a value indicating whether this DependencyPropertyValueSource represents a property set to a markup extension.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property IsMarkupExtension As Boolean
Get
public bool IsMarkupExtension { get; }
public:
property bool IsMarkupExtension {
bool get ();
}
member IsMarkupExtension : bool
function get IsMarkupExtension () : boolean
Property Value
Type: System.Boolean
true if this object represents a property set to a markup extension; otherwise, false.
Remarks
Objects that represent markup extensions include instances obtained from Binding, DynamicResource, StaticResource, Static, TemplateBinding or CustomMarkupExtension.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DependencyPropertyValueSource Class
Microsoft.Windows.Design.PropertyEditing Namespace