2 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);