5 references to OffsetX
System.Drawing (2)
commonui\System\Drawing\Icon.cs (2)
507copy.X += (int) graphics.Transform.OffsetX; 532copy.X += (int) graphics.Transform.OffsetX;
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Cursor.cs (1)
415targetRect.X += (int) graphics.Transform.OffsetX;
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2199IntNativeMethods.RECT lpRect = IntNativeMethods.RECT.FromXYWH(rect.X + (int)m.OffsetX + 2, rect.Y + (int)m.OffsetY - 1, rect.Width - 4, rect.Height);
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
470drawingMatrix.Translate(oldMatrix.OffsetX, oldMatrix.OffsetY);