13 writes to cbSize
UIAutomationClientsideProviders (13)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
771si.cbSize = System.Runtime.InteropServices.Marshal.SizeOf(typeof(NativeMethods.ScrollInfo));
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1689si.cbSize = Marshal.SizeOf (si.GetType ());
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (1)
66si.cbSize = Marshal.SizeOf (si.GetType ());
MS\Internal\AutomationProxies\WindowsScroll.cs (5)
154si.cbSize = Marshal.SizeOf (si.GetType ()); 205si.cbSize = Marshal.SizeOf (si.GetType ()); 260si.cbSize = Marshal.SizeOf (si.GetType ()); 299si.cbSize = Marshal.SizeOf(si.GetType ()); 373si.cbSize = Marshal.SizeOf (si.GetType ());
MS\Internal\AutomationProxies\WindowsScrollBar.cs (3)
450si.cbSize = Marshal.SizeOf (si.GetType ()); 589si.cbSize = Marshal.SizeOf (si.GetType ()); 640si.cbSize = Marshal.SizeOf (si.GetType ());
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
215si.cbSize = Marshal.SizeOf (si.GetType ()); 550si.cbSize = Marshal.SizeOf (si.GetType ());