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