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