3 writes to cbSize
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (2)
1997
nativeItem.
cbSize
= Marshal.SizeOf(typeof(NativeMethods.LVGROUP));
2145
nativeItem.
cbSize
= Marshal.SizeOf(typeof(NativeMethods.LVGROUP));
MS\Win32\NativeMethods.cs (1)
898
cbSize
= size;
1 reference to cbSize
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\CommonXSendMessage.cs (1)
1360
XSend(hwnd, NativeMethods.LVM_GETGROUPINFO, new IntPtr(group.iGroupID), new IntPtr(&group), group.
cbSize
, ErrorValue.NoCheck);