2 references to OnBackgroundMeasure
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
2290
this.Dispatcher.BeginInvoke(DispatcherPriority.Background, new DispatcherOperationCallback(
OnBackgroundMeasure
), null);
2837
OnBackgroundMeasure
(null);