4 references to KeyStates
PresentationCore (3)
Core\CSharp\System\Windows\DragDrop.cs (3)
865if ((e.KeyStates & DragDropKeyStates.LeftMouseButton) == DragDropKeyStates.LeftMouseButton) 869if ((e.KeyStates & DragDropKeyStates.MiddleMouseButton) == DragDropKeyStates.MiddleMouseButton) 873if ((e.KeyStates & DragDropKeyStates.RightMouseButton) == DragDropKeyStates.RightMouseButton)
PresentationFramework (1)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
762bool mouseUp = (((int)e.KeyStates & (int)DragDropKeyStates.LeftMouseButton) == 0);