18 references to GetComScope
System.Windows.Forms (18)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
488using var inPlaceObject = tempSite.GetComScope<IOleInPlaceObject>();
System\Windows\Forms\ActiveX\AxHost.AxPerPropertyBrowsingEnum.cs (1)
90using var propertyBrowsing = _owner.GetComScope<IPerPropertyBrowsing>();
System\Windows\Forms\ActiveX\AxHost.cs (13)
241using var oleObject = GetComScope<IOleObject>(); 809using var oleControl = GetComScope<IOleControl>(); 1125using var oleObject = GetComScope<IOleObject>(); 1144using var oleObject = GetComScope<IOleObject>(); 1165using var inPlaceObject = GetComScope<IOleInPlaceObject>(); 1478using var inPlaceObject = GetComScope<IOleInPlaceObject>(); 1747using var oleControl = GetComScope<IOleControl>(); 2152using var oleObject = GetComScope<IOleObject>(); 2166using var oleControl = GetComScope<IOleControl>(); 2188using var inPlaceObject = GetComScope<IOleInPlaceObject>(); 3137using var inPlaceObject = GetComScope<IOleInPlaceObject>(); 3417using var oleObject = GetComScope<IOleObject>(); 3467using var oleObject = GetComScope<IOleObject>();
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (3)
304using var inPlaceObject = _host.GetComScope<IOleInPlaceObject>(); 436using var inPlaceObject = _host.GetComScope<IOleInPlaceObject>(); 459using var inPlaceObject = _host.GetComScope<IOleInPlaceObject>();