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