1 write to _inDragDrop
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
296_inDragDrop = _inputManager.InDragDrop;
4 references to _inDragDrop
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (4)
117internal bool InDragDrop { get { return _inDragDrop; } } 175if (!_inDragDrop && stylusDevice.CurrentPointerProvider.IsWindowEnabled) 294if (_inDragDrop != _inputManager.InDragDrop) 359if (!_inDragDrop)