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