2 writes to IsSameScope
PresentationBuildTasks (2)
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1230xamlClrEventNode.IsSameScope = _isSameScope;
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1355xamlClrEventNode.IsSameScope = _isSameScope;
4 references to IsSameScope
PresentationBuildTasks (4)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (3)
934if (!xamlClrEventNode.IsSameScope) 1033if (!xamlClrEventNode.IsSameScope) 1085if (!xamlClrEventNode.IsSameScope)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (1)
562if (!xamlClrEventNode.IsSameScope)