4 references to CursorSize
System.Workflow.ComponentModel (4)
AuthoringOM\Design\MessageFilters\DragDropManager.cs (4)
272
this.dragImagePointInClientCoOrd = new Point(clientPoint.X + SystemInformation.
CursorSize
.Width / 4, clientPoint.Y + SystemInformation.
CursorSize
.Height / 4);
332
this.dragImagePointInClientCoOrd = new Point(clientPoint.X + SystemInformation.
CursorSize
.Width / 4, clientPoint.Y + SystemInformation.
CursorSize
.Height / 4);