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