2 references to GetClassName
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
2271length = PInvoke.GetClassName(lastParentHandle, lpClassName, buffer.Length);
System\Windows\Forms\Controls\ComboBox\ComboBox.AutoCompleteDropDownFinder.cs (1)
42int length = PInvoke.GetClassName(hwnd, (PWSTR)b, buffer.Length);