1 write to _formatWidth
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (1)
129
_formatWidth
= formatWidth;
4 references to _formatWidth
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (4)
306
_accNominalWidthSoFar <
_formatWidth
2363
int widthLeft =
_formatWidth
- currentPosition;
2370
widthLeft = rightMargin -
_formatWidth
;
2506
get { return
_formatWidth
; }