4 references to GridRowOutOfRange
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
175
throw new ArgumentOutOfRangeException(nameof(row), row, SR.
GridRowOutOfRange
);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
741
throw new ArgumentOutOfRangeException(nameof(row), row, SR.
GridRowOutOfRange
);
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
366
throw new ArgumentOutOfRangeException(nameof(row), row, SR.
GridRowOutOfRange
);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
255
throw new ArgumentOutOfRangeException(nameof(row), row, SR.
GridRowOutOfRange
);