6 references to cElems
System.Windows.Forms (6)
winforms\Managed\System\WinForms\AxHost.cs (3)
3291if (uuids.cElems > 0) return true; 3361if (uuids.cElems <= 0) return; 3381SafeNativeMethods.OleCreatePropertyFrame(new HandleRef(this, handle), 0, 0, name, 1, ref o, uuids.cElems, new HandleRef(null, uuids.pElems), Application.CurrentCulture.LCID, 0, IntPtr.Zero);
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2ComponentEditor.cs (3)
36if (uuids.cElems > 0) { 83if (uuids.cElems <= 0) { 92SafeNativeMethods.OleCreatePropertyFrame(new HandleRef(parent, handle), 0, 0, "PropertyPages", 1, ref o, uuids.cElems, new HandleRef(uuids, uuids.pElems), Application.CurrentCulture.LCID, 0, IntPtr.Zero);