3 references to TrimSurroundingWhitespace
System.Xaml (3)
System\Xaml\XamlType.cs (3)
188public bool TrimSurroundingWhitespace { get { return GetFlag(BoolTypeBits.TrimSurroundingWhitespace); } } 1249return GetDefaultFlag(BoolTypeBits.TrimSurroundingWhitespace); 1637case BoolTypeBits.TrimSurroundingWhitespace: