4 references to TrimSurroundingWhitespace
System.Xaml (3)
System\Xaml\Parser\XamlPullParser.cs (2)
936if (previousObject is null || previousObject.TrimSurroundingWhitespace) 946if (nextXamlType.TrimSurroundingWhitespace)
System\Xaml\XamlType.cs (1)
1333return BaseType.TrimSurroundingWhitespace;
System.Xaml.Tests (1)
System\Xaml\XamlTypeTests.cs (1)
4189Assert.Equal(expected, type.TrimSurroundingWhitespace);