4 references to GetClassName
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
2271
length = PInvoke.
GetClassName
(lastParentHandle, lpClassName, buffer.Length);
System\Windows\Forms\Controls\ComboBox\ComboBox.AutoCompleteDropDownFinder.cs (1)
42
int length = PInvoke.
GetClassName
(hwnd, (PWSTR)b, buffer.Length);
System.Windows.Forms.Primitives (2)
_generated\425\Windows.Win32.PInvoke.USER32.dll.g.cs (2)
1192
/// <inheritdoc cref="
GetClassName
(winmdroot.Foundation.HWND, winmdroot.Foundation.PWSTR, int)"/>
1198
int __result = PInvoke.
GetClassName
(hWnd, lpClassNameLocal, lpClassName.Length);