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