1 write to ChangeType
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionUIStateChangeEventArgs.cs (1)
19ChangeType = changeType;
5 references to ChangeType
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionUI.cs (4)
390if (e.ChangeType == DesignerActionUIStateChangeType.Show) 397else if (e.ChangeType == DesignerActionUIStateChangeType.Hide) 404else if (e.ChangeType == DesignerActionUIStateChangeType.Refresh) 411else if (e.ChangeType == DesignerActionUIStateChangeType.Hide)
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\DesignerActionUIStateChangeEventArgsTests.cs (1)
20Assert.Equal(changeType, e.ChangeType);