1 implementation of IComInterface
System.Windows.Forms.Primitives (1)
Windows\Win32\UI\Accessibility\IRawElementProviderSimple.cs (1)
6
internal partial struct IRawElementProviderSimple :
IComInterface
<IRawElementProviderSimple.Interface>
2 references to IComInterface
System.Windows.Forms.Primitives (2)
Windows\Win32\System\Com\ComSafeArrayScopeExtensions.cs (2)
15
/// must implement <see cref="
IComInterface
{T}"/> where T is <typeparamref name="TComInterface"/>.
19
where TComStruct : unmanaged, IComIID,
IComInterface
<TComInterface>