4 references to LeftMouseButton
PresentationCore (3)
System\Windows\DragDrop.cs (3)
524keyStatesAll = (int)(DragDropKeyStates.LeftMouseButton | 820if ((e.KeyStates & DragDropKeyStates.LeftMouseButton) == DragDropKeyStates.LeftMouseButton)
PresentationFramework (1)
System\windows\Documents\TextEditorDragDrop.cs (1)
717bool mouseUp = (((int)e.KeyStates & (int)DragDropKeyStates.LeftMouseButton) == 0);