2 writes to _minWidth
PresentationCore (2)
System\Windows\Media\FormattedText.cs (2)
300_minWidth = double.MinValue; 1520_minWidth = TextFormatter.FromCurrentDispatcher(_textFormattingMode).FormatMinMaxParagraphWidth(
3 references to _minWidth
PresentationCore (3)
System\Windows\Media\FormattedText.cs (3)
1514if (_minWidth != double.MinValue) 1515return _minWidth; 1526return _minWidth;