1 write to AttachedPropertySetter
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
985
attributeInfo.
AttachedPropertySetter
= attachedPropertyInfo;
6 references to AttachedPropertySetter
PresentationFramework (6)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (4)
3729
if (attribInfo.
AttachedPropertySetter
== null)
3733
attachedPropertySetter = attribInfo.
AttachedPropertySetter
;
5876
if (_attributeInfo.
AttachedPropertySetter
== null)
5883
return _attributeInfo.
AttachedPropertySetter
;
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
4916
MethodInfo methodInfo =
AttachedPropertySetter
;
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
996
if (attributeInfo.
AttachedPropertySetter
== null)