2 writes to InDragDrop
PresentationCore (2)
System\Windows\OleServicesContext.cs (2)
176
inputManager.
InDragDrop
= true;
186
inputManager.
InDragDrop
= false;
4 references to InDragDrop
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
310
if (_inDragDrop != _inputManager.
InDragDrop
)
312
_inDragDrop = _inputManager.
InDragDrop
;
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
476
if (_inDragDrop != _inputManager.
InDragDrop
)
478
_inDragDrop = _inputManager.
InDragDrop
;