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