1 write to _declaringType
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlNodes.cs (1)
2257
_declaringType
= XamlTypeMapper.GetDeclaringType(_propertyMember);
2 references to _declaringType
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlNodes.cs (2)
2255
if (
_declaringType
== null && _propertyMember != null)
2259
return
_declaringType
;