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