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