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