2 writes to contextMenu
System.Windows.Forms (2)
winforms\Managed\System\WinForms\NotifyIcon.cs (2)
235
this.
contextMenu
= value;
476
contextMenu
= null;
9 references to contextMenu
System.Windows.Forms (9)
winforms\Managed\System\WinForms\NotifyIcon.cs (9)
231
return
contextMenu
;
720
if (
contextMenu
!= null || contextMenuStrip != null) {
731
if (
contextMenu
!= null) {
732
contextMenu
.OnPopup( EventArgs.Empty );
734
SafeNativeMethods.TrackPopupMenuEx(new HandleRef(
contextMenu
,
contextMenu
.Handle),
881
if (
contextMenu
!= null || contextMenuStrip != null) {
941
if (
contextMenu
!= null) {
942
if (
contextMenu
.ProcessInitMenuPopup(m.WParam)) {