7 implementations of IUnknown
PresentationCore (7)
MS\Internal\Interop\DWrite\IDWriteFactory.cs (1)
8
internal unsafe struct IDWriteFactory :
IUnknown
MS\Internal\Interop\DWrite\IDWriteFontCollection.cs (1)
8
internal unsafe struct IDWriteFontCollection :
IUnknown
MS\Internal\Interop\DWrite\IDWriteFontCollectionLoader.cs (1)
8
internal unsafe struct IDWriteFontCollectionLoader :
IUnknown
MS\Internal\Interop\DWrite\IDWriteFontFace.cs (1)
8
internal unsafe struct IDWriteFontFace :
IUnknown
MS\Internal\Interop\DWrite\IDWriteFontFile.cs (1)
8
internal unsafe struct IDWriteFontFile :
IUnknown
MS\Internal\Interop\DWrite\IDWriteFontFileLoader.cs (1)
8
internal unsafe struct IDWriteFontFileLoader :
IUnknown
MS\Internal\Interop\DWrite\IDWriteTextAnalyzer.cs (1)
8
internal unsafe struct IDWriteTextAnalyzer :
IUnknown
1 reference to IUnknown
PresentationCore (1)
MS\Internal\Interop\NativePointerCriticalHandle.cs (1)
23
where TClass : unmanaged,
IUnknown