5 instantiations of WindowsTab
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
121
WindowsTab wTab = new
WindowsTab
(hwndTab, null, 0);
MS\Internal\AutomationProxies\WindowsTab.cs (4)
71
WindowsTab wTab = new
WindowsTab
(hwnd, null, 0);
87
WindowsTab wlv = new
WindowsTab
(hwnd, null, -1);
108
el = new
WindowsTab
(hwnd, null, -1);
732
WindowsTab el = new
WindowsTab
(hwndParent, null, 0);
15 references to WindowsTab
UIAutomationClientsideProviders (15)
MS\Internal\AutomationProxies\Main.cs (1)
68
new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.
WindowsTab
.Create), "SysTabControl32", null, ClientSideProviderMatchIndicator.AllowSubstringMatch),
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
121
WindowsTab
wTab = new WindowsTab(hwndTab, null, 0);
MS\Internal\AutomationProxies\WindowsTab.cs (12)
71
WindowsTab
wTab = new WindowsTab(hwnd, null, 0);
87
WindowsTab
wlv = new WindowsTab (hwnd, null, -1);
391
if (!
WindowsTab
.SupportMultipleSelection (_hwnd))
732
WindowsTab
el = new WindowsTab(hwndParent, null, 0);
1004
WindowsTab
tab = (
WindowsTab
)_parent;
1102
if (
WindowsTab
.SupportMultipleSelection(_hwnd) == true)
1139
if (
WindowsTab
.SupportMultipleSelection(_hwnd) == true)
1168
if (!
WindowsTab
.SupportMultipleSelection(_hwnd))
1197
System.Diagnostics.Debug.Assert(_parent is
WindowsTab
, "Invalid Parent for a Tab Item");
1214
WindowsTab
parent = (
WindowsTab
)_parent;
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
497
return
WindowsTab
.IsValidControl(hwndTabParent);