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)
921
Dispatcher.BeginInvoke(DispatcherPriority.Input,
_continueProcessingStagingAreaCallback
, null);