4 references to GridColumnOutOfRange
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
180throw new ArgumentOutOfRangeException(nameof(column), column, SR.GridColumnOutOfRange);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
746throw new ArgumentOutOfRangeException(nameof(column), column, SR.GridColumnOutOfRange);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
371throw new ArgumentOutOfRangeException(nameof(column), column, SR.GridColumnOutOfRange);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
260throw new ArgumentOutOfRangeException(nameof(column), column, SR.GridColumnOutOfRange);