2 references to ChangeUICues
System.Windows.Forms.Tests (2)
WebBrowserBaseTests.cs (2)
326
Assert.Throws<NotSupportedException>(() => control.
ChangeUICues
+= handler);
327
control.
ChangeUICues
-= handler;