3 references to GetClassName
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
2278
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.Tests (1)
System\Windows\Forms\RichTextBoxTests.cs (1)
11023
length = PInvoke.
GetClassName
(hWnd, lpClassName, buffer.Length);