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