3 references to AttributesProperty
PresentationFramework (3)
src\Framework\System\Windows\Localization.cs (3)
97
return GetValue(element,
AttributesProperty
);
113
SetValue(element,
AttributesProperty
, attributes);
133
Debug.Assert(property ==
AttributesProperty
);