24 references to Scope
System.IO.Packaging (24)
System\IO\Packaging\XmlCompatibilityReader.cs (24)
226
if (
Scope
.ShouldProcessContent(namespaceName, Reader.LocalName))
230
if (
Scope
.Depth == elementDepth)
234
Scope
.InProcessContent = true;
249
if (
Scope
.InAlternateContent)
298
if (!
Scope
.ChoiceSeen)
316
Debug.Assert(
Scope
.ShouldProcessContent(namespaceName, Reader.LocalName));
872
result =
Scope
.CanIgnore(namespaceName);
1030
if (
Scope
.Depth == elementDepth)
1033
Scope
.Verify();
1050
if (elementDepth ==
Scope
.Depth)
1097
if (
Scope
.InAlternateContent)
1113
Scope
.InAlternateContent = true;
1133
if (!
Scope
.InAlternateContent)
1138
if (
Scope
.FallbackSeen)
1157
CompatibilityScope scope =
Scope
;
1246
if (!
Scope
.InAlternateContent)
1251
if (!
Scope
.ChoiceSeen)
1256
if (
Scope
.FallbackSeen)
1263
Scope
.FallbackSeen = true;
1264
bool choiceTaken =
Scope
.ChoiceTaken;
1313
Scope
.Ignorable(namespaceUri);
1368
Scope
.ProcessContent(pair.namespaceName, pair.itemName);
1383
Scope
.PreserveElement(pair.namespaceName, pair.itemName);
1398
Scope
.PreserveAttribute(pair.namespaceName, pair.itemName);