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