5 types derived from WriterState
System.Xaml (5)
System\Xaml\XamlMarkupExtensionWriter.cs (5)
298
private class Start :
WriterState
324
private abstract class InObject :
WriterState
483
private abstract class InPositionalParameters :
WriterState
555
private class InMember :
WriterState
592
private class InMemberAfterValueOrEndObject :
WriterState
15 references to WriterState
System.Xaml (15)
System\Xaml\XamlMarkupExtensionWriter.cs (15)
14
private
WriterState
currentState;
300
private static
WriterState
state = new Start();
304
public static
WriterState
State
432
private static
WriterState
state = new InObjectBeforeMember();
436
public static
WriterState
State
462
private static
WriterState
state = new InObjectAfterMember();
466
public static
WriterState
State
511
private static
WriterState
state = new InPositionalParametersBeforeValue();
515
public static
WriterState
State
528
private static
WriterState
state = new InPositionalParametersAfterValue();
532
public static
WriterState
State
557
private static
WriterState
state = new InMember();
561
public static
WriterState
State
594
private static
WriterState
state = new InMemberAfterValueOrEndObject();
598
public static
WriterState
State