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