9 references to LeftButton
PresentationFramework (9)
MS\Internal\Ink\SelectionEditor.cs (1)
143if ( (args.StylusDevice == null && args.LeftButton != MouseButtonState.Pressed) )
System\Windows\Controls\DataGrid.cs (1)
6207if (e.LeftButton == MouseButtonState.Pressed)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
448if (e.LeftButton == MouseButtonState.Pressed) 500if (e.LeftButton == MouseButtonState.Pressed && _isHeaderDragging)
System\Windows\Controls\Primitives\CalendarItem.cs (1)
761if (e.LeftButton == MouseButtonState.Pressed && this._isDayPressed)
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
528if (e.LeftButton == MouseButtonState.Pressed)
System\Windows\Controls\Primitives\Popup.cs (1)
1127e.LeftButton == MouseButtonState.Released &&
System\Windows\Documents\RubberbandSelector.cs (1)
536if (e.LeftButton == MouseButtonState.Released)
System\windows\Documents\TextEditorMouse.cs (1)
455if (e.LeftButton != MouseButtonState.Pressed)