6 references to GetProvider
System.ComponentModel.TypeConverter (2)
System\ComponentModel\TypeDescriptor.cs (2)
226
TypeDescriptionProvider existingProvider =
GetProvider
(instance);
1317
return
GetProvider
(component).GetFullComponentName(component);
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerHost.cs (1)
134
Type type = TypeDescriptor.
GetProvider
(component).GetReflectionType(typeof(object));
System\ComponentModel\Design\Serialization\CollectionCodeDomSerializer.cs (1)
326
provider ??= TypeDescriptor.
GetProvider
(originalCollection);
System\ComponentModel\Design\Serialization\PropertyMemberCodeDomSerializer.cs (1)
64
Type type = TypeDescriptor.
GetProvider
(propertyValue).GetReflectionType(typeof(object));
System\Windows\Forms\Design\ControlCodeDomSerializer.cs (1)
319
return TypeDescriptor.
GetProvider
(context).GetReflectionType(runtimeType);