2 writes to _minWidth
PresentationCore (2)
Core\CSharp\System\Windows\Media\FormattedText.cs (2)
330_minWidth = double.MinValue; 1584_minWidth = TextFormatter.FromCurrentDispatcher(_textFormattingMode).FormatMinMaxParagraphWidth(
3 references to _minWidth
PresentationCore (3)
Core\CSharp\System\Windows\Media\FormattedText.cs (3)
1578if (_minWidth != double.MinValue) 1579return _minWidth; 1590return _minWidth;