1 write to AttachedPropertyGetter
PresentationFramework (1)
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
989attributeInfo.AttachedPropertyGetter = attachedPropertyInfo;
3 references to AttachedPropertyGetter
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
5858if (_attributeInfo.AttachedPropertyGetter == null) 5863return _attributeInfo.AttachedPropertyGetter;
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (1)
1004if (attributeInfo.AttachedPropertyGetter == null)