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