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