2 writes to _dtrs
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (2)
163
_dtrs
= new DtrList();
186
_dtrs
= null;
5 references to _dtrs
PresentationFramework (5)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (5)
161
if (
_dtrs
== null)
165
_dtrs
.Merge(dtr);
177
return (
_dtrs
!= null) ?
_dtrs
.DtrsFromRange(dcpNew, cchOld) : null;
379
return
_dtrs
;