26 references to GetClassName
UIAutomationClientsideProviders (26)
MS\Internal\AutomationProxies\Misc.cs (1)
887
if (
GetClassName
(hwnd).CompareTo("Progman") == 0)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
377
string className = Misc.
GetClassName
(_hwnd);
1092
string className = Misc.
GetClassName
(hwnd);
MS\Internal\AutomationProxies\NonClientArea.cs (2)
662
if (Misc.
GetClassName
(hwnd) == "ComboLBox")
731
if (Misc.
GetClassName
(hwnd) == "ComboLBox")
MS\Internal\AutomationProxies\WindowsButton.cs (4)
569
if (!Misc.
GetClassName
(_hwnd).Equals("Button"))
584
if (Misc.
GetClassName
(hwndParent).Equals("Shell_TrayWnd"))
595
if (!Misc.
GetClassName
(_hwnd).Equals("Button"))
603
if (Misc.
GetClassName
(hwndParent).Equals("Desktop More Programs Pane"))
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
167
if (Misc.
GetClassName
(_hwnd).Equals("Internet Explorer_TridentCmboBx"))
694
return (0 == String.Compare(Misc.
GetClassName
(hwndEx), ComboboxEx32, StringComparison.OrdinalIgnoreCase));
727
if (Misc.
GetClassName
(hwnd).Equals("Internet Explorer_TridentCmboBx"))
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
994
string classname = Misc.
GetClassName
(hwndParent);
1010
string classname = Misc.
GetClassName
(hwndParent);
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
141
return IsWindowsFormsControl(Misc.
GetClassName
(hwnd));
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
745
if (Misc.
GetClassName
(_hwnd).Equals("Internet Explorer_TridentLstBox"))
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1655
string className = Misc.
GetClassName
(Misc.GetParent(_hwnd));
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
181
if (Misc.
GetClassName
(ancestor) == "Desktop Search Open View")
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
727
return Misc.
GetClassName
(hwndParent).Equals("MsoCommandBar");
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
239
string classname = Misc.
GetClassName
(hwnd);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
574
string classname = Misc.
GetClassName
(_hwnd);
680
string classname = Misc.
GetClassName
(_hwnd);
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
80
string className = Misc.
GetClassName
(hwnd).ToLower(System.Globalization.CultureInfo.InvariantCulture);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (2)
92
if (Misc.
GetClassName
(hwndParent).IndexOf("SysListView32", StringComparison.Ordinal) >= 0)
263
if (Misc.
GetClassName
(hwndParent).IndexOf("SysListView32", StringComparison.Ordinal) >= 0)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
396
if(Misc.
GetClassName
(hwndParent) != "MSTaskSwWClass")