5 references to AttachEventHandler
System.Windows.Forms.Tests (5)
System\Windows\Forms\HtmlDocumentTests.cs (5)
1414document.AttachEventHandler(eventName, handler); 1418document.AttachEventHandler(eventName, handler); 1486document.AttachEventHandler(eventName, handler); 1514COMException ex = Assert.Throws<COMException>(() => document.AttachEventHandler(string.Empty, handler)); 1532document.AttachEventHandler(null, handler);