1 instantiation of DictionaryCustomTypeDescriptor
System.Web.DynamicData (1)
DynamicData\Util\DefaultValueMapping.cs (1)
24
Instance = new
DictionaryCustomTypeDescriptor
(defaultValues);
3 references to DictionaryCustomTypeDescriptor
System.Web.DynamicData (3)
DynamicData\Util\DefaultValueMapping.cs (1)
9
public
DictionaryCustomTypeDescriptor
Instance {
DynamicData\Util\DictionaryCustomTypeDescriptor.cs (2)
53
DictionaryCustomTypeDescriptor
typeDescriptor = component as
DictionaryCustomTypeDescriptor
;