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