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)
241
using var oleObject =
GetComScope
<IOleObject>();
809
using var oleControl =
GetComScope
<IOleControl>();
1125
using var oleObject =
GetComScope
<IOleObject>();
1144
using var oleObject =
GetComScope
<IOleObject>();
1165
using var inPlaceObject =
GetComScope
<IOleInPlaceObject>();
1478
using var inPlaceObject =
GetComScope
<IOleInPlaceObject>();
1747
using var oleControl =
GetComScope
<IOleControl>();
2152
using var oleObject =
GetComScope
<IOleObject>();
2166
using var oleControl =
GetComScope
<IOleControl>();
2188
using var inPlaceObject =
GetComScope
<IOleInPlaceObject>();
3137
using var inPlaceObject =
GetComScope
<IOleInPlaceObject>();
3417
using var oleObject =
GetComScope
<IOleObject>();
3467
using var oleObject =
GetComScope
<IOleObject>();
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (3)
304
using var inPlaceObject = _host.
GetComScope
<IOleInPlaceObject>();
436
using var inPlaceObject = _host.
GetComScope
<IOleInPlaceObject>();
459
using var inPlaceObject = _host.
GetComScope
<IOleInPlaceObject>();