1 write to AttachedPropertySetter
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapper.cs (1)
891
attributeInfo.
AttachedPropertySetter
= attachedPropertyInfo;
6 references to AttachedPropertySetter
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (4)
3674
if (attribInfo.
AttachedPropertySetter
== null)
3678
attachedPropertySetter = attribInfo.
AttachedPropertySetter
;
5783
if (_attributeInfo.
AttachedPropertySetter
== null)
5789
return _attributeInfo.
AttachedPropertySetter
;
System\Windows\Markup\BamlRecords.cs (1)
4659
MethodInfo methodInfo =
AttachedPropertySetter
;
System\Windows\Markup\XamlTypeMapper.cs (1)
902
if (attributeInfo.
AttachedPropertySetter
== null)