8 references to ChangeUICues
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (1)
7951
/// Raises the <see cref="
ChangeUICues
"/> event.
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
173
add => base.
ChangeUICues
+= value;
174
remove => base.
ChangeUICues
-= value;
System\Windows\Forms\UICuesEventArgs.cs (1)
7
/// Provides data for the <see cref="Control.
ChangeUICues
"/> event.
System\Windows\Forms\UICuesEventHandler.cs (1)
7
/// Represents a method that will handle the <see cref="Control.
ChangeUICues
"/> event of a <see cref="Control"/>.
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripPanelDesigner.cs (1)
491
nameof(ToolStripPanel.
ChangeUICues
),
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.Handlers.cs (2)
798
control.
ChangeUICues
+= handler;
803
control.
ChangeUICues
-= handler;