1 write to _oleSite
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
187_oleSite = new OleInterfaces(this);
14 references to _oleSite
System.Windows.Forms (14)
System\Windows\Forms\ActiveX\AxHost.AxComponentEditor.cs (1)
20((IOleControlSite.Interface)host._oleSite).ShowPropertyFrame().ThrowOnFailure();
System\Windows\Forms\ActiveX\AxHost.cs (13)
1075((IOleControlSite.Interface)_oleSite).TransformCoords( 1088((IOleControlSite.Interface)_oleSite).TransformCoords( 1510((IOleClientSite.Interface)_oleSite).ShowObject(); 2148using var pClientSite = ComHelpers.TryGetComScope<IOleClientSite>(_oleSite, out HRESULT hr); 2862_oleSite.OnOcxCreate(); 2875_oleSite.StartEvents(); 2902_oleSite.StopEvents(); 3040if (_oleSite is IPropertyNotifySink.Interface sink) 3317qaContainer.pClientSite = ComHelpers.GetComPointer<IOleClientSite>(_oleSite); 3318qaContainer.pPropertyNotifySink = ComHelpers.GetComPointer<IPropertyNotifySink>(_oleSite); 3398_oleSite?.Dispose(); 3470using var clientSite = ComHelpers.GetComScope<IOleClientSite>(_oleSite); 3479using var clientSite = ComHelpers.GetComScope<IOleClientSite>(_oleSite);