9 writes to cbSize
UIAutomationClientsideProviders (9)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1678scrollBarInfo.cbSize = Marshal.SizeOf(scrollBarInfo.GetType());
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
828sbi.cbSize = Marshal.SizeOf(sbi.GetType());
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
138sbi.cbSize = Marshal.SizeOf(sbi.GetType());
MS\Internal\AutomationProxies\WindowsScrollBar.cs (5)
153sbi.cbSize = Marshal.SizeOf (sbi.GetType ()); 464sbi.cbSize = Marshal.SizeOf (sbi.GetType ()); 538sbi.cbSize = Marshal.SizeOf (sbi.GetType ()); 726sbi.cbSize = Marshal.SizeOf (sbi.GetType ()); 741sbi.cbSize = Marshal.SizeOf(sbi.GetType());
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
233sbi.cbSize = Marshal.SizeOf (sbi.GetType ());