5 implementations of IManagedWrapper
System.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
8internal sealed unsafe class ComManagedStream : IStream.Interface, IManagedWrapper<IStream, ISequentialStream>
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\HtmlToClrEventProxy.cs (1)
17internal class HtmlToClrEventProxy : UnknownDispatch, IManagedWrapper<IDispatch, IDispatchEx>
System\Windows\Forms\OLE\DropSource.cs (1)
12internal class DropSource : IDropSource.Interface, IDropSourceNotify.Interface, IManagedWrapper<IDropSource, IDropSourceNotify>
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextProvider.cs (1)
12internal abstract unsafe class UiaTextProvider : ITextProvider.Interface, ITextProvider2.Interface, IManagedWrapper<ITextProvider2, ITextProvider>
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\GlobalInterfaceTableTests.cs (1)
37internal class MyStream : IStream.Interface, IManagedWrapper<IStream, ISequentialStream>