9 writes to cbSize
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1669scrollBarInfo.cbSize = Marshal.SizeOf(scrollBarInfo.GetType());
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
812sbi.cbSize = Marshal.SizeOf(sbi.GetType());
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
128sbi.cbSize = Marshal.SizeOf(sbi.GetType());
MS\Internal\AutomationProxies\WindowsScrollBar.cs (5)
139sbi.cbSize = Marshal.SizeOf (sbi.GetType ()); 449sbi.cbSize = Marshal.SizeOf (sbi.GetType ()); 523sbi.cbSize = Marshal.SizeOf (sbi.GetType ()); 711sbi.cbSize = Marshal.SizeOf (sbi.GetType ()); 726sbi.cbSize = Marshal.SizeOf(sbi.GetType());
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
224sbi.cbSize = Marshal.SizeOf (sbi.GetType ());