5 references to TryGetObjectForIUnknown
System.Private.Windows.Core (4)
Windows\Win32\System\Com\ComHelpers.cs (4)
156/// <inheritdoc cref="TryGetObjectForIUnknown{TObject}(IUnknown*, bool, out TObject)"/> 163/// <inheritdoc cref="TryGetObjectForIUnknown{TObject}(IUnknown*, bool, out TObject)"/> 193/// <inheritdoc cref="TryGetObjectForIUnknown{TObject}(IUnknown*, bool, out TObject)"/> 197TryGetObjectForIUnknown(unknown, takeOwnership: false, out @object);
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
672if (ComHelpers.TryGetObjectForIUnknown(clientSite.AsUnknown, takeOwnership: false, out OleInterfaces? interfaces))