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