2 instantiations of CompatibilityScope
WindowsBase (2)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (2)
67
_compatibilityScope = new
CompatibilityScope
(null, -1, this);
1143
_compatibilityScope = new
CompatibilityScope
(_compatibilityScope, elementDepth, this);
6 references to CompatibilityScope
WindowsBase (6)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (6)
1231
CompatibilityScope
scope = Scope;
1488
private
CompatibilityScope
Scope
1636
CompatibilityScope
_previous;
1649
public CompatibilityScope(
CompatibilityScope
previous, int depth, XmlCompatibilityReader reader)
1656
public
CompatibilityScope
Previous
2060
private
CompatibilityScope
_compatibilityScope;