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