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