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)
1578
if (
_minWidth
!= double.MinValue)
1579
return
_minWidth
;
1590
return
_minWidth
;