3 references to FromCurrentDispatcher
PresentationCore (3)
System\Windows\Media\FormattedText.cs (2)
905
_formatter = TextFormatter.
FromCurrentDispatcher
(text._textFormattingMode);
1552
_minWidth = TextFormatter.
FromCurrentDispatcher
(_textFormattingMode).FormatMinMaxParagraphWidth(
System\Windows\Media\textformatting\TextFormatter.cs (1)
107
return
FromCurrentDispatcher
(TextFormattingMode.Ideal);