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)
242using var oleObject = GetComScope<IOleObject>(); 810using var oleControl = GetComScope<IOleControl>(); 1126using var oleObject = GetComScope<IOleObject>(); 1145using var oleObject = GetComScope<IOleObject>(); 1166using var inPlaceObject = GetComScope<IOleInPlaceObject>(); 1479using var inPlaceObject = GetComScope<IOleInPlaceObject>(); 1748using var oleControl = GetComScope<IOleControl>(); 2153using var oleObject = GetComScope<IOleObject>(); 2167using var oleControl = GetComScope<IOleControl>(); 2189using var inPlaceObject = GetComScope<IOleInPlaceObject>(); 3138using var inPlaceObject = GetComScope<IOleInPlaceObject>(); 3419using var oleObject = GetComScope<IOleObject>(); 3469using var oleObject = GetComScope<IOleObject>();
System\Windows\Forms\ActiveX\AxHost.OleInterfaces.cs (3)
303using var inPlaceObject = _host.GetComScope<IOleInPlaceObject>(); 435using var inPlaceObject = _host.GetComScope<IOleInPlaceObject>(); 458using var inPlaceObject = _host.GetComScope<IOleInPlaceObject>();