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)
173add => base.ChangeUICues += value; 174remove => 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)
491nameof(ToolStripPanel.ChangeUICues),
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.Handlers.cs (2)
798control.ChangeUICues += handler; 803control.ChangeUICues -= handler;