1 instantiation of InMemberAfterValueWithSignificantWhitespace
System.Xaml (1)
System\Xaml\XamlXmlWriter.cs (1)
1444static WriterState state = new InMemberAfterValueWithSignificantWhitespace();
2 references to InMemberAfterValueWithSignificantWhitespace
System.Xaml (2)
System\Xaml\XamlXmlWriter.cs (2)
1290writer.currentState = InMemberAfterValueWithSignificantWhitespace.State; 1305if (writer.currentState != InMemberAfterValueWithSignificantWhitespace.State)