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