MarkupExtensionWrapper Class
Definition
Namespace: Alternet.FormDesigner.Wpf.XamlDom
Assembly: Alternet.FormDesigner.Wpf.v9.dll
A wrapper for markup extensions if custom behavior of System.Windows.Markup.MarkupExtension.ProvideValue(System.IServiceProvider) is needed in the designer.
Inheritance
System.Object
MarkupExtensionWrapper
Syntax
public abstract class MarkupExtensionWrapper
Constructors
MarkupExtensionWrapper(XamlObject) | Initializes a new instance. |
Properties
XamlObject | Gets the XamlObject object that represents the markup extension. |
Methods
ProvideValue() | Returns an object that should be used as the value of the target property in the designer. |
RegisterMarkupExtensionWrapper(Type, Type) | Registers a markup extension wrapper. |
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()