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