3 references to ExecCommand
System.Windows.Forms.Tests (3)
System\Windows\Forms\HtmlDocumentTests.cs (3)
446
document.
ExecCommand
("ClearAuthenticationCache", false, null);
1666
document.
ExecCommand
(command, showUI, value);
1684
Assert.Throws<COMException>(() => document.
ExecCommand
(command, showUI, value));