20 references to ProxyGetClassName
UIAutomationClientsideProviders (20)
MS\Internal\AutomationProxies\Misc.cs (1)
1931
if (!
ProxyGetClassName
(hwnd).Equals("tooltips_class32"))
MS\Internal\AutomationProxies\NonClientArea.cs (3)
116
System.Diagnostics.Debug.Assert(idChild == 0, string.Format(CultureInfo.CurrentCulture, "Invalid Child Id, idChild == {2}\n\rClassName: \"{0}\"\n\rhwnd = 0x{1:x8}", Misc.
ProxyGetClassName
(hwnd), hwnd.ToInt32(), idChild));
472
if (Misc.
ProxyGetClassName
(_hwnd) == "SysListView32")
484
if (Misc.
ProxyGetClassName
(_hwnd) == "SysListView32")
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
41
string className = Misc.
ProxyGetClassName
(hwnd);
MS\Internal\AutomationProxies\WindowsMenu.cs (2)
928
return (String.Compare(Misc.
ProxyGetClassName
(hwnd), WindowsMenu.MenuClassName, StringComparison.OrdinalIgnoreCase) == 0);
2266
if (gui.hwndCapture != IntPtr.Zero && Misc.
ProxyGetClassName
(gui.hwndCapture) == "ListBox")
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
171
string className = Misc.
ProxyGetClassName
(hwnd);
MS\Internal\AutomationProxies\WindowsSpinner.cs (2)
84
if (Misc.
ProxyGetClassName
(hwndBuddy).IndexOf("EDIT", StringComparison.OrdinalIgnoreCase) == -1)
297
string className = Misc.
ProxyGetClassName
(hwndChild);
MS\Internal\AutomationProxies\WindowsTab.cs (2)
730
&& Misc.
ProxyGetClassName
(hwndParent).Contains("SysTabControl32"))
765
className = Misc.
ProxyGetClassName
(childHwnd);
MS\Internal\AutomationProxies\WindowsTooltip.cs (2)
192
string className = Misc.
ProxyGetClassName
(hwnd);
201
string className = Misc.
ProxyGetClassName
(_hwnd);
MS\Internal\AutomationProxies\WindowsUpDown.cs (3)
315
return Misc.
ProxyGetClassName
(hwndParent).Contains("SysTabControl32");
389
return hwndBuddy != IntPtr.Zero && Misc.
ProxyGetClassName
(hwndBuddy).IndexOf("EDIT", StringComparison.OrdinalIgnoreCase) != -1;
646
hwndParent = Misc.
ProxyGetClassName
(hwndParent).Contains("SysTabControl32") ? hwndParent : IntPtr.Zero;
MS\Internal\AutomationProxies\WinEventTracker.cs (1)
495
return Misc.
ProxyGetClassName
(Process.GetProcessById(processId).MainWindowHandle).Equals("ConsoleWindowClass");
MS\Internal\AutomationProxies\WinFormsSpinner.cs (2)
165
if (Misc.
ProxyGetClassName
(hwndLastChild).IndexOf("Edit", StringComparison.OrdinalIgnoreCase) != -1)
173
if (Misc.
ProxyGetClassName
(hwndFirstChild).IndexOf("Edit", StringComparison.OrdinalIgnoreCase) != -1)