6 references to GetValue
PresentationFramework (6)
src\Framework\System\Windows\Data\BindingExpression.cs (3)
1953value = bindingGroup.GetValue(this); 2046object value = bindingGroup.GetValue(this); 2127value = bindingGroup.GetValue(this);
src\Framework\System\Windows\Data\MultiBindingExpression.cs (3)
655object value = bindingGroup.GetValue(this); 743object value = bindingGroup.GetValue(this); 858value = bindingGroup.GetValue(this);