5 references to OffsetY
System.Drawing (2)
commonui\System\Drawing\Icon.cs (2)
508
copy.Y += (int) graphics.Transform.
OffsetY
;
533
copy.Y += (int) graphics.Transform.
OffsetY
;
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Cursor.cs (1)
416
targetRect.Y += (int) graphics.Transform.
OffsetY
;
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2199
IntNativeMethods.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)
470
drawingMatrix.Translate(oldMatrix.OffsetX, oldMatrix.
OffsetY
);