2 writes to dwTypeData
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
731info.dwTypeData = IntPtr.Zero; 739info.dwTypeData = allocatedStringBuffer;
2 references to dwTypeData
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolStripMenuItem.cs (2)
746 if (info.dwTypeData != IntPtr.Zero){ 749text = Marshal.PtrToStringAuto(info.dwTypeData, info.cch);