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