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