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)
151
if (
_dtrs
== null)
155
_dtrs
.Merge(dtr);
167
return (
_dtrs
!= null) ?
_dtrs
.DtrsFromRange(dcpNew, cchOld) : null;
369
return
_dtrs
;