4 references to GetValue
PresentationFramework (4)
MS\Internal\Data\BindingWorker.cs (1)
130
internal object GetValue(Feature id, object defaultValue) { return _values.
GetValue
((int)id, defaultValue); }
MS\Internal\UncommonValueTable.cs (1)
26
return
GetValue
(id, DependencyProperty.UnsetValue);
System\Windows\Data\BindingBase.cs (1)
533
internal object GetValue(Feature id, object defaultValue) { return _values.
GetValue
((int)id, defaultValue); }
System\Windows\Data\BindingExpressionBase.cs (1)
2992
internal object GetValue(Feature id, object defaultValue) { return _values.
GetValue
((int)id, defaultValue); }