9 writes to cbSize
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1666scrollBarInfo.cbSize = Marshal.SizeOf(scrollBarInfo.GetType());
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
814sbi.cbSize = Marshal.SizeOf(sbi.GetType());
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
127sbi.cbSize = Marshal.SizeOf(sbi.GetType());
MS\Internal\AutomationProxies\WindowsScrollBar.cs (5)
135sbi.cbSize = Marshal.SizeOf (sbi.GetType ()); 445sbi.cbSize = Marshal.SizeOf (sbi.GetType ()); 519sbi.cbSize = Marshal.SizeOf (sbi.GetType ()); 711sbi.cbSize = Marshal.SizeOf (sbi.GetType ()); 726sbi.cbSize = Marshal.SizeOf(sbi.GetType());
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
223sbi.cbSize = Marshal.SizeOf (sbi.GetType ());