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