1 instantiation of ProposedValue
PresentationFramework (1)
System\Windows\Data\BindingExpression.cs (1)
2193values.Add(new ProposedValue(this, rawValue, convertedValue));
11 references to ProposedValue
PresentationFramework (11)
System\Windows\Data\BindingExpression.cs (2)
2164internal override bool ValidateAndConvertProposedValue(out Collection<ProposedValue> values) 2192values = new Collection<ProposedValue>();
System\Windows\Data\BindingExpressionBase.cs (2)
353Collection<ProposedValue> values; 1238internal abstract bool ValidateAndConvertProposedValue(out Collection<ProposedValue> values);
System\Windows\Data\BindingGroup.cs (3)
1369Collection<BindingExpressionBase.ProposedValue> proposedValues; 1408void PreserveProposedValues(Collection<BindingExpressionBase.ProposedValue> proposedValues) 1815public void Add(BindingExpressionBase.ProposedValue proposedValue)
System\Windows\Data\MultiBindingExpression.cs (3)
878internal override bool ValidateAndConvertProposedValue(out Collection<ProposedValue> values) 903values = new Collection<ProposedValue>(); 927Collection<ProposedValue> childValues;
System\Windows\Data\PriorityBindingExpression.cs (1)
456internal override bool ValidateAndConvertProposedValue(out Collection<ProposedValue> values)