7 references to GetProperty
System.Web (7)
UI\BindableTemplateBuilder.cs (1)
115table[entry.FieldName] = FastPropertyAccessor.GetProperty(targetObject, propertyName, InDesigner);
UI\ControlBuilder.cs (1)
2217object objectValue = FastPropertyAccessor.GetProperty(obj, entry.Name, InDesigner);
UI\PropertyMapper.cs (1)
158currentObject = FastPropertyAccessor.GetProperty(currentObject, propertyName, inDesigner);
UI\SkinBuilder.cs (2)
53object originalValue = FastPropertyAccessor.GetProperty(control, entry.Name, InDesigner); 86object objectValue = FastPropertyAccessor.GetProperty(control, propertyName, InDesigner);
UI\WebParts\BlobPersonalizationState.cs (1)
849object value = FastPropertyAccessor.GetProperty(control, name, control.DesignMode);
UI\WebParts\PersonalizableAttribute.cs (1)
205object value = FastPropertyAccessor.GetProperty(control, name, control.DesignMode);