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