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