9 writes to cbSize
System.Windows.Forms (1)
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
133
cbSize
= (uint)sizeof(MSOCRINFO),
System.Windows.Forms.Tests (8)
System\Windows\Forms\Application.ComponentManagerTests.cs (8)
74
MSOCRINFO info = new MSOCRINFO {
cbSize
= (uint)sizeof(MSOCRINFO) };
94
MSOCRINFO info = new MSOCRINFO {
cbSize
= (uint)sizeof(MSOCRINFO) };
110
MSOCRINFO info = new MSOCRINFO {
cbSize
= (uint)sizeof(MSOCRINFO) };
124
MSOCRINFO info = new MSOCRINFO {
cbSize
= (uint)sizeof(MSOCRINFO) };
155
MSOCRINFO info = new MSOCRINFO {
cbSize
= (uint)sizeof(MSOCRINFO) };
188
MSOCRINFO info = new MSOCRINFO {
cbSize
= (uint)sizeof(MSOCRINFO) };
219
MSOCRINFO info = new MSOCRINFO {
cbSize
= (uint)sizeof(MSOCRINFO) };
305
cbSize
= (uint)sizeof(MSOCRINFO),
4 references to cbSize
System.Windows.Forms (3)
System\Windows\Forms\Application.ComponentManager.cs (2)
66
if (pcrinfo is null || pdwComponentID is null || component is null || pcrinfo->
cbSize
< sizeof(MSOCRINFO))
373
if (pcrinfo->
cbSize
< sizeof(MSOCRINFO))
System\Windows\Forms\Application.ComponentThreadContext.cs (1)
150
$"Failed to register WindowsForms with the ComponentManager -- DoEvents and modal dialogs will be broken. size: {info.
cbSize
}");
System.Windows.Forms.Primitives (1)
Microsoft\Office\IMsoComponentManager.cs (1)
520
/// If <paramref name="pcrinfo"/> is not <see langword="null" /> caller should set <see cref="MSOCRINFO.
cbSize
"/>