1 override of OnChangeUICues
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1695
protected override void
OnChangeUICues
(UICuesEventArgs e)
4 references to OnChangeUICues
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
12096
OnChangeUICues
(new UICuesEventArgs(UIcues));
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1703
base.
OnChangeUICues
(e);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ControlTests.cs (1)
1248
public new void OnChangeUICues(UICuesEventArgs e) => base.
OnChangeUICues
(e);
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5186
public new void OnChangeUICues(UICuesEventArgs e) => base.
OnChangeUICues
(e);