13 writes to cbSize
UIAutomationClientSideProviders (13)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
707cbSize = System.Runtime.InteropServices.Marshal.SizeOf(typeof(NativeMethods.ScrollInfo)),
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1678si.cbSize = Marshal.SizeOf (si.GetType ());
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (1)
57si.cbSize = Marshal.SizeOf (si.GetType ());
MS\Internal\AutomationProxies\WindowsScroll.cs (5)
144si.cbSize = Marshal.SizeOf (si.GetType ()); 196si.cbSize = Marshal.SizeOf (si.GetType ()); 251si.cbSize = Marshal.SizeOf (si.GetType ()); 292si.cbSize = Marshal.SizeOf(si.GetType ()); 368si.cbSize = Marshal.SizeOf (si.GetType ());
MS\Internal\AutomationProxies\WindowsScrollBar.cs (3)
432si.cbSize = Marshal.SizeOf (si.GetType ()); 573si.cbSize = Marshal.SizeOf (si.GetType ()); 626si.cbSize = Marshal.SizeOf (si.GetType ());
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
206si.cbSize = Marshal.SizeOf (si.GetType ()); 543si.cbSize = Marshal.SizeOf (si.GetType ());