3 instantiations of TrimSurroundingWhitespaceAttribute
PresentationFramework (1)
System\Windows\Documents\LineBreak.cs (1)
16[TrimSurroundingWhitespace]
System.Xaml.Tests (2)
System\Windows\Markup\TrimSurroundingWhitespaceAttributeTests.cs (1)
13new TrimSurroundingWhitespaceAttribute();
System\Xaml\XamlTypeTests.cs (1)
4192[TrimSurroundingWhitespace]
7 references to TrimSurroundingWhitespaceAttribute
PresentationFramework (6)
System\Windows\Markup\Primitives\MarkupWriter.cs (3)
1232TrimSurroundingWhitespaceAttribute attribute = item.Attributes[typeof(TrimSurroundingWhitespaceAttribute)] as TrimSurroundingWhitespaceAttribute;
System\Windows\Markup\XamlTypeMapper.cs (3)
3751TrimSurroundingWhitespaceAttribute[] trimAttribute = 3752type.GetCustomAttributes(typeof(TrimSurroundingWhitespaceAttribute),true ) 3753as TrimSurroundingWhitespaceAttribute[];
System.Xaml (1)
System\Xaml\XamlType.cs (1)
1326if (_reflector.IsAttributePresent(typeof(TrimSurroundingWhitespaceAttribute)))