1 write to AttachedPropertySetter
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapper.cs (1)
892
attributeInfo.
AttachedPropertySetter
= attachedPropertyInfo;
6 references to AttachedPropertySetter
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (4)
3675
if (attribInfo.
AttachedPropertySetter
== null)
3679
attachedPropertySetter = attribInfo.
AttachedPropertySetter
;
5784
if (_attributeInfo.
AttachedPropertySetter
== null)
5790
return _attributeInfo.
AttachedPropertySetter
;
System\Windows\Markup\BamlRecords.cs (1)
4660
MethodInfo methodInfo =
AttachedPropertySetter
;
System\Windows\Markup\XamlTypeMapper.cs (1)
903
if (attributeInfo.
AttachedPropertySetter
== null)