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