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