5 references to RegisterInterface
System.Private.Windows.Core (4)
Windows\Win32\System\Com\AgileComPointer.cs (1)
70
_cookie = GlobalInterfaceTable.
RegisterInterface
(@interface);
Windows\Win32\System\Com\GlobalInterfaceTable.cs (2)
50
/// <see cref="
RegisterInterface
{TInterface}(TInterface*)"/>
61
/// Revokes the interface registered with <see cref="
RegisterInterface
{TInterface}(TInterface*)"/>.
Windows\Win32\System\Com\GlobalInterfaceTable.UnknownStrategy.cs (1)
21
_cookie =
RegisterInterface
((IUnknown*)unknown);
System.Windows.Forms.Primitives.Tests (1)
Windows\Win32\GlobalInterfaceTableTests.cs (1)
23
uint cookie = GlobalInterfaceTable.
RegisterInterface
(stream.Value);