31 references to Offset
System.Drawing (1)
commonui\System\Drawing\Point.cs (1)
273
Offset
(p.X, p.Y);
System.Windows.Forms (27)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (19)
207
p1.
Offset
(0,-1); // need to paint last pixel too.
229
p1.
Offset
(-1, 2);
230
p2.
Offset
( 1, 1);
231
p3.
Offset
( 1,-1);
232
p4.
Offset
(-1,-1);
245
p1.
Offset
(0,-1); // need to paint last pixel too.
291
p1.
Offset
(0,-1); // need to paint last pixel too.
303
p1.
Offset
(-1, 2);
304
p2.
Offset
( 1, 1);
305
p3.
Offset
( 1,-1);
306
p4.
Offset
(-1,-1);
326
p1.
Offset
(0,-1); // need to paint last pixel too.
382
p1.
Offset
(0, -1); // need to paint last pixel too.
391
p1.
Offset
(-1, 2);
392
p2.
Offset
(1, 1);
393
p3.
Offset
(1, -1);
394
p4.
Offset
(-1, -1);
429
p1.
Offset
(0, -1); // need to paint last pixel too.
467
p1.
Offset
(0,-1); // need to paint last pixel too.
winforms\Managed\System\WinForms\Layout\FlowLayout.cs (4)
355
pt.
Offset
(0, ptScroll.X);
358
pt.
Offset
(ptScroll.X, 0);
446
pt.
Offset
(ptScroll.Y, 0);
448
pt.
Offset
(ptScroll.X, 0);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
4927
location.
Offset
(25, 25);
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
2047
position.
Offset
(control.IsMirrored ? Width : -Width, 0);
winforms\Managed\System\WinForms\ToolStripPanel.cs (1)
715
screenLocation.
Offset
(-toolStripToDrag.Width,0);
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (1)
1205
gradientCopyPixel.
Offset
(1, -1);
System.Workflow.Activities (1)
Rules\Design\Dialogs\IntellisenseTextBox.cs (1)
436
locationInDialog.
Offset
(-parentScreenLocation.X, -parentScreenLocation.Y);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowLayouts.cs (2)
301
logicalPoint.
Offset
(-offSet.Width, -offSet.Height);
308
logicalPoint.
Offset
(offSet.Width, offSet.Height);