3 overrides of Attributes
PresentationFramework (3)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
175
public override AttributeCollection
Attributes
src\Framework\System\Windows\Markup\Primitives\ExtensionSimplifierMarkupObject.cs (1)
38
public override AttributeCollection
Attributes
src\Framework\System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
45
public override System.ComponentModel.AttributeCollection
Attributes
6 references to Attributes
PresentationFramework (6)
src\Framework\System\Windows\Markup\Primitives\ExtensionSimplifierMarkupObject.cs (1)
40
get { return _baseObject.
Attributes
; }
src\Framework\System\Windows\Markup\Primitives\MarkupWriter.cs (5)
500
ContentPropertyAttribute cpa = item.
Attributes
[typeof(ContentPropertyAttribute)] as ContentPropertyAttribute;
501
XmlLangPropertyAttribute xlpa = item.
Attributes
[typeof(XmlLangPropertyAttribute)] as XmlLangPropertyAttribute;
502
UidPropertyAttribute upa = item.
Attributes
[typeof(UidPropertyAttribute)] as UidPropertyAttribute;
1122
ContentPropertyAttribute cpa = item.
Attributes
[typeof(ContentPropertyAttribute)] as ContentPropertyAttribute;
1251
TrimSurroundingWhitespaceAttribute attribute = item.
Attributes
[typeof(TrimSurroundingWhitespaceAttribute)] as TrimSurroundingWhitespaceAttribute;