3 references to GetComScope
System.Private.Windows.Core (3)
System\IO\StreamExtensions.cs (1)
17
return ComHelpers.
GetComScope
<IStream>(new ComManagedStream(stream, makeSeekable));
System\Private\Windows\Ole\DragDropHelper.cs (2)
67
using var dataObjectScope = ComHelpers.
GetComScope
<IDataObject>(dataObject);
289
using var dataObjectScope = ComHelpers.
GetComScope
<IDataObject>(dataObject);