3 references to TryGetComScope
System.Windows.Forms (3)
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (2)
134using var propertyBrowsing = _owner.TryGetComScope<IPerPropertyBrowsing>(out HRESULT hr); 288using var propertyBrowsing = _owner.TryGetComScope<IPerPropertyBrowsing>(out HRESULT hr);
System\Windows\Forms\ActiveX\AxHost.cs (1)
1692: TryGetComScope<IOleInPlaceActiveObject>(out HRESULT hr);