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