5 instantiations of WindowsTab
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
103
WindowsTab wTab = new
WindowsTab
(hwndTab, null, 0);
MS\Internal\AutomationProxies\WindowsTab.cs (4)
70
WindowsTab wTab = new
WindowsTab
(hwnd, null, 0);
86
WindowsTab wlv = new
WindowsTab
(hwnd, null, -1);
107
el = new
WindowsTab
(hwnd, null, -1);
726
WindowsTab el = new
WindowsTab
(hwndParent, null, 0);
15 references to WindowsTab
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\Main.cs (1)
56
new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.
WindowsTab
.Create), "SysTabControl32", null, ClientSideProviderMatchIndicator.AllowSubstringMatch),
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
103
WindowsTab
wTab = new WindowsTab(hwndTab, null, 0);
MS\Internal\AutomationProxies\WindowsTab.cs (12)
70
WindowsTab
wTab = new WindowsTab(hwnd, null, 0);
86
WindowsTab
wlv = new WindowsTab (hwnd, null, -1);
384
if (!
WindowsTab
.SupportMultipleSelection (_hwnd))
726
WindowsTab
el = new WindowsTab(hwndParent, null, 0);
998
WindowsTab
tab = (
WindowsTab
)_parent;
1096
if (
WindowsTab
.SupportMultipleSelection(_hwnd))
1133
if (
WindowsTab
.SupportMultipleSelection(_hwnd))
1162
if (!
WindowsTab
.SupportMultipleSelection(_hwnd))
1191
System.Diagnostics.Debug.Assert(_parent is
WindowsTab
, "Invalid Parent for a Tab Item");
1208
WindowsTab
parent = (
WindowsTab
)_parent;
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
476
return
WindowsTab
.IsValidControl(hwndTabParent);