1 write to _altTabInfo
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
40GetAltTabInfo(_hwnd, 0, ref _altTabInfo, null);
11 references to _altTabInfo
UIAutomationClientSideProviders (11)
MS\Internal\AutomationProxies\WindowsAltTab.cs (11)
141int column = (pt.x - _altTabInfo.ptStart.x) / _altTabInfo.cxItem; 142int row = (pt.y - _altTabInfo.ptStart.y) / _altTabInfo.cyItem; 282return _altTabInfo.cRows; 290return _altTabInfo.cColumns; 298return _altTabInfo.cItems; 381int columns = this._altTab._altTabInfo.cColumns; 382int cxItem = this._altTab._altTabInfo.cxItem; 383int cyItem = this._altTab._altTabInfo.cyItem; 386NativeMethods.Win32Point ptStart = this._altTab._altTabInfo.ptStart;