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