3 references to DISPID_Name
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (2)
169
cnd.GetPropertyValue(obj, NativeMethods.ActiveX.
DISPID_Name
, ref succeeded);
171
dispid = NativeMethods.ActiveX.
DISPID_Name
;
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
2777
if (ComNativeDescriptor.Instance.IsNameDispId(obj, dispID) || dispID == NativeMethods.ActiveX.
DISPID_Name
) {