3 references to SizeOf
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
16875int accelSize = UnsafeNativeMethods.SizeOf(typeof(NativeMethods.ACCEL)); 17068inPlaceFrameInfo.cb = UnsafeNativeMethods.SizeOf(typeof(NativeMethods.tagOIFI)); 17656pQaControl.cbSize = UnsafeNativeMethods.SizeOf(typeof(UnsafeNativeMethods.tagQACONTROL));