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