4 references to GridColumnOutOfRange
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
181
throw new ArgumentOutOfRangeException("column", column, SR.
GridColumnOutOfRange
);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
750
throw new ArgumentOutOfRangeException("column", column, SR.
GridColumnOutOfRange
);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
372
throw new ArgumentOutOfRangeException("column", column, SR.
GridColumnOutOfRange
);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
261
throw new ArgumentOutOfRangeException("column", column, SR.
GridColumnOutOfRange
);