3 writes to _cchDepend
PresentationCore (3)
MS\Internal\TextFormatting\FullTextLine.cs (1)
779
line._metrics.
_cchDepend
= 0; // no dependency
MS\Internal\TextFormatting\TextMetrics.cs (2)
174
fullText.CountText(lscpFirstIndependence, firstCharIndex, out
_cchDepend
);
175
_cchDepend
-= _cchLength;
1 reference to _cchDepend
PresentationCore (1)
MS\Internal\TextFormatting\TextMetrics.cs (1)
339
get { return
_cchDepend
; }