5 references to ChangeUICues
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (1)
9504
/// <para>Raises the <see cref='System.Windows.Forms.Control.
ChangeUICues
'/>
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
270
add { base.
ChangeUICues
+= value; }
271
remove { base.
ChangeUICues
-= value; }
winforms\Managed\System\WinForms\UICuesEvent.cs (1)
65
/// Provides data for the <see cref='System.Windows.Forms.Control.
ChangeUICues
'/> event.
winforms\Managed\System\WinForms\UICuesEventHandler.cs (1)
13
/// Represents a method that will handle the <see cref='System.Windows.Forms.Control.
ChangeUICues
'/> event of a <see cref='System.Windows.Forms.Control'/>.