3 writes to cbSize
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolBar.cs (1)
1141tbbi.cbSize = Marshal.SizeOf(typeof(NativeMethods.TBBUTTONINFO));
winforms\Managed\System\WinForms\ToolBarButton.cs (2)
556button.cbSize = Marshal.SizeOf(typeof(NativeMethods.TBBUTTONINFO)); 630button.cbSize = Marshal.SizeOf(typeof(NativeMethods.TBBUTTONINFO));