2 implementations of ThrottleBackgroundTasksForUserInput
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
1086void ITextView.ThrottleBackgroundTasksForUserInput()
MS\Internal\Documents\TextViewBase.cs (1)
624void 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)
224This.TextView.ThrottleBackgroundTasksForUserInput(); 468This.TextView.ThrottleBackgroundTasksForUserInput();
System\windows\Documents\TextEditorTyping.cs (3)
149This.TextView?.ThrottleBackgroundTasksForUserInput(); 375This.TextView?.ThrottleBackgroundTasksForUserInput(); 1276This.TextView?.ThrottleBackgroundTasksForUserInput();