2 writes to _minWidth
PresentationCore (2)
System\Windows\Media\FormattedText.cs (2)
304_minWidth = double.MinValue; 1552_minWidth = TextFormatter.FromCurrentDispatcher(_textFormattingMode).FormatMinMaxParagraphWidth(
3 references to _minWidth
PresentationCore (3)
System\Windows\Media\FormattedText.cs (3)
1546if (_minWidth != double.MinValue) 1547return _minWidth; 1558return _minWidth;