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