1 instantiation of TrimSurroundingWhitespaceAttribute
PresentationFramework (1)
System\Windows\Documents\LineBreak.cs (1)
15
[
TrimSurroundingWhitespace
]
7 references to TrimSurroundingWhitespaceAttribute
PresentationFramework (6)
System\Windows\Markup\Primitives\MarkupWriter.cs (3)
1232
TrimSurroundingWhitespaceAttribute
attribute = item.Attributes[typeof(
TrimSurroundingWhitespaceAttribute
)] as
TrimSurroundingWhitespaceAttribute
;
System\Windows\Markup\XamlTypeMapper.cs (3)
3750
TrimSurroundingWhitespaceAttribute
[] trimAttribute =
3751
type.GetCustomAttributes(typeof(
TrimSurroundingWhitespaceAttribute
),true )
3752
as
TrimSurroundingWhitespaceAttribute
[];
System.Xaml (1)
System\Xaml\XamlType.cs (1)
1325
if (_reflector.IsAttributePresent(typeof(
TrimSurroundingWhitespaceAttribute
)))