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