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
"/>.
13
private readonly
ComClassFactory
_factory;
15
internal DynamicAxHost(
ComClassFactory
factory) : base(factory.ClassId.ToString("D"), 0)
TestResources\ComClasses.cs (1)
11
public static
ComClassFactory
? VisualBasicSimpleControl { get; }