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