4 writes to dwInfoFlags
System.Windows.Forms (4)
winforms\Managed\System\WinForms\NotifyIcon.cs (4)
704case ToolTipIcon.Info: data.dwInfoFlags = NativeMethods.NIIF_INFO; break; 705case ToolTipIcon.Warning: data.dwInfoFlags = NativeMethods.NIIF_WARNING; break; 706case ToolTipIcon.Error: data.dwInfoFlags = NativeMethods.NIIF_ERROR; break; 707case ToolTipIcon.None: data.dwInfoFlags = NativeMethods.NIIF_NONE; break;