1 instantiation of ComClassFactory
System.Windows.Forms.Tests (1)
TestResources\ComClasses.cs (1)
13? new ComClassFactory(
4 references to ComClassFactory
System.Windows.Forms.Tests (4)
System\Windows\Forms\DynamicAxHost.cs (3)
9/// Custom <see cref="AxHost"/> that directly uses a <see cref="ComClassFactory"/>. 13private readonly ComClassFactory _factory; 15internal DynamicAxHost(ComClassFactory factory) : base(factory.ClassId.ToString("D"), 0)
TestResources\ComClasses.cs (1)
11public static ComClassFactory? VisualBasicSimpleControl { get; }