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