20 references to Size
System.Drawing (15)
commonui\System\Drawing\Icon.cs (15)
143
iconSize = original.
Size
;
316
get { return
Size
.Height;}
355
get { return
Size
.Width;}
365
return new Icon(this,
Size
.Width,
Size
.Height);
427
Size cursorSize =
Size
;
492
Size size =
Size
;
966
bitmap = new Bitmap(
Size
.Width,
Size
.Height, System.Drawing.Imaging.PixelFormat.Format32bppArgb);
971
System.Drawing.Imaging.BitmapData bmpdata = bitmap.LockBits(new Rectangle(0, 0,
Size
.Width,
Size
.Height),
982
int lineLength =
Size
.Width * 4;
983
int width =
Size
.Width;
984
for(int j=(
Size
.Height-1)*4;j>=0;j-=4)
1064
Size size =
Size
;
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ErrorProvider.cs (2)
1697
Size size = icon.
Size
;
1739
return icon.
Size
;
winforms\Managed\System\WinForms\NativeMethods.cs (2)
2732
hicon = SafeNativeMethods.CopyImage(new HandleRef(icon, icon.Handle), NativeMethods.IMAGE_ICON, icon.
Size
.Width, icon.
Size
.Height, 0);
winforms\Managed\System\WinForms\StatusBarPanel.cs (1)
558
sz.Width += this.icon.
Size
.Width + 5;