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