4 writes to QueriedCollection
PresentationFramework (4)
MS\Internal\Data\XmlBindingWorker.cs (4)
139QueriedCollection = null; 147QueriedCollection = null; 403QueriedCollection = new XmlDataCollection(XmlDataProvider); 472QueriedCollection = null;
6 references to QueriedCollection
PresentationFramework (6)
MS\Internal\Data\XmlBindingWorker.cs (6)
404QueriedCollection.XmlNamespaceManager = NamespaceManager; 405QueriedCollection.SynchronizeCollection(nodes); 406return QueriedCollection; 457else if (QueriedCollection == null) 490QueriedCollection.SynchronizeCollection(nodes); 493else if (QueriedCollection.CollectionHasChanged(nodes))