9 references to CursorLeft
PresentationFramework (8)
MS\Internal\Documents\DocumentGridContextMenu.cs (2)
49
if (e.
CursorLeft
== KeyboardInvokedSentinel)
100
if (e.
CursorLeft
== KeyboardInvokedSentinel)
MS\Internal\Documents\DocumentViewerHelper.cs (1)
384
if (DoubleUtil.LessThan(e.
CursorLeft
, 0))
System\windows\Documents\TextEditorContextMenu.cs (5)
64
if ((e.
CursorLeft
!= KeyboardInvokedSentinel && !This.Selection.Contains(renderScopeMouseDownPoint)) ||
65
(e.
CursorLeft
== KeyboardInvokedSentinel && This.Selection.IsEmpty))
76
else if (e.
CursorLeft
== KeyboardInvokedSentinel)
103
if (e.
CursorLeft
!= KeyboardInvokedSentinel)
182
else if (e.
CursorLeft
== KeyboardInvokedSentinel)
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
557
if (_scrollViewer != null && DoubleUtil.LessThan(e.
CursorLeft
, 0))