1 write to _inDragDrop
PresentationCore (1)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
312_inDragDrop = _inputManager.InDragDrop;
4 references to _inDragDrop
PresentationCore (4)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (4)
135internal bool InDragDrop { get { return _inDragDrop; } } 193if (!_inDragDrop && stylusDevice.CurrentPointerProvider.IsWindowEnabled) 310if (_inDragDrop != _inputManager.InDragDrop) 375if (!_inDragDrop)