1 instantiation of MsaaMenuInfoWithId
System.Windows.Forms (1)
winforms\Managed\System\WinForms\MenuItem.cs (1)
1057MsaaMenuInfoWithId msaaMenuInfoStruct = new MsaaMenuInfoWithId(data.caption, uniqueID);
9 references to MsaaMenuInfoWithId
System.Windows.Forms (9)
winforms\Managed\System\WinForms\MenuItem.cs (9)
1016MsaaMenuInfoWithId msaaMenuInfo = (MsaaMenuInfoWithId) Marshal.PtrToStructure(itemData, typeof(MsaaMenuInfoWithId)); 1022MsaaMenuInfoWithId msaaMenuInfo = (MsaaMenuInfoWithId) Marshal.PtrToStructure(itemData, typeof(MsaaMenuInfoWithId)); 1049msaaMenuInfoPtr = Marshal.AllocHGlobal(Marshal.SizeOf(typeof(MsaaMenuInfoWithId))); 1057MsaaMenuInfoWithId msaaMenuInfoStruct = new MsaaMenuInfoWithId(data.caption, uniqueID); 1067Marshal.DestroyStructure(msaaMenuInfoPtr, typeof(MsaaMenuInfoWithId));