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