2 implementations of ThrottleBackgroundTasksForUserInput
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
1087void ITextView.ThrottleBackgroundTasksForUserInput()
MS\Internal\Documents\TextViewBase.cs (1)
625void ITextView.ThrottleBackgroundTasksForUserInput()
10 references to ThrottleBackgroundTasksForUserInput
PresentationFramework (10)
MS\Internal\Documents\DocumentPageTextView.cs (1)
449/// <see cref="ITextView.ThrottleBackgroundTasksForUserInput"/>
MS\Internal\Documents\TextBoxView.cs (1)
1085/// <see cref="ITextView.ThrottleBackgroundTasksForUserInput"/>
MS\Internal\Documents\TextDocumentView.cs (1)
403/// <see cref="ITextView.ThrottleBackgroundTasksForUserInput"/>
MS\Internal\Documents\TextViewBase.cs (2)
271/// <see cref="ITextView.ThrottleBackgroundTasksForUserInput"/> 623/// <see cref="ITextView.ThrottleBackgroundTasksForUserInput"/>
System\windows\Documents\TextEditorMouse.cs (2)
225This.TextView.ThrottleBackgroundTasksForUserInput(); 469This.TextView.ThrottleBackgroundTasksForUserInput();
System\windows\Documents\TextEditorTyping.cs (3)
150This.TextView?.ThrottleBackgroundTasksForUserInput(); 376This.TextView?.ThrottleBackgroundTasksForUserInput(); 1277This.TextView?.ThrottleBackgroundTasksForUserInput();