2 writes to InDragDrop
PresentationCore (2)
System\Windows\OleServicesContext.cs (2)
169inputManager.InDragDrop = true; 179inputManager.InDragDrop = false;
4 references to InDragDrop
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
293if (_inDragDrop != _inputManager.InDragDrop) 295_inDragDrop = _inputManager.InDragDrop;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
467if (_inDragDrop != _inputManager.InDragDrop) 469_inDragDrop = _inputManager.InDragDrop;