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