3 references to TrimSurroundingWhitespace
System.Xaml (3)
System\Xaml\Parser\XamlPullParser.cs (2)
895if (previousObject == null || previousObject.TrimSurroundingWhitespace) 905if (nextXamlType.TrimSurroundingWhitespace)
System\Xaml\XamlType.cs (1)
1247return BaseType.TrimSurroundingWhitespace;