1 write to cbSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Application.cs (1)
2545info.cbSize = Marshal.SizeOf(typeof(NativeMethods.MSOCRINFOSTRUCT));
1 reference to cbSize
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Application.cs (1)
2559Debug.Assert(result, "Failed to register WindowsForms with the ComponentManager -- DoEvents and modal dialogs will be broken. size: " + info.cbSize);