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)
161
int runDcp =
_dcp
;
570
offset = Math.Min(
_dcp
+ this.Length, offset);
src\Framework\MS\Internal\Text\Line.cs (1)
265
return _line.IsAtCaretCharacterHit(charHit,
_dcp
);