1 instantiation of ProposedValue
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingExpression.cs (1)
2173
values.Add(new
ProposedValue
(this, rawValue, convertedValue));
11 references to ProposedValue
PresentationFramework (11)
src\Framework\System\Windows\Data\BindingExpression.cs (2)
2144
internal override bool ValidateAndConvertProposedValue(out Collection<
ProposedValue
> values)
2172
values = new Collection<
ProposedValue
>();
src\Framework\System\Windows\Data\BindingExpressionBase.cs (2)
357
Collection<
ProposedValue
> values;
1241
internal abstract bool ValidateAndConvertProposedValue(out Collection<
ProposedValue
> values);
src\Framework\System\Windows\Data\BindingGroup.cs (3)
1371
Collection<BindingExpressionBase.
ProposedValue
> proposedValues;
1410
void PreserveProposedValues(Collection<BindingExpressionBase.
ProposedValue
> proposedValues)
1817
public void Add(BindingExpressionBase.
ProposedValue
proposedValue)
src\Framework\System\Windows\Data\MultiBindingExpression.cs (3)
878
internal override bool ValidateAndConvertProposedValue(out Collection<
ProposedValue
> values)
903
values = new Collection<
ProposedValue
>();
927
Collection<
ProposedValue
> childValues;
src\Framework\System\Windows\Data\PriorityBindingExpression.cs (1)
459
internal override bool ValidateAndConvertProposedValue(out Collection<
ProposedValue
> values)