2 references to TryGetComScope
System.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.NativeToRuntimeAdapter.cs (1)
31
using var nativeAdviseSink = ComHelpers.
TryGetComScope
<Com.IAdviseSink>(adviseSink);
System.Windows.Forms.Interop.Tests (1)
AccessibleObjectTests.cs (1)
742
using var dispatch = ComHelpers.
TryGetComScope
<IDispatch>(accessible);