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