2 writes to IsSameScope
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\StyleXamlParser.cs (1)
1218xamlClrEventNode.IsSameScope = _isSameScope;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1343xamlClrEventNode.IsSameScope = _isSameScope;
4 references to IsSameScope
PresentationBuildTasks (4)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (3)
925if (!xamlClrEventNode.IsSameScope) 1025if (!xamlClrEventNode.IsSameScope) 1077if (!xamlClrEventNode.IsSameScope)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
553if (!xamlClrEventNode.IsSameScope)