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