15 types derived from WriterState
System.Xaml (15)
System\Xaml\XamlXmlWriter.cs (15)
944
class Start :
WriterState
980
class End :
WriterState
993
class InRecord :
WriterState
1119
class InRecordTryAttributes :
WriterState
1231
class InMember :
WriterState
1425
class InMemberAfterValue :
WriterState
1470
class InMemberAfterValueWithSignificantWhitespace :
WriterState
1519
class InMemberAfterEndObject :
WriterState
1557
class InMemberAttributedMember :
WriterState
1591
class InMemberTryAttributes :
WriterState
1651
class InMemberTryAttributesAfterValue :
WriterState
1697
class TryContentProperty :
WriterState
1741
class TryContentPropertyInTryAttributesState :
WriterState
1792
class TryCurlyForm :
WriterState
1907
class ExpandPositionalParameters :
WriterState
32 references to WriterState
System.Xaml (32)
System\Xaml\XamlXmlWriter.cs (32)
21
WriterState
currentState;
946
static
WriterState
state = new Start();
951
public static
WriterState
State
982
static
WriterState
state = new End();
987
public static
WriterState
State
995
static
WriterState
state = new InRecord();
1000
public static
WriterState
State
1121
static
WriterState
state = new InRecordTryAttributes();
1126
public static
WriterState
State
1233
static
WriterState
state = new InMember();
1238
public static
WriterState
State
1427
static
WriterState
state = new InMemberAfterValue();
1432
public static
WriterState
State
1472
static
WriterState
state = new InMemberAfterValueWithSignificantWhitespace();
1477
public static
WriterState
State
1521
static
WriterState
state = new InMemberAfterEndObject();
1526
public static
WriterState
State
1559
static
WriterState
state = new InMemberAttributedMember();
1564
public static
WriterState
State
1593
static
WriterState
state = new InMemberTryAttributes();
1598
public static
WriterState
State
1653
static
WriterState
state = new InMemberTryAttributesAfterValue();
1658
public static
WriterState
State
1699
static
WriterState
state = new TryContentProperty();
1704
public static
WriterState
State
1743
static
WriterState
state = new TryContentPropertyInTryAttributesState();
1748
public static
WriterState
State
1794
static
WriterState
state = new TryCurlyForm();
1799
public static
WriterState
State
1909
static
WriterState
state = new ExpandPositionalParameters();
1914
public static
WriterState
State
2185
public
WriterState
ReturnState