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