3 instantiations of DesignerActionUIStateChangeEventArgs
System.Windows.Forms.Design (3)
System\ComponentModel\Design\DesignerActionUIService.cs (3)
50
new
DesignerActionUIStateChangeEventArgs
(component, DesignerActionUIStateChangeType.Hide));
54
new
DesignerActionUIStateChangeEventArgs
(component, DesignerActionUIStateChangeType.Show));
62
new
DesignerActionUIStateChangeEventArgs
(component, DesignerActionUIStateChangeType.Refresh));
4 references to DesignerActionUIStateChangeEventArgs
System.Design (1)
src\winforms\artifacts\obj\System.Design.Facade\Release\net11.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)
383
private void OnDesignerActionUIStateChange(object sender,
DesignerActionUIStateChangeEventArgs
e)
System\ComponentModel\Design\DesignerActionUIService.cs (1)
67
private void OnDesignerActionUIStateChange(
DesignerActionUIStateChangeEventArgs
e) =>
System\ComponentModel\Design\DesignerActionUIStateChangeEventHandler.cs (1)
6
public delegate void DesignerActionUIStateChangeEventHandler(object sender,
DesignerActionUIStateChangeEventArgs
e);