1 write to _inDragDrop
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
297_inDragDrop = _inputManager.InDragDrop;
4 references to _inDragDrop
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (4)
118internal bool InDragDrop { get { return _inDragDrop; } } 176if (!_inDragDrop && stylusDevice.CurrentPointerProvider.IsWindowEnabled) 295if (_inDragDrop != _inputManager.InDragDrop) 360if (!_inDragDrop)