11 references to CursorLeft
PresentationFramework (8)
src\Framework\MS\Internal\Documents\DocumentGridContextMenu.cs (2)
70
if (e.
CursorLeft
== KeyboardInvokedSentinel)
124
if (e.
CursorLeft
== KeyboardInvokedSentinel)
src\Framework\MS\Internal\Documents\DocumentViewerHelper.cs (1)
407
if (DoubleUtil.LessThan(e.
CursorLeft
, 0))
src\Framework\System\windows\Documents\TextEditorContextMenu.cs (5)
76
if ((e.
CursorLeft
!= KeyboardInvokedSentinel && !This.Selection.Contains(renderScopeMouseDownPoint)) ||
77
(e.
CursorLeft
== KeyboardInvokedSentinel && This.Selection.IsEmpty))
88
else if (e.
CursorLeft
== KeyboardInvokedSentinel)
115
if (e.
CursorLeft
!= KeyboardInvokedSentinel)
194
else if (e.
CursorLeft
== KeyboardInvokedSentinel)
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
585
bool openedByKeyboard = e.
CursorLeft
< 0 && e.CursorTop < 0;
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.Commands.cs (1)
422
this.LoadContextMenu((UIElement)target, (e.
CursorLeft
< 0 && e.CursorTop < 0));
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
595
bool openedByKeyboard = e.
CursorLeft
< 0 && e.CursorTop < 0;