8 references to HelpRequested
System.Messaging (1)
System\Messaging\Design\QueuePathDialog.cs (1)
271
this.
HelpRequested
+= new HelpEventHandler(this.OnHelpRequested);
System.Windows.Forms (4)
winforms\Managed\System\WinForms\HelpProvider.cs (2)
345
ctl.
HelpRequested
+= new HelpEventHandler(this.OnControlHelp);
350
ctl.
HelpRequested
-= new HelpEventHandler(this.OnControlHelp);
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
556
add { base.
HelpRequested
+= value; }
557
remove { base.
HelpRequested
-= value; }
System.Workflow.Activities (3)
Rules\Design\Dialogs\BasicBrowserDialog.cs (1)
59
HelpRequested
+= new HelpEventHandler(OnHelpRequested);
Rules\Design\Dialogs\RuleConditionDialog.cs (1)
84
HelpRequested
+= new HelpEventHandler(OnHelpRequested);
Rules\Design\Dialogs\RuleSetDialog.cs (1)
101
this.
HelpRequested
+= new HelpEventHandler(OnHelpRequested);