2 references to EnabledChanged
System.Windows.Forms.Tests (2)
System\Windows\Forms\AxHostTests.cs (2)
1039Assert.Throws<NotSupportedException>(() => control.EnabledChanged += handler); 1040control.EnabledChanged -= handler;