4 instantiations of DesignerActionUIStateChangeEventArgs
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionUIService.cs (3)
50new DesignerActionUIStateChangeEventArgs(component, DesignerActionUIStateChangeType.Hide)); 54new DesignerActionUIStateChangeEventArgs(component, DesignerActionUIStateChangeType.Show)); 62new DesignerActionUIStateChangeEventArgs(component, DesignerActionUIStateChangeType.Refresh));
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\DesignerActionUIStateChangeEventArgsTests.cs (1)
18DesignerActionUIStateChangeEventArgs e = new(relatedObject, changeType);
5 references to DesignerActionUIStateChangeEventArgs
System.Design (1)
artifacts\obj\System.Design.Facade\Release\net9.0\System.Design.Forwards.cs (1)
24[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.Design.DesignerActionUIStateChangeEventArgs))]
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionUI.cs (1)
383private void OnDesignerActionUIStateChange(object sender, DesignerActionUIStateChangeEventArgs e)
System\ComponentModel\Design\DesignerActionUIService.cs (1)
67private void OnDesignerActionUIStateChange(DesignerActionUIStateChangeEventArgs e) =>
System\ComponentModel\Design\DesignerActionUIStateChangeEventHandler.cs (1)
6public delegate void DesignerActionUIStateChangeEventHandler(object sender, DesignerActionUIStateChangeEventArgs e);
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\DesignerActionUIStateChangeEventArgsTests.cs (1)
18DesignerActionUIStateChangeEventArgs e = new(relatedObject, changeType);