1 write to LocalAssemblyName
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
544
xamlClrEventNode.
LocalAssemblyName
= _compiler.AssemblyName;
4 references to LocalAssemblyName
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (2)
1229
if (!String.IsNullOrEmpty(xamlClrEventNode.
LocalAssemblyName
))
1251
xamlClrEventNode.
LocalAssemblyName
,
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (2)
1364
if (!String.IsNullOrEmpty(xamlClrEventNode.
LocalAssemblyName
))
1372
xamlClrEventNode.
LocalAssemblyName
,