2 instantiations of CompatibilityScope
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (2)
50
_compatibilityScope = new
CompatibilityScope
(null, -1, this);
1135
_compatibilityScope = new
CompatibilityScope
(_compatibilityScope, elementDepth, this);
6 references to CompatibilityScope
PresentationBuildTasks (6)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (6)
1226
CompatibilityScope
scope = Scope;
1487
private
CompatibilityScope
Scope
1645
CompatibilityScope
_previous;
1658
public CompatibilityScope(
CompatibilityScope
previous, int depth, XmlCompatibilityReader reader)
1665
public
CompatibilityScope
Previous
2081
private
CompatibilityScope
_compatibilityScope;