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