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