9 references to LeftButton
PresentationFramework (9)
MS\Internal\Ink\SelectionEditor.cs (1)
144if ( (args.StylusDevice == null && args.LeftButton != MouseButtonState.Pressed) )
System\Windows\Controls\DataGrid.cs (1)
6249if (e.LeftButton == MouseButtonState.Pressed)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
449if (e.LeftButton == MouseButtonState.Pressed) 501if (e.LeftButton == MouseButtonState.Pressed && _isHeaderDragging)
System\Windows\Controls\Primitives\CalendarItem.cs (1)
762if (e.LeftButton == MouseButtonState.Pressed && this._isDayPressed)
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
535if (e.LeftButton == MouseButtonState.Pressed)
System\Windows\Controls\Primitives\Popup.cs (1)
1114e.LeftButton == MouseButtonState.Released &&
System\Windows\Documents\RubberbandSelector.cs (1)
538if (e.LeftButton == MouseButtonState.Released)
System\windows\Documents\TextEditorMouse.cs (1)
459if (e.LeftButton != MouseButtonState.Pressed)