2 writes to _cchNewline
PresentationCore (2)
MS\Internal\TextFormatting\TextMetrics.cs (2)
146_cchNewline = store.CchEol; 159_cchNewline = 0;
2 references to _cchNewline
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2204return _metrics._cchNewline;
MS\Internal\TextFormatting\TextMetrics.cs (1)
348get { return _cchNewline; }