2 writes to cbSize
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
467
XSendMessage.XSend(_hwnd, NativeMethods.LVM_GETGROUPMETRICS, IntPtr.Zero, new IntPtr(&(metric.
cbSize
)), metric.cbSize, XSendMessage.ErrorValue.NoCheck);
MS\Win32\NativeMethods.cs (1)
968
cbSize
= size;
1 reference to cbSize
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
467
XSendMessage.XSend(_hwnd, NativeMethods.LVM_GETGROUPMETRICS, IntPtr.Zero, new IntPtr(&(metric.cbSize)), metric.
cbSize
, XSendMessage.ErrorValue.NoCheck);