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