8 references to Offset
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ControlPaint.cs (1)
499imageRectangle.Offset(clipRect.Location);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5310itemRect.Offset(tipPt);
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (2)
771imageRect.Offset(owner.SplitButtonButton.Bounds.Location); 780textRect.Offset(owner.SplitButtonButton.Bounds.Location);
System.Windows.Forms.DataVisualization (1)
WinForm\Utilities\AccessibleObject.cs (1)
327rect.Offset(this.ChartScreenPosition);
System.Workflow.ComponentModel (3)
AuthoringOM\Design\DesignerHelpers.cs (1)
542bounds.Offset(offset);
AuthoringOM\Design\DesignerWidgets.cs (1)
1293bounds.Offset(point);
AuthoringOM\Design\MessageFilters\DynamicActionMessageFilter.cs (1)
332buttonBounds.Offset(bounds.Location);