9 writes to cbSize
System.Windows.Forms (9)
winforms\Managed\System\WinForms\DataGridToolTip.cs (2)
67toolInfo.cbSize = Marshal.SizeOf(toolInfo); 79toolInfo.cbSize = Marshal.SizeOf(toolInfo);
winforms\Managed\System\WinForms\ErrorProvider.cs (3)
918toolInfo.cbSize = Marshal.SizeOf(toolInfo); 1132toolInfo.cbSize = Marshal.SizeOf(toolInfo); 1222toolInfo.cbSize = Marshal.SizeOf(toolInfo);
winforms\Managed\System\WinForms\Form.cs (1)
7844toolInfo.cbSize = Marshal.SizeOf(typeof(NativeMethods.TOOLINFO_T));
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
129toolInfos[index].cbSize = Marshal.SizeOf(typeof(NativeMethods.TOOLINFO_T));
winforms\Managed\System\WinForms\StatusBar.cs (2)
1855ti.cbSize = Marshal.SizeOf(typeof(NativeMethods.TOOLINFO_T)); 1877ti.cbSize = Marshal.SizeOf(typeof(NativeMethods.TOOLINFO_T));