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