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)
106return FromCurrentDispatcher(TextFormattingMode.Ideal);
PresentationFramework (6)
MS\Internal\Documents\TextBoxView.cs (3)
1513TextFormatter formatter = TextFormatter.FromCurrentDispatcher(textFormattingMode); 1690TextFormatter formatter = TextFormatter.FromCurrentDispatcher(textFormattingMode); 3112_textFormatter = System.Windows.Media.TextFormatting.TextFormatter.FromCurrentDispatcher(textFormattingMode);
MS\Internal\PtsHost\TextFormatterHost.cs (1)
24TextFormatter = 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);