9 writes to cbSize
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1667scrollBarInfo.cbSize = Marshal.SizeOf(scrollBarInfo.GetType());
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
815sbi.cbSize = Marshal.SizeOf(sbi.GetType());
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
128sbi.cbSize = Marshal.SizeOf(sbi.GetType());
MS\Internal\AutomationProxies\WindowsScrollBar.cs (5)
136sbi.cbSize = Marshal.SizeOf (sbi.GetType ()); 446sbi.cbSize = Marshal.SizeOf (sbi.GetType ()); 520sbi.cbSize = Marshal.SizeOf (sbi.GetType ()); 712sbi.cbSize = Marshal.SizeOf (sbi.GetType ()); 727sbi.cbSize = Marshal.SizeOf(sbi.GetType());
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
224sbi.cbSize = Marshal.SizeOf (sbi.GetType ());