24 references to Scope
PresentationBuildTasks (24)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (24)
260
if (
Scope
.ShouldProcessContent(namespaceName, Reader.LocalName))
264
if (
Scope
.Depth == elementDepth)
268
Scope
.InProcessContent = true;
283
if (
Scope
.InAlternateContent)
332
if (!
Scope
.ChoiceSeen)
350
Debug.Assert(
Scope
.ShouldProcessContent(namespaceName, Reader.LocalName));
946
result =
Scope
.CanIgnore(namespaceName);
1104
if (
Scope
.Depth == elementDepth)
1107
Scope
.Verify();
1124
if (elementDepth ==
Scope
.Depth)
1171
if (
Scope
.InAlternateContent)
1187
Scope
.InAlternateContent = true;
1207
if (!
Scope
.InAlternateContent)
1212
if (
Scope
.FallbackSeen)
1231
CompatibilityScope scope =
Scope
;
1320
if (!
Scope
.InAlternateContent)
1325
if (!
Scope
.ChoiceSeen)
1330
if (
Scope
.FallbackSeen)
1337
Scope
.FallbackSeen = true;
1338
bool choiceTaken =
Scope
.ChoiceTaken;
1387
Scope
.Ignorable(namespaceUri);
1442
Scope
.ProcessContent(pair.namespaceName, pair.itemName);
1457
Scope
.PreserveElement(pair.namespaceName, pair.itemName);
1472
Scope
.PreserveAttribute(pair.namespaceName, pair.itemName);