1 write to _oleSite
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.cs (1)
186_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)
1077((IOleControlSite.Interface)_oleSite).TransformCoords( 1090((IOleControlSite.Interface)_oleSite).TransformCoords( 1512((IOleClientSite.Interface)_oleSite).ShowObject(); 2150using var pClientSite = ComHelpers.TryGetComScope<IOleClientSite>(_oleSite, out HRESULT hr); 2864_oleSite.OnOcxCreate(); 2877_oleSite.StartEvents(); 2904_oleSite.StopEvents(); 3042if (_oleSite is IPropertyNotifySink.Interface sink) 3318qaContainer.pClientSite = ComHelpers.GetComPointer<IOleClientSite>(_oleSite); 3319qaContainer.pPropertyNotifySink = ComHelpers.GetComPointer<IPropertyNotifySink>(_oleSite); 3399_oleSite?.Dispose(); 3471using var clientSite = ComHelpers.GetComScope<IOleClientSite>(_oleSite); 3480using var clientSite = ComHelpers.GetComScope<IOleClientSite>(_oleSite);