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