24 references to Scope
PresentationBuildTasks (24)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (24)
248
if (
Scope
.ShouldProcessContent(namespaceName, Reader.LocalName))
252
if (
Scope
.Depth == elementDepth)
256
Scope
.InProcessContent = true;
272
if (
Scope
.InAlternateContent)
321
if (!
Scope
.ChoiceSeen)
340
Debug.Assert(
Scope
.ShouldProcessContent(namespaceName, Reader.LocalName));
935
result =
Scope
.CanIgnore(namespaceName);
1097
if (
Scope
.Depth == elementDepth)
1100
Scope
.Verify();
1116
if (elementDepth ==
Scope
.Depth)
1163
if (
Scope
.InAlternateContent)
1180
Scope
.InAlternateContent = true;
1200
if (!
Scope
.InAlternateContent)
1206
if (
Scope
.FallbackSeen)
1226
CompatibilityScope scope =
Scope
;
1316
if (!
Scope
.InAlternateContent)
1322
if (!
Scope
.ChoiceSeen)
1328
if (
Scope
.FallbackSeen)
1335
Scope
.FallbackSeen = true;
1336
bool choiceTaken =
Scope
.ChoiceTaken;
1386
Scope
.Ignorable(namespaceUri);
1441
Scope
.ProcessContent(pair.namespaceName, pair.itemName);
1456
Scope
.PreserveElement(pair.namespaceName, pair.itemName);
1471
Scope
.PreserveAttribute(pair.namespaceName, pair.itemName);