1 instantiation of OleInterfaces
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
289this.oleSite = new OleInterfaces(this);
3 references to OleInterfaces
System.Windows.Forms (3)
winforms\Managed\System\WinForms\AxHost.cs (3)
195private readonly OleInterfaces oleSite; 6034if (clientSite is OleInterfaces) { 6035ctl = ((OleInterfaces)(clientSite)).GetAxHost();