1 write to _dcp
PresentationFramework (1)
src\Framework\MS\Internal\Text\Line.cs (1)
94_dcp = dcp;
3 references to _dcp
PresentationFramework (3)
src\Framework\MS\Internal\Text\ComplexLine.cs (2)
161int runDcp = _dcp; 570offset = Math.Min(_dcp + this.Length, offset);
src\Framework\MS\Internal\Text\Line.cs (1)
265return _line.IsAtCaretCharacterHit(charHit, _dcp);