1 write to AttachedPropertySetter
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapper.cs (1)
900
attributeInfo.
AttachedPropertySetter
= attachedPropertyInfo;
6 references to AttachedPropertySetter
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (4)
3683
if (attribInfo.
AttachedPropertySetter
== null)
3687
attachedPropertySetter = attribInfo.
AttachedPropertySetter
;
5799
if (_attributeInfo.
AttachedPropertySetter
== null)
5805
return _attributeInfo.
AttachedPropertySetter
;
System\Windows\Markup\BamlRecords.cs (1)
4666
MethodInfo methodInfo =
AttachedPropertySetter
;
System\Windows\Markup\XamlTypeMapper.cs (1)
911
if (attributeInfo.
AttachedPropertySetter
== null)