3 references to ptStart
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsAltTab.cs (3)
154
int column = (pt.x - _altTabInfo.
ptStart
.x) / _altTabInfo.cxItem;
155
int row = (pt.y - _altTabInfo.
ptStart
.y) / _altTabInfo.cyItem;
399
NativeMethods.Win32Point ptStart = this._altTab._altTabInfo.
ptStart
;