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