9 references to LeftButton
PresentationFramework (9)
MS\Internal\Ink\SelectionEditor.cs (1)
159if ( (args.StylusDevice == null && args.LeftButton != MouseButtonState.Pressed) )
System\Windows\Controls\DataGrid.cs (1)
6252if (e.LeftButton == MouseButtonState.Pressed)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
452if (e.LeftButton == MouseButtonState.Pressed) 504if (e.LeftButton == MouseButtonState.Pressed && _isHeaderDragging)
System\Windows\Controls\Primitives\CalendarItem.cs (1)
767if (e.LeftButton == MouseButtonState.Pressed && this._isDayPressed)
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
540if (e.LeftButton == MouseButtonState.Pressed)
System\Windows\Controls\Primitives\Popup.cs (1)
1121e.LeftButton == MouseButtonState.Released &&
System\Windows\Documents\RubberbandSelector.cs (1)
548if (e.LeftButton == MouseButtonState.Released)
System\windows\Documents\TextEditorMouse.cs (1)
473if (e.LeftButton != MouseButtonState.Pressed)