1 write to _properties
System.Web.DynamicData (1)
DynamicData\Util\DictionaryCustomTypeDescriptor.cs (1)
29
_properties
= new PropertyDescriptorCollection(dictionaryProps.ToArray());
2 references to _properties
System.Web.DynamicData (2)
DynamicData\Util\DictionaryCustomTypeDescriptor.cs (2)
27
if (
_properties
== null) {
31
return
_properties
;