2 writes to _dtrs
PresentationFramework (2)
MS\Internal\PtsHost\StructuralCache.cs (2)
153_dtrs = new DtrList(); 176_dtrs = null;
5 references to _dtrs
PresentationFramework (5)
MS\Internal\PtsHost\StructuralCache.cs (5)
151if (_dtrs == null) 155_dtrs.Merge(dtr); 167return (_dtrs != null) ? _dtrs.DtrsFromRange(dcpNew, cchOld) : null; 369return _dtrs;