3 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);
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.UiaReturnRawElementProvider.cs (1)
18
using var provider = ComHelpers.
TryGetComScope
<IRawElementProviderSimple>(el);