3 references to CursorTop
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;