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