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();
2150
using var pClientSite = ComHelpers.TryGetComScope<IOleClientSite>(
_oleSite
, out HRESULT hr);
2864
_oleSite
.OnOcxCreate();
2877
_oleSite
.StartEvents();
2904
_oleSite
.StopEvents();
3042
if (
_oleSite
is IPropertyNotifySink.Interface sink)
3318
qaContainer.pClientSite = ComHelpers.GetComPointer<IOleClientSite>(
_oleSite
);
3319
qaContainer.pPropertyNotifySink = ComHelpers.GetComPointer<IPropertyNotifySink>(
_oleSite
);
3399
_oleSite
?.Dispose();
3471
using var clientSite = ComHelpers.GetComScope<IOleClientSite>(
_oleSite
);
3480
using var clientSite = ComHelpers.GetComScope<IOleClientSite>(
_oleSite
);