1 instantiation of ProposedValue
PresentationFramework (1)
System\Windows\Data\BindingExpression.cs (1)
2184values.Add(new ProposedValue(this, rawValue, convertedValue));
11 references to ProposedValue
PresentationFramework (11)
System\Windows\Data\BindingExpression.cs (2)
2155internal override bool ValidateAndConvertProposedValue(out Collection<ProposedValue> values) 2183values = new Collection<ProposedValue>();
System\Windows\Data\BindingExpressionBase.cs (2)
345Collection<ProposedValue> values; 1230internal abstract bool ValidateAndConvertProposedValue(out Collection<ProposedValue> values);
System\Windows\Data\BindingGroup.cs (3)
1364Collection<BindingExpressionBase.ProposedValue> proposedValues; 1403void PreserveProposedValues(Collection<BindingExpressionBase.ProposedValue> proposedValues) 1810public void Add(BindingExpressionBase.ProposedValue proposedValue)
System\Windows\Data\MultiBindingExpression.cs (3)
867internal override bool ValidateAndConvertProposedValue(out Collection<ProposedValue> values) 892values = new Collection<ProposedValue>(); 916Collection<ProposedValue> childValues;
System\Windows\Data\PriorityBindingExpression.cs (1)
449internal override bool ValidateAndConvertProposedValue(out Collection<ProposedValue> values)