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