24 references to GiveFeedback
System.Windows.Forms (8)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
1542
add => base.
GiveFeedback
+= value;
1543
remove => base.
GiveFeedback
-= value;
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.cs (2)
721
control.
GiveFeedback
+= HandleGiveFeedback;
766
control.
GiveFeedback
-= HandleGiveFeedback;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
390
add => base.
GiveFeedback
+= value;
391
remove => base.
GiveFeedback
-= value;
System\Windows\Forms\GiveFeedbackEventArgs.cs (1)
9
/// Provides data for the <see cref="Control.
GiveFeedback
"/> event.
System\Windows\Forms\GiveFeedbackEventHandler.cs (1)
7
/// Represents a method that handles the <see cref="Control.
GiveFeedback
"/>
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (2)
189
DropSource.
GiveFeedback
+= dropSourceBehavior.GiveFeedback;
213
DropSource.
GiveFeedback
-= dropSourceBehavior.GiveFeedback;
System\Windows\Forms\Design\ControlDesigner.cs (2)
619
rc.
GiveFeedback
+= OnGiveFeedback;
635
rc.
GiveFeedback
-= OnGiveFeedback;
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
500
nameof(ToolStripPanel.
GiveFeedback
),
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.Handlers.cs (2)
2074
control.
GiveFeedback
+= handler;
2079
control.
GiveFeedback
-= handler;
System.Windows.Forms.UI.IntegrationTests (2)
DragDropTests.cs (2)
345
form.ListDragSource.
GiveFeedback
+= (s, e) =>
613
ListDragSource.
GiveFeedback
+= ListDragSource_GiveFeedback;
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
1199
add { base.
GiveFeedback
+= value; }
1200
remove { base.
GiveFeedback
-= value; }
WinFormsControlsTest (5)
DragDrop.cs (5)
47
pictureBox1.
GiveFeedback
+= PictureBox_GiveFeedback;
53
pictureBox2.
GiveFeedback
+= PictureBox_GiveFeedback;
59
pictureBox3.
GiveFeedback
+= PictureBox_GiveFeedback;
65
pictureBox4.
GiveFeedback
+= PictureBox_GiveFeedback;
71
pictureBox5.
GiveFeedback
+= PictureBox_GiveFeedback;