2 instantiations of NOTIFYICONDATA
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NotifyIcon.cs (2)
693NativeMethods.NOTIFYICONDATA data = new NativeMethods.NOTIFYICONDATA(); 770NativeMethods.NOTIFYICONDATA data = new NativeMethods.NOTIFYICONDATA();
4 references to NOTIFYICONDATA
System.Windows.Forms (4)
winforms\Managed\System\WinForms\NativeMethods.cs (1)
3758public int cbSize = Marshal.SizeOf(typeof(NOTIFYICONDATA));
winforms\Managed\System\WinForms\NotifyIcon.cs (2)
693NativeMethods.NOTIFYICONDATA data = new NativeMethods.NOTIFYICONDATA(); 770NativeMethods.NOTIFYICONDATA data = new NativeMethods.NOTIFYICONDATA();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
417public static extern int Shell_NotifyIcon(int message, NativeMethods.NOTIFYICONDATA pnid);