1 instantiation of ProposedValue
PresentationFramework (1)
System\Windows\Data\BindingExpression.cs (1)
2144
values.Add(new
ProposedValue
(this, rawValue, convertedValue));
11 references to ProposedValue
PresentationFramework (11)
System\Windows\Data\BindingExpression.cs (2)
2115
internal override bool ValidateAndConvertProposedValue(out Collection<
ProposedValue
> values)
2143
values = new Collection<
ProposedValue
>();
System\Windows\Data\BindingExpressionBase.cs (2)
344
Collection<
ProposedValue
> values;
1229
internal abstract bool ValidateAndConvertProposedValue(out Collection<
ProposedValue
> values);
System\Windows\Data\BindingGroup.cs (3)
1340
Collection<BindingExpressionBase.
ProposedValue
> proposedValues;
1379
private void PreserveProposedValues(Collection<BindingExpressionBase.
ProposedValue
> proposedValues)
1788
public void Add(BindingExpressionBase.
ProposedValue
proposedValue)
System\Windows\Data\MultiBindingExpression.cs (3)
866
internal override bool ValidateAndConvertProposedValue(out Collection<
ProposedValue
> values)
891
values = new Collection<
ProposedValue
>();
915
Collection<
ProposedValue
> childValues;
System\Windows\Data\PriorityBindingExpression.cs (1)
438
internal override bool ValidateAndConvertProposedValue(out Collection<
ProposedValue
> values)