1 instantiation of WinFormsComStrategy
System.Private.Windows.Core (1)
Windows\Win32\System\Com\WinFormsComStrategy.cs (1)
25
internal static WinFormsComStrategy Instance { get; } =
new
();
2 references to WinFormsComStrategy
System.Private.Windows.Core (2)
Windows\Win32\System\Com\ComHelpers.cs (1)
308
return
WinFormsComStrategy
.Instance.GetOrCreateObjectForComInstance((nint)unknown, CreateObjectFlags.Unwrap);
Windows\Win32\System\Com\WinFormsComStrategy.cs (1)
25
internal static
WinFormsComStrategy
Instance { get; } = new();