Example #1
0
 /// <include file='doc\TrayIcon.uex' path='docs/doc[@for="NotifyIcon.NotifyIconNativeWindow.WndProc"]/*' />
 /// <devdoc>
 ///     Pass messages on to the NotifyIcon object's wndproc handler.
 /// </devdoc>
 /// <internalonly/>
 protected override void WndProc(ref Message m)
 {
     Debug.Assert(reference != null, "NotifyIcon was garbage collected while it was still visible.  How did we let that happen?");
     reference.WndProc(ref m);
 }