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