9 references to CursorLeft
PresentationFramework (8)
MS\Internal\Documents\DocumentGridContextMenu.cs (2)
50
if (e.
CursorLeft
== KeyboardInvokedSentinel)
99
if (e.
CursorLeft
== KeyboardInvokedSentinel)
MS\Internal\Documents\DocumentViewerHelper.cs (1)
385
if (DoubleUtil.LessThan(e.
CursorLeft
, 0))
System\windows\Documents\TextEditorContextMenu.cs (5)
65
if ((e.
CursorLeft
!= KeyboardInvokedSentinel && !This.Selection.Contains(renderScopeMouseDownPoint)) ||
66
(e.
CursorLeft
== KeyboardInvokedSentinel && This.Selection.IsEmpty))
77
else if (e.
CursorLeft
== KeyboardInvokedSentinel)
104
if (e.
CursorLeft
!= KeyboardInvokedSentinel)
183
else if (e.
CursorLeft
== KeyboardInvokedSentinel)
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
565
if (_scrollViewer != null && DoubleUtil.LessThan(e.
CursorLeft
, 0))