XamlIlContext.Context<TTarget> Class
Definition
public class XamlIlContext.Context<TTarget>
Constructors
| Name | Description |
|---|---|
| XamlIlContext.Context<TTarget> | No summary available. |
XamlIlContext.Context<TTarget> Constructor
public XamlIlContext.Context<TTarget>(IServiceProvider arg0, object[] arg1, string arg2)
Parameters
arg0 IServiceProvider
arg1 object[]
arg2 string
Methods
| Name | Description |
|---|---|
| GetService | No summary available. |
| PopParent | No summary available. |
| PushParent | No summary available. |
GetService Method
public object GetService(Type arg0)
Parameters
arg0 Type
Returns
object
PopParent Method
public void PopParent()
PushParent Method
public void PushParent(object arg0)
Parameters
arg0 object
Properties
| Name | Description |
|---|---|
| BaseUri | No summary available. |
BaseUri Property
public Uri BaseUri { get; set; }
Fields
| Name | Description |
|---|---|
| AvaloniaNameScope | No summary available. |
| IntermediateRoot | No summary available. |
| ParentsStack | No summary available. |
| ProvideTargetObject | No summary available. |
| ProvideTargetProperty | No summary available. |
| RootObject | No summary available. |
AvaloniaNameScope Field
public Avalonia.Controls.INameScope AvaloniaNameScope
IntermediateRoot Field
public object IntermediateRoot
ParentsStack Field
public System.Collections.Generic.List<object> ParentsStack
ProvideTargetObject Field
public object ProvideTargetObject
ProvideTargetProperty Field
public object ProvideTargetProperty
RootObject Field
public TTarget RootObject