2 writes to _cchNewline
PresentationCore (2)
MS\Internal\TextFormatting\TextMetrics.cs (2)
147
_cchNewline
= store.CchEol;
160
_cchNewline
= 0;
2 references to _cchNewline
PresentationCore (2)
MS\Internal\TextFormatting\FullTextLine.cs (1)
2203
return _metrics.
_cchNewline
;
MS\Internal\TextFormatting\TextMetrics.cs (1)
349
get { return
_cchNewline
; }