5 references to AttachEventHandler
System.Windows.Forms.Tests (5)
System\Windows\Forms\HtmlDocumentTests.cs (5)
1412document.AttachEventHandler(eventName, handler); 1416document.AttachEventHandler(eventName, handler); 1484document.AttachEventHandler(eventName, handler); 1512COMException ex = Assert.Throws<COMException>(() => document.AttachEventHandler(string.Empty, handler)); 1530document.AttachEventHandler(null, handler);