1 write to AttachedPropertySetter
PresentationFramework (1)
System\Windows\Markup\XamlTypeMapper.cs (1)
910attributeInfo.AttachedPropertySetter = attachedPropertyInfo;
6 references to AttachedPropertySetter
PresentationFramework (6)
System\Windows\Markup\BamlRecordReader.cs (4)
3692if (attribInfo.AttachedPropertySetter == null) 3696attachedPropertySetter = attribInfo.AttachedPropertySetter; 5808if (_attributeInfo.AttachedPropertySetter == null) 5814return _attributeInfo.AttachedPropertySetter;
System\Windows\Markup\BamlRecords.cs (1)
4672MethodInfo methodInfo = AttachedPropertySetter;
System\Windows\Markup\XamlTypeMapper.cs (1)
921if (attributeInfo.AttachedPropertySetter == null)