2 implementations of ThrottleBackgroundTasksForUserInput
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1135void ITextView.ThrottleBackgroundTasksForUserInput()
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
629void ITextView.ThrottleBackgroundTasksForUserInput()
10 references to ThrottleBackgroundTasksForUserInput
PresentationFramework (10)
src\Framework\MS\Internal\Documents\DocumentPageTextView.cs (1)
453/// <see cref="ITextView.ThrottleBackgroundTasksForUserInput"/>
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1133/// <see cref="ITextView.ThrottleBackgroundTasksForUserInput"/>
src\Framework\MS\Internal\Documents\TextDocumentView.cs (1)
413/// <see cref="ITextView.ThrottleBackgroundTasksForUserInput"/>
src\Framework\MS\Internal\Documents\TextViewBase.cs (2)
275/// <see cref="ITextView.ThrottleBackgroundTasksForUserInput"/> 627/// <see cref="ITextView.ThrottleBackgroundTasksForUserInput"/>
src\Framework\System\windows\Documents\TextEditorMouse.cs (2)
244This.TextView.ThrottleBackgroundTasksForUserInput(); 488This.TextView.ThrottleBackgroundTasksForUserInput();
src\Framework\System\windows\Documents\TextEditorTyping.cs (3)
165This.TextView.ThrottleBackgroundTasksForUserInput(); 395This.TextView.ThrottleBackgroundTasksForUserInput(); 1314This.TextView.ThrottleBackgroundTasksForUserInput();