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)
1078((IOleControlSite.Interface)_oleSite).TransformCoords( 1091((IOleControlSite.Interface)_oleSite).TransformCoords( 1513((IOleClientSite.Interface)_oleSite).ShowObject(); 2151using var pClientSite = ComHelpers.TryGetComScope<IOleClientSite>(_oleSite, out HRESULT hr); 2865_oleSite.OnOcxCreate(); 2878_oleSite.StartEvents(); 2905_oleSite.StopEvents(); 3043if (_oleSite is IPropertyNotifySink.Interface sink) 3320qaContainer.pClientSite = ComHelpers.GetComPointer<IOleClientSite>(_oleSite); 3321qaContainer.pPropertyNotifySink = ComHelpers.GetComPointer<IPropertyNotifySink>(_oleSite); 3401_oleSite?.Dispose(); 3473using var clientSite = ComHelpers.GetComScope<IOleClientSite>(_oleSite); 3482using var clientSite = ComHelpers.GetComScope<IOleClientSite>(_oleSite);