1 write to OwnerTypeFullName
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
607xamlUnknownAttributeNode.OwnerTypeFullName = ownerTypeFullName;
6 references to OwnerTypeFullName
PresentationBuildTasks (6)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (2)
251if (xamlUnknownAttributeNode.OwnerTypeFullName.Length > 0) 254localTagFullName = xamlUnknownAttributeNode.OwnerTypeFullName;
Framework\System\Windows\Markup\StyleXamlParser.cs (2)
262if (xamlUnknownAttributeNode.OwnerTypeFullName.Length > 0) 265localTagFullName = xamlUnknownAttributeNode.OwnerTypeFullName;
Framework\System\Windows\Markup\TemplateXamlParser.cs (2)
298if (xamlUnknownAttributeNode.OwnerTypeFullName.Length > 0) 301localTagFullName = xamlUnknownAttributeNode.OwnerTypeFullName;