2 writes to _dtrs
PresentationFramework (2)
MS\Internal\PtsHost\StructuralCache.cs (2)
152
_dtrs
= new DtrList();
175
_dtrs
= null;
4 references to _dtrs
PresentationFramework (4)
MS\Internal\PtsHost\StructuralCache.cs (4)
150
if (
_dtrs
== null)
154
_dtrs
.Merge(dtr);
166
return
_dtrs
?.DtrsFromRange(dcpNew, cchOld);
368
return
_dtrs
;