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