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