4 writes to QueriedCollection
PresentationFramework (4)
MS\Internal\Data\XmlBindingWorker.cs (4)
133QueriedCollection = null; 141QueriedCollection = null; 397QueriedCollection = new XmlDataCollection(XmlDataProvider); 466QueriedCollection = null;
6 references to QueriedCollection
PresentationFramework (6)
MS\Internal\Data\XmlBindingWorker.cs (6)
398QueriedCollection.XmlNamespaceManager = NamespaceManager; 399QueriedCollection.SynchronizeCollection(nodes); 400return QueriedCollection; 451else if (QueriedCollection == null) 484QueriedCollection.SynchronizeCollection(nodes); 487else if (QueriedCollection.CollectionHasChanged(nodes))