6 references to InDragDrop
PresentationCore (6)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
294
if (_inDragDrop != _inputManager.
InDragDrop
)
296
_inDragDrop = _inputManager.
InDragDrop
;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
471
if (_inDragDrop != _inputManager.
InDragDrop
)
473
_inDragDrop = _inputManager.
InDragDrop
;
System\Windows\OleServicesContext.cs (2)
95
inputManager?.
InDragDrop
= true;
103
inputManager?.
InDragDrop
= false;