2 writes to Cursor
System.Workflow.Activities (2)
Designers\StateDesigner.Layouts.cs (2)
587this.ParentStateDesigner.Cursor = Cursors.Hand; 597this.ParentStateDesigner.Cursor = _previousCursor;
1 reference to Cursor
System.Workflow.Activities (1)
Designers\StateDesigner.Layouts.cs (1)
586_previousCursor = this.ParentStateDesigner.Cursor;