7 references to GetItemBounds
System.Workflow.ComponentModel (7)
AuthoringOM\Design\ActivityPreviewDesigner.cs (4)
332
Rectangle itemBounds = this.previewStrip.
GetItemBounds
(itemInfo);
934
Rectangle itemBounds = this.parentDesigner.previewStrip.
GetItemBounds
(this.item);
965
return this.parentDesigner.previewStrip.
GetItemBounds
(this.item);
985
Rectangle rectangle = this.parentDesigner.previewStrip.
GetItemBounds
(this.item);
AuthoringOM\Design\DesignerWidgets.cs (3)
2608
if (
GetItemBounds
(this.items[itemIndex]).Contains(point))
2714
Rectangle itemRectangle =
GetItemBounds
(this.items[itemIndex]);
2946
bounds = (index >= 0 && index < this.itemStrip.Items.Count) ? this.itemStrip.
GetItemBounds
(this.itemStrip.Items[index]) : Rectangle.Empty;