5 references to GetComScope
Microsoft.Private.Windows.Core (5)
System\IO\StreamExtensions.cs (1)
18return ComHelpers.GetComScope<IStream>(new ComManagedStream(stream, makeSeekable));
System\Private\Windows\Ole\ClipboardCore.cs (1)
124using var iDataObject = ComHelpers.GetComScope<IDataObject>(dataObject);
System\Private\Windows\Ole\DragDropHelper.cs (3)
75using var dataObjectScope = ComHelpers.GetComScope<IDataObject>(dataObject); 122using var dataObjectScope = ComHelpers.GetComScope<IDataObject>(dataObject); 297using var dataObjectScope = ComHelpers.GetComScope<IDataObject>(dataObject);