2 references to EnabledChanged
System.Windows.Forms.Tests (2)
WebBrowserBaseTests.cs (2)
400Assert.Throws<NotSupportedException>(() => control.EnabledChanged += handler); 401control.EnabledChanged -= handler;