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