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 2363int widthLeft = _formatWidth - currentPosition; 2370widthLeft = rightMargin - _formatWidth; 2506get { return _formatWidth; }