2 references to GetMappedPropertyDescriptor
System.Web (2)
UI\SkinBuilder.cs (2)
103
PropertyDescriptor desc = PropertyMapper.
GetMappedPropertyDescriptor
(control, PropertyMapper.MapNameToPropertyName(propertyName), out childObj, out actualPropName, InDesigner);
130
PropertyDescriptor desc = PropertyMapper.
GetMappedPropertyDescriptor
(control, propertyName, out childObj, out actualPropName, InDesigner);