2 references to Columns
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsAltTab.cs (2)
148if (column >= 0 && column < Columns && row >= 0 && row < Rows) 211return row * Columns + column;