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