1 instantiation of OleInterfaces
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
186
_oleSite = new
OleInterfaces
(this);
2 references to OleInterfaces
System.Windows.Forms (2)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
672
if (ComHelpers.TryGetObjectForIUnknown(clientSite.AsUnknown, takeOwnership: false, out
OleInterfaces
? interfaces))
System\Windows\Forms\ActiveX\AxHost.cs (1)
115
private readonly
OleInterfaces
_oleSite;