1 write to _formatWidth
PresentationCore (1)
MS\Internal\TextFormatting\TextStore.cs (1)
109_formatWidth = formatWidth;
4 references to _formatWidth
PresentationCore (4)
MS\Internal\TextFormatting\TextStore.cs (4)
285_accNominalWidthSoFar < _formatWidth 2337int widthLeft = _formatWidth - currentPosition; 2344widthLeft = rightMargin - _formatWidth; 2480get { return _formatWidth; }