2 implementations of ThrottleBackgroundTasksForUserInput
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
1129void 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)
1127/// <see cref="ITextView.ThrottleBackgroundTasksForUserInput"/>
MS\Internal\Documents\TextDocumentView.cs (1)
404/// <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)
228This.TextView.ThrottleBackgroundTasksForUserInput(); 472This.TextView.ThrottleBackgroundTasksForUserInput();
System\windows\Documents\TextEditorTyping.cs (3)
152This.TextView.ThrottleBackgroundTasksForUserInput(); 381This.TextView.ThrottleBackgroundTasksForUserInput(); 1288This.TextView.ThrottleBackgroundTasksForUserInput();