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