2 writes to _cchNewline
PresentationCore (2)
MS\Internal\TextFormatting\TextMetrics.cs (2)
162_cchNewline = store.CchEol; 175_cchNewline = 0;
2 references to _cchNewline
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2218return _metrics._cchNewline;
MS\Internal\TextFormatting\TextMetrics.cs (1)
364get { return _cchNewline; }