2 implementations of ThrottleBackgroundTasksForUserInput
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
1131void ITextView.ThrottleBackgroundTasksForUserInput()
MS\Internal\Documents\TextViewBase.cs (1)
627void ITextView.ThrottleBackgroundTasksForUserInput()
10 references to ThrottleBackgroundTasksForUserInput
PresentationFramework (10)
MS\Internal\Documents\DocumentPageTextView.cs (1)
451/// <see cref="ITextView.ThrottleBackgroundTasksForUserInput"/>
MS\Internal\Documents\TextBoxView.cs (1)
1129/// <see cref="ITextView.ThrottleBackgroundTasksForUserInput"/>
MS\Internal\Documents\TextDocumentView.cs (1)
406/// <see cref="ITextView.ThrottleBackgroundTasksForUserInput"/>
MS\Internal\Documents\TextViewBase.cs (2)
273/// <see cref="ITextView.ThrottleBackgroundTasksForUserInput"/> 625/// <see cref="ITextView.ThrottleBackgroundTasksForUserInput"/>
System\windows\Documents\TextEditorMouse.cs (2)
242This.TextView.ThrottleBackgroundTasksForUserInput(); 486This.TextView.ThrottleBackgroundTasksForUserInput();
System\windows\Documents\TextEditorTyping.cs (3)
161This.TextView.ThrottleBackgroundTasksForUserInput(); 390This.TextView.ThrottleBackgroundTasksForUserInput(); 1297This.TextView.ThrottleBackgroundTasksForUserInput();