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>();
807
using var oleControl =
GetComScope
<IOleControl>();
1123
using var oleObject =
GetComScope
<IOleObject>();
1142
using var oleObject =
GetComScope
<IOleObject>();
1163
using var inPlaceObject =
GetComScope
<IOleInPlaceObject>();
1476
using var inPlaceObject =
GetComScope
<IOleInPlaceObject>();
1745
using var oleControl =
GetComScope
<IOleControl>();
2150
using var oleObject =
GetComScope
<IOleObject>();
2164
using var oleControl =
GetComScope
<IOleControl>();
2186
using var inPlaceObject =
GetComScope
<IOleInPlaceObject>();
3135
using var inPlaceObject =
GetComScope
<IOleInPlaceObject>();
3416
using var oleObject =
GetComScope
<IOleObject>();
3466
using var oleObject =
GetComScope
<IOleObject>();
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (3)
306
using var inPlaceObject = _host.
GetComScope
<IOleInPlaceObject>();
438
using var inPlaceObject = _host.
GetComScope
<IOleInPlaceObject>();
461
using var inPlaceObject = _host.
GetComScope
<IOleInPlaceObject>();