4 references to 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);