1 write to _altTabInfo
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
37GetAltTabInfo(_hwnd, 0, ref _altTabInfo, null);
11 references to _altTabInfo
UIAutomationClientSideProviders (11)
MS\Internal\AutomationProxies\WindowsAltTab.cs (11)
135int column = (pt.x - _altTabInfo.ptStart.x) / _altTabInfo.cxItem; 136int row = (pt.y - _altTabInfo.ptStart.y) / _altTabInfo.cyItem; 276return _altTabInfo.cRows; 284return _altTabInfo.cColumns; 292return _altTabInfo.cItems; 375int columns = this._altTab._altTabInfo.cColumns; 376int cxItem = this._altTab._altTabInfo.cxItem; 377int cyItem = this._altTab._altTabInfo.cyItem; 380NativeMethods.Win32Point ptStart = this._altTab._altTabInfo.ptStart;