6 references to Bounds
System.Workflow.ComponentModel (6)
AuthoringOM\Design\ActivityPreviewDesigner.cs (6)
170int headerHeight = this.previewStrip.Bounds.Bottom - Location.Y; 383else if (this.previewStrip.Bounds.Contains(point)) 515if (ActiveDesigner == this && this.previewStrip.Bounds.Contains(dropPoint)) 580Rectangle previewStripRectangle = this.previewStrip.Bounds; 593int headerHeight = this.previewStrip.Bounds.Bottom - Location.Y; 667if (this.previewStrip.Bounds.Contains(point))