2 writes to _minWidth
PresentationCore (2)
System\Windows\Media\FormattedText.cs (2)
301_minWidth = double.MinValue; 1532_minWidth = TextFormatter.FromCurrentDispatcher(_textFormattingMode).FormatMinMaxParagraphWidth(
3 references to _minWidth
PresentationCore (3)
System\Windows\Media\FormattedText.cs (3)
1526if (_minWidth != double.MinValue) 1527return _minWidth; 1538return _minWidth;