15 types derived from WriterState
System.Xaml (15)
System\Xaml\XamlXmlWriter.cs (15)
927
class Start :
WriterState
962
class End :
WriterState
974
class InRecord :
WriterState
1098
class InRecordTryAttributes :
WriterState
1210
class InMember :
WriterState
1397
class InMemberAfterValue :
WriterState
1440
class InMemberAfterValueWithSignificantWhitespace :
WriterState
1488
class InMemberAfterEndObject :
WriterState
1525
class InMemberAttributedMember :
WriterState
1559
class InMemberTryAttributes :
WriterState
1617
class InMemberTryAttributesAfterValue :
WriterState
1662
class TryContentProperty :
WriterState
1704
class TryContentPropertyInTryAttributesState :
WriterState
1754
class TryCurlyForm :
WriterState
1868
class ExpandPositionalParameters :
WriterState
32 references to WriterState
System.Xaml (32)
System\Xaml\XamlXmlWriter.cs (32)
21
WriterState
currentState;
929
static
WriterState
state = new Start();
933
public static
WriterState
State
964
static
WriterState
state = new End();
968
public static
WriterState
State
976
static
WriterState
state = new InRecord();
980
public static
WriterState
State
1100
static
WriterState
state = new InRecordTryAttributes();
1104
public static
WriterState
State
1212
static
WriterState
state = new InMember();
1216
public static
WriterState
State
1399
static
WriterState
state = new InMemberAfterValue();
1403
public static
WriterState
State
1442
static
WriterState
state = new InMemberAfterValueWithSignificantWhitespace();
1446
public static
WriterState
State
1490
static
WriterState
state = new InMemberAfterEndObject();
1494
public static
WriterState
State
1527
static
WriterState
state = new InMemberAttributedMember();
1531
public static
WriterState
State
1561
static
WriterState
state = new InMemberTryAttributes();
1565
public static
WriterState
State
1619
static
WriterState
state = new InMemberTryAttributesAfterValue();
1623
public static
WriterState
State
1664
static
WriterState
state = new TryContentProperty();
1668
public static
WriterState
State
1706
static
WriterState
state = new TryContentPropertyInTryAttributesState();
1710
public static
WriterState
State
1756
static
WriterState
state = new TryCurlyForm();
1760
public static
WriterState
State
1870
static
WriterState
state = new ExpandPositionalParameters();
1875
public static
WriterState
State
2143
public
WriterState
ReturnState