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();
2148
using var pClientSite = ComHelpers.TryGetComScope<IOleClientSite>(
_oleSite
, out HRESULT hr);
2862
_oleSite
.OnOcxCreate();
2875
_oleSite
.StartEvents();
2902
_oleSite
.StopEvents();
3040
if (
_oleSite
is IPropertyNotifySink.Interface sink)
3317
qaContainer.pClientSite = ComHelpers.GetComPointer<IOleClientSite>(
_oleSite
);
3318
qaContainer.pPropertyNotifySink = ComHelpers.GetComPointer<IPropertyNotifySink>(
_oleSite
);
3398
_oleSite
?.Dispose();
3470
using var clientSite = ComHelpers.GetComScope<IOleClientSite>(
_oleSite
);
3479
using var clientSite = ComHelpers.GetComScope<IOleClientSite>(
_oleSite
);