10 references to Cursor
System.Workflow.ComponentModel (10)
AuthoringOM\Design\MessageFilters\ConnectionManager.cs (2)
20
internal static Cursor SnappedConnectionCursor = new
Cursor
(typeof(WorkflowView), "Resources.Connector.cur");
21
internal static Cursor NewConnectorCursor = new
Cursor
(typeof(WorkflowView), "Resources.ConnectorDraw.cur");
AuthoringOM\Design\MessageFilters\FreeFormDragDropManager.cs (3)
18
private static Cursor DragMoveCursor = new
Cursor
(typeof(WorkflowView), "Resources.DragMoveCursor.cur");
19
private static Cursor DragCopyCursor = new
Cursor
(typeof(WorkflowView), "Resources.DragCopyCursor.cur");
20
private static Cursor MoveCursor = new
Cursor
(typeof(WorkflowView), "Resources.MoveCursor.cur");
AuthoringOM\Design\MessageFilters\PanningMessageFilter.cs (2)
13
private static Cursor PanBeganCursor = new
Cursor
(typeof(WorkflowView), "Resources.panClosed.cur");
14
private static Cursor PanReadyCursor = new
Cursor
(typeof(WorkflowView), "Resources.panOpened.cur");
AuthoringOM\Design\MessageFilters\ZoomingMessageFilter.cs (3)
15
private static Cursor ZoomInCursor = new
Cursor
(typeof(WorkflowView), "Resources.zoomin.cur");
16
private static Cursor ZoomOutCursor = new
Cursor
(typeof(WorkflowView), "Resources.zoomout.cur");
17
private static Cursor ZoomDisabledCursor = new
Cursor
(typeof(WorkflowView), "Resources.zoomno.cur");