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