6 references to AsUnknown
System.Private.Windows.Core (3)
System\Private\Windows\Ole\ClipboardCore.cs (1)
170ComHelpers.TryUnwrapComWrapperCCW(realDataObject.AsUnknown, out originalObject);
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (1)
51ComHelpers.TryGetObjectForIUnknown(nativeStatData.AsUnknown, out enumAdvise);
Windows\Win32\System\Com\ComScope.cs (1)
114HRESULT hr = AsUnknown->QueryInterface(IID.Get<TInterface>(), (void**)&unknown);
System.Windows.Forms (1)
System\Windows\Forms\ActiveX\AxHost.AxContainer.cs (1)
672if (ComHelpers.TryGetObjectForIUnknown(clientSite.AsUnknown, takeOwnership: false, out OleInterfaces? interfaces))
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComponentModel\Com2Interop\COM2PictureConverterTests.cs (2)
154Assert.Same(exclamationIcon, Instance.ConvertNativeToManaged((VARIANT)picture.AsUnknown, null)); 175Assert.Same(bitmap, Instance.ConvertNativeToManaged((VARIANT)picture.AsUnknown, null));