1 instantiation of CustomTypeDescriptionProviderComponent
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\DesignerHostTests.cs (1)
649
using CustomTypeDescriptionProviderComponent component =
new
();
4 references to CustomTypeDescriptionProviderComponent
System.Windows.Forms.Design.Tests (4)
System\ComponentModel\Design\DesignerHostTests.cs (4)
649
using
CustomTypeDescriptionProviderComponent
component = new();
653
.Returns(TypeDescriptor.GetAttributes(typeof(
CustomTypeDescriptionProviderComponent
)));
656
.Setup(p => p.GetReflectionType(typeof(
CustomTypeDescriptionProviderComponent
), component))
660
.Setup(p => p.GetTypeDescriptor(typeof(
CustomTypeDescriptionProviderComponent
), component))