1 write to _continueProcessingStagingAreaCallback
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
165_continueProcessingStagingAreaCallback = new DispatcherOperationCallback(ContinueProcessingStagingArea);
1 reference to _continueProcessingStagingAreaCallback
PresentationCore (1)
System\Windows\Input\InputManager.cs (1)
926Dispatcher.BeginInvoke(DispatcherPriority.Input, _continueProcessingStagingAreaCallback, null);