XamlObjectServiceProvider Class
Definition
Namespace: Alternet.FormDesigner.Wpf.XamlDom
Assembly: Alternet.FormDesigner.Wpf.v9.dll
A service provider that provides the IProvideValueTarget and IXamlTypeResolver services. No other services (e.g. from the document's service provider) are offered.
Inheritance
System.Object
XamlObjectServiceProvider
Implements
System.IServiceProvider
System.Xaml.IXamlNameResolver
System.Windows.Markup.IProvideValueTarget
System.Xaml.IXamlSchemaContextProvider
System.Xaml.IAmbientProvider
System.Windows.Markup.IUriContext
Syntax
public class XamlObjectServiceProvider : IServiceProvider, IXamlNameResolver, IProvideValueTarget, IXamlSchemaContextProvider, IAmbientProvider, IUriContext
Constructors
XamlObjectServiceProvider(XamlObject) | Creates a new XamlObjectServiceProvider instance. |
Properties
BaseUri | |
IsFixupTokenAvailable | |
SchemaContext | |
TargetObject | Gets the target object (the DependencyObject instance on which a property should be set) |
TargetProperty | Gets the target dependency property. |
XamlObject | Gets the XamlObject that owns this service provider (e.g. the XamlObject that represents a markup extension). |
Methods
Events
OnNameScopeInitializationComplete |
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()
Implements
System.IServiceProvider
System.Xaml.IXamlNameResolver
System.Windows.Markup.IProvideValueTarget
System.Xaml.IXamlSchemaContextProvider
System.Xaml.IAmbientProvider
System.Windows.Markup.IUriContext