1 override of AttachInterfaces
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (1)
1131
protected override void
AttachInterfaces
(object nativeActiveXObject)
2 references to AttachInterfaces
System.Windows.Forms (1)
System\Windows\Forms\Controls\WebBrowser\WebBrowserBase.cs (1)
1024
AttachInterfaces
(_activeXInstance);
System.Windows.Forms.Tests (1)
WebBrowserBaseTests.cs (1)
934
public new void AttachInterfaces(object nativeActiveXObject) => base.
AttachInterfaces
(nativeActiveXObject);