3 references to GetClassName
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComboBox.cs (1)
5887
UnsafeNativeMethods.
GetClassName
(hRef, sb, MaxClassName);
winforms\Managed\System\WinForms\Control.cs (2)
2937
int len = UnsafeNativeMethods.
GetClassName
(new HandleRef(null, lastParentHandle), null, 0);
2941
UnsafeNativeMethods.
GetClassName
(new HandleRef(null, lastParentHandle), sb, sb.Capacity);