2 writes to _cchNewline
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (2)
168_cchNewline = store.CchEol; 181_cchNewline = 0;
2 references to _cchNewline
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
2266return _metrics._cchNewline;
Core\CSharp\MS\Internal\TextFormatting\TextMetrics.cs (1)
374get { return _cchNewline; }