2 references to DtrsFromRange
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1547&& _dirtyList.DtrsFromRange(currentSelectionRange.StartIndex, currentSelectionRange.PositionsAdded) != null)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (1)
177return (_dtrs != null) ? _dtrs.DtrsFromRange(dcpNew, cchOld) : null;