26 references to GetClassName
UIAutomationClientSideProviders (26)
MS\Internal\AutomationProxies\Misc.cs (1)
877
if (
GetClassName
(hwnd).CompareTo("Progman") == 0)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
369
string className = Misc.
GetClassName
(_hwnd);
1065
string className = Misc.
GetClassName
(hwnd);
MS\Internal\AutomationProxies\NonClientArea.cs (2)
665
if (Misc.
GetClassName
(hwnd) == "ComboLBox")
734
if (Misc.
GetClassName
(hwnd) == "ComboLBox")
MS\Internal\AutomationProxies\WindowsButton.cs (4)
558
if (!Misc.
GetClassName
(_hwnd).Equals("Button"))
573
if (Misc.
GetClassName
(hwndParent).Equals("Shell_TrayWnd"))
584
if (!Misc.
GetClassName
(_hwnd).Equals("Button"))
592
if (Misc.
GetClassName
(hwndParent).Equals("Desktop More Programs Pane"))
MS\Internal\AutomationProxies\WindowsComboBox.cs (3)
154
if (Misc.
GetClassName
(_hwnd).Equals("Internet Explorer_TridentCmboBx"))
681
return string.Equals(Misc.
GetClassName
(hwndEx), ComboboxEx32, StringComparison.OrdinalIgnoreCase);
714
if (Misc.
GetClassName
(hwnd).Equals("Internet Explorer_TridentCmboBx"))
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
933
string classname = Misc.
GetClassName
(hwndParent);
949
string classname = Misc.
GetClassName
(hwndParent);
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
135
return IsWindowsFormsControl(Misc.
GetClassName
(hwnd));
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
737
if (Misc.
GetClassName
(_hwnd).Equals("Internet Explorer_TridentLstBox"))
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1649
string className = Misc.
GetClassName
(Misc.GetParent(_hwnd));
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
174
if (Misc.
GetClassName
(ancestor) == "Desktop Search Open View")
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
685
return Misc.
GetClassName
(hwndParent).Equals("MsoCommandBar");
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
233
string classname = Misc.
GetClassName
(hwnd);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
562
string classname = Misc.
GetClassName
(_hwnd);
668
string classname = Misc.
GetClassName
(_hwnd);
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
72
string className = Misc.
GetClassName
(hwnd).ToLower(System.Globalization.CultureInfo.InvariantCulture);
MS\Internal\AutomationProxies\WindowsSysHeader.cs (2)
83
if (Misc.
GetClassName
(hwndParent).IndexOf("SysListView32", StringComparison.Ordinal) >= 0)
254
if (Misc.
GetClassName
(hwndParent).IndexOf("SysListView32", StringComparison.Ordinal) >= 0)
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
388
if(Misc.
GetClassName
(hwndParent) != "MSTaskSwWClass")