1 write to OwnerTypeFullName
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
590xamlUnknownAttributeNode.OwnerTypeFullName = ownerTypeFullName;
6 references to OwnerTypeFullName
PresentationBuildTasks (6)
MS\Internal\MarkupCompiler\ParserExtension.cs (2)
242if (xamlUnknownAttributeNode.OwnerTypeFullName.Length > 0) 245localTagFullName = xamlUnknownAttributeNode.OwnerTypeFullName;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (2)
253if (xamlUnknownAttributeNode.OwnerTypeFullName.Length > 0) 256localTagFullName = xamlUnknownAttributeNode.OwnerTypeFullName;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (2)
290if (xamlUnknownAttributeNode.OwnerTypeFullName.Length > 0) 293localTagFullName = xamlUnknownAttributeNode.OwnerTypeFullName;