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