13 writes to cbSize
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
706si.cbSize = System.Runtime.InteropServices.Marshal.SizeOf(typeof(NativeMethods.ScrollInfo));
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1680si.cbSize = Marshal.SizeOf (si.GetType ());
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (1)
55si.cbSize = Marshal.SizeOf (si.GetType ());
MS\Internal\AutomationProxies\WindowsScroll.cs (5)
144si.cbSize = Marshal.SizeOf (si.GetType ()); 195si.cbSize = Marshal.SizeOf (si.GetType ()); 250si.cbSize = Marshal.SizeOf (si.GetType ()); 289si.cbSize = Marshal.SizeOf(si.GetType ()); 363si.cbSize = Marshal.SizeOf (si.GetType ());
MS\Internal\AutomationProxies\WindowsScrollBar.cs (3)
435si.cbSize = Marshal.SizeOf (si.GetType ()); 574si.cbSize = Marshal.SizeOf (si.GetType ()); 625si.cbSize = Marshal.SizeOf (si.GetType ());
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
206si.cbSize = Marshal.SizeOf (si.GetType ()); 541si.cbSize = Marshal.SizeOf (si.GetType ());