9 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);
PresentationFramework (6)
MS\Internal\Documents\TextBoxView.cs (3)
1513
TextFormatter formatter = TextFormatter.
FromCurrentDispatcher
(textFormattingMode);
1690
TextFormatter formatter = TextFormatter.
FromCurrentDispatcher
(textFormattingMode);
3112
_textFormatter = System.Windows.Media.TextFormatting.TextFormatter.
FromCurrentDispatcher
(textFormattingMode);
MS\Internal\PtsHost\TextFormatterHost.cs (1)
24
TextFormatter = TextFormatter.
FromCurrentDispatcher
(textFormattingMode);
System\Windows\Controls\TextBlock.cs (2)
2658
_textFormatterDisplay = System.Windows.Media.TextFormatting.TextFormatter.
FromCurrentDispatcher
(textFormattingMode);
2666
_textFormatterIdeal = System.Windows.Media.TextFormatting.TextFormatter.
FromCurrentDispatcher
(textFormattingMode);