Table of Contents

Class MarkupExtensionWrapper

Namespace
Alternet.FormDesigner.Wpf.XamlDom
Assembly
Alternet.FormDesigner.Wpf.v10.dll

A wrapper for markup extensions if custom behavior of ProvideValue(IServiceProvider) is needed in the designer.

public abstract class MarkupExtensionWrapper
Inheritance
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.