1 write to _dc
PresentationFramework (1)
MS\Internal\Data\XDeferredAxisSource.cs (1)
122_dc = new DifferencingCollection(xda);
2 references to _dc
PresentationFramework (2)
MS\Internal\Data\XDeferredAxisSource.cs (2)
123_rooc = new ReadOnlyObservableCollection<object>(_dc); 128public DifferencingCollection DC { get { return _dc; } }