Method | Description | |
---|---|---|
CreateDependencyObjectFromFile ( string xaml, bool create_namescope, object element_type ) : DependencyObject | ||
CreateDependencyObjectFromString ( string xaml, bool create_namescope, object element_type ) : DependencyObject | ||
CreateFromFileWithError ( string xaml, bool create_namescope, |
||
CreateFromStringWithError ( string xaml, bool create_namescope, object element_type, int flags, SLError error, DependencyObject owner = null ) : object | ||
Dispose ( ) : void | ||
HydrateFromStringWithError ( string xaml, object obj, bool create_namescope, object element_type, int flags, SLError error ) : object |
public CreateDependencyObjectFromFile ( string xaml, bool create_namescope, object element_type ) : DependencyObject | ||
xaml | string | |
create_namescope | bool | |
element_type | object | |
return | DependencyObject |
public CreateDependencyObjectFromString ( string xaml, bool create_namescope, object element_type ) : DependencyObject | ||
xaml | string | |
create_namescope | bool | |
element_type | object | |
return | DependencyObject |
public CreateFromFileWithError ( string xaml, bool create_namescope, |
||
xaml | string | |
create_namescope | bool | |
element_type | ||
error | SLError | |
return | object |
public CreateFromStringWithError ( string xaml, bool create_namescope, object element_type, int flags, SLError error, DependencyObject owner = null ) : object | ||
xaml | string | |
create_namescope | bool | |
element_type | object | |
flags | int | |
error | SLError | |
owner | DependencyObject | |
return | object |
public HydrateFromStringWithError ( string xaml, object obj, bool create_namescope, object element_type, int flags, SLError error ) : object | ||
xaml | string | |
obj | object | |
create_namescope | bool | |
element_type | object | |
flags | int | |
error | SLError | |
return | object |