2 implementations of Clone
System.Private.Windows.Core (1)
Windows\Win32\System\Com\ComManagedStream.cs (1)
46HRESULT IStream.Interface.Clone(IStream** ppstm)
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\GlobalInterfaceTableTests.cs (1)
49public unsafe HRESULT Clone(IStream** ppstm) => throw new NotImplementedException();
1 reference to Clone
System.Private.Windows.Core (1)
Windows.Win32.IStream.g.cs (1)
417 return __object.Clone(ppstm);