Method | Description | |
---|---|---|
AddAttribute ( bool condition, string attribute, string content ) : |
||
AddAttribute ( string attribute, object content ) : |
||
AddAttribute ( string attribute, string content ) : |
||
CloseCurrentElement ( ) : |
||
Dispose ( ) : void | ||
IsElementOpen ( ) : bool | ||
RegisterReference ( string ns, string clrNamespace, string assembly = null ) : void | ||
StartElement ( string name ) : |
||
StartElement ( string name, Action |
||
XamlWriter ( |
Method | Description | |
---|---|---|
ElementSwitch ( string text, string>.Action |
||
StartRoot ( string name ) : void | ||
WriteAllReferences ( ) : void |
public AddAttribute ( bool condition, string attribute, string content ) : |
||
condition | bool | |
attribute | string | |
content | string | |
return |
public AddAttribute ( string attribute, object content ) : |
||
attribute | string | |
content | object | |
return |
public AddAttribute ( string attribute, string content ) : |
||
attribute | string | |
content | string | |
return |
public RegisterReference ( string ns, string clrNamespace, string assembly = null ) : void | ||
ns | string | |
clrNamespace | string | |
assembly | string | |
return | void |
public StartElement ( string name ) : |
||
name | string | |
return |
public StartElement ( string name, Action |
||
name | string | |
action | Action |
|
return |
public XamlWriter ( |
||
output | ||
settings | ||
closeOutputStream | bool | |
return | System |