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