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