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