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