3 references to GetTypeDescriptor
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
310
if (targetProvider.
GetTypeDescriptor
(type) is { } targetAwareDescriptor)
System.Windows.Forms.Design.Tests (2)
System\ComponentModel\Design\DesignerHostTests.cs (2)
743
ICustomTypeDescriptor descriptor = TypeDescriptor.GetProvider(typeof(RootDesignerComponent)).
GetTypeDescriptor
(typeof(RootDesignerComponent));
844
ICustomTypeDescriptor descriptor = TypeDescriptor.GetProvider(typeof(RootDesignerComponent)).
GetTypeDescriptor
(typeof(RootDesignerComponent));