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