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