3 writes to _cchDepend
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
826
line._metrics.
_cchDepend
= 0; // no dependency
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (2)
196
fullText.CountText(lscpFirstIndependence, firstCharIndex, out
_cchDepend
);
197
_cchDepend
-= _cchLength;
1 reference to _cchDepend
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (1)
365
get { return
_cchDepend
; }