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