Base:
method
GetValue
System.ComponentModel.PropertyDescriptor.GetValue(System.Object)
2 references to GetValue
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceView.cs (1)
1003object property = wrapperPropertyDescriptor.GetValue(wrapper);
System\Data\WebControls\EntityDataSourceWrapper.cs (1)
146if (overwriteSameValue || adjustedValue != descriptor.GetValue(this))