2 implementations of ThrottleBackgroundTasksForUserInput
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
1086
void ITextView.
ThrottleBackgroundTasksForUserInput
()
MS\Internal\Documents\TextViewBase.cs (1)
624
void ITextView.
ThrottleBackgroundTasksForUserInput
()
10 references to ThrottleBackgroundTasksForUserInput
PresentationFramework (10)
MS\Internal\Documents\DocumentPageTextView.cs (1)
448
/// <see cref="ITextView.
ThrottleBackgroundTasksForUserInput
"/>
MS\Internal\Documents\TextBoxView.cs (1)
1084
/// <see cref="ITextView.
ThrottleBackgroundTasksForUserInput
"/>
MS\Internal\Documents\TextDocumentView.cs (1)
402
/// <see cref="ITextView.
ThrottleBackgroundTasksForUserInput
"/>
MS\Internal\Documents\TextViewBase.cs (2)
270
/// <see cref="ITextView.
ThrottleBackgroundTasksForUserInput
"/>
622
/// <see cref="ITextView.
ThrottleBackgroundTasksForUserInput
"/>
System\windows\Documents\TextEditorMouse.cs (2)
224
This.TextView.
ThrottleBackgroundTasksForUserInput
();
468
This.TextView.
ThrottleBackgroundTasksForUserInput
();
System\windows\Documents\TextEditorTyping.cs (3)
149
This.TextView?.
ThrottleBackgroundTasksForUserInput
();
375
This.TextView?.
ThrottleBackgroundTasksForUserInput
();
1276
This.TextView?.
ThrottleBackgroundTasksForUserInput
();