15 types derived from WriterState
System.Xaml (15)
System\Xaml\XamlXmlWriter.cs (15)
929
class Start :
WriterState
964
class End :
WriterState
976
class InRecord :
WriterState
1100
class InRecordTryAttributes :
WriterState
1212
class InMember :
WriterState
1399
class InMemberAfterValue :
WriterState
1442
class InMemberAfterValueWithSignificantWhitespace :
WriterState
1490
class InMemberAfterEndObject :
WriterState
1527
class InMemberAttributedMember :
WriterState
1561
class InMemberTryAttributes :
WriterState
1619
class InMemberTryAttributesAfterValue :
WriterState
1664
class TryContentProperty :
WriterState
1706
class TryContentPropertyInTryAttributesState :
WriterState
1756
class TryCurlyForm :
WriterState
1870
class ExpandPositionalParameters :
WriterState
32 references to WriterState
System.Xaml (32)
System\Xaml\XamlXmlWriter.cs (32)
23
WriterState
currentState;
931
static
WriterState
state = new Start();
935
public static
WriterState
State
966
static
WriterState
state = new End();
970
public static
WriterState
State
978
static
WriterState
state = new InRecord();
982
public static
WriterState
State
1102
static
WriterState
state = new InRecordTryAttributes();
1106
public static
WriterState
State
1214
static
WriterState
state = new InMember();
1218
public static
WriterState
State
1401
static
WriterState
state = new InMemberAfterValue();
1405
public static
WriterState
State
1444
static
WriterState
state = new InMemberAfterValueWithSignificantWhitespace();
1448
public static
WriterState
State
1492
static
WriterState
state = new InMemberAfterEndObject();
1496
public static
WriterState
State
1529
static
WriterState
state = new InMemberAttributedMember();
1533
public static
WriterState
State
1563
static
WriterState
state = new InMemberTryAttributes();
1567
public static
WriterState
State
1621
static
WriterState
state = new InMemberTryAttributesAfterValue();
1625
public static
WriterState
State
1666
static
WriterState
state = new TryContentProperty();
1670
public static
WriterState
State
1708
static
WriterState
state = new TryContentPropertyInTryAttributesState();
1712
public static
WriterState
State
1758
static
WriterState
state = new TryCurlyForm();
1762
public static
WriterState
State
1872
static
WriterState
state = new ExpandPositionalParameters();
1877
public static
WriterState
State
2145
public
WriterState
ReturnState