1 write to _altTabInfo
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
53GetAltTabInfo(_hwnd, 0, ref _altTabInfo, null);
11 references to _altTabInfo
UIAutomationClientsideProviders (11)
MS\Internal\AutomationProxies\WindowsAltTab.cs (11)
154int column = (pt.x - _altTabInfo.ptStart.x) / _altTabInfo.cxItem; 155int row = (pt.y - _altTabInfo.ptStart.y) / _altTabInfo.cyItem; 295return _altTabInfo.cRows; 303return _altTabInfo.cColumns; 311return _altTabInfo.cItems; 394int columns = this._altTab._altTabInfo.cColumns; 395int cxItem = this._altTab._altTabInfo.cxItem; 396int cyItem = this._altTab._altTabInfo.cyItem; 399NativeMethods.Win32Point ptStart = this._altTab._altTabInfo.ptStart;