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