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)
2204
return _metrics.
_cchNewline
;
MS\Internal\TextFormatting\TextMetrics.cs (1)
348
get { return
_cchNewline
; }