1 write to _formatWidth
PresentationCore (1)
MS\Internal\TextFormatting\TextStore.cs (1)
125
_formatWidth
= formatWidth;
4 references to _formatWidth
PresentationCore (4)
MS\Internal\TextFormatting\TextStore.cs (4)
301
_accNominalWidthSoFar <
_formatWidth
2353
int widthLeft =
_formatWidth
- currentPosition;
2360
widthLeft = rightMargin -
_formatWidth
;
2496
get { return
_formatWidth
; }