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