1 write to _dcp
PresentationFramework (1)
MS\Internal\Text\Line.cs (1)
83
_dcp
= dcp;
3 references to _dcp
PresentationFramework (3)
MS\Internal\Text\ComplexLine.cs (2)
152
int runDcp =
_dcp
;
557
offset = Math.Min(
_dcp
+ this.Length, offset);
MS\Internal\Text\Line.cs (1)
254
return _line.IsAtCaretCharacterHit(charHit,
_dcp
);