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