5 references to NOTIFY_ICON_INFOTIP_FLAGS
System.Windows.Forms (4)
System\Windows\Forms\NotifyIcon.cs (4)
584data.dwInfoFlags = NOTIFY_ICON_INFOTIP_FLAGS.NIIF_INFO; 587data.dwInfoFlags = NOTIFY_ICON_INFOTIP_FLAGS.NIIF_WARNING; 590data.dwInfoFlags = NOTIFY_ICON_INFOTIP_FLAGS.NIIF_ERROR; 593data.dwInfoFlags = NOTIFY_ICON_INFOTIP_FLAGS.NIIF_NONE;
System.Windows.Forms.Primitives (1)
Windows\Win32\UI\Shell\NOTIFYICONDATAW.cs (1)
23public NOTIFY_ICON_INFOTIP_FLAGS dwInfoFlags;