18 references to GetComScope
System.Windows.Forms (18)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
488
using var inPlaceObject = tempSite.
GetComScope
<IOleInPlaceObject>();
System\Windows\Forms\ActiveX\AxHost.AxPerPropertyBrowsingEnum.cs (1)
90
using var propertyBrowsing = _owner.
GetComScope
<IPerPropertyBrowsing>();
System\Windows\Forms\ActiveX\AxHost.cs (13)
242
using var oleObject =
GetComScope
<IOleObject>();
810
using var oleControl =
GetComScope
<IOleControl>();
1126
using var oleObject =
GetComScope
<IOleObject>();
1145
using var oleObject =
GetComScope
<IOleObject>();
1166
using var inPlaceObject =
GetComScope
<IOleInPlaceObject>();
1479
using var inPlaceObject =
GetComScope
<IOleInPlaceObject>();
1748
using var oleControl =
GetComScope
<IOleControl>();
2153
using var oleObject =
GetComScope
<IOleObject>();
2167
using var oleControl =
GetComScope
<IOleControl>();
2189
using var inPlaceObject =
GetComScope
<IOleInPlaceObject>();
3138
using var inPlaceObject =
GetComScope
<IOleInPlaceObject>();
3419
using var oleObject =
GetComScope
<IOleObject>();
3469
using var oleObject =
GetComScope
<IOleObject>();
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (3)
303
using var inPlaceObject = _host.
GetComScope
<IOleInPlaceObject>();
435
using var inPlaceObject = _host.
GetComScope
<IOleInPlaceObject>();
458
using var inPlaceObject = _host.
GetComScope
<IOleInPlaceObject>();