2 implementations of ThrottleBackgroundTasksForUserInput
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
1087
void ITextView.
ThrottleBackgroundTasksForUserInput
()
MS\Internal\Documents\TextViewBase.cs (1)
625
void 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)
225
This.TextView.
ThrottleBackgroundTasksForUserInput
();
469
This.TextView.
ThrottleBackgroundTasksForUserInput
();
System\windows\Documents\TextEditorTyping.cs (3)
150
This.TextView?.
ThrottleBackgroundTasksForUserInput
();
376
This.TextView?.
ThrottleBackgroundTasksForUserInput
();
1277
This.TextView?.
ThrottleBackgroundTasksForUserInput
();