4 writes to ConverterParameter
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6901bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Data.MultiBinding)target).ConverterParameter = (System.Object)value; };
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
889bindings.ConverterParameter = new List<Object> { widthFraction, heightFraction, element.Margin };
System\Activities\Core\Presentation\FlowSwitchLink.cs (1)
341ConverterParameter = this.CaseProperty.PropertyType,
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (1)
1047bindings.ConverterParameter = new List<Object> { widthFraction, heightFraction, element.Margin };
3 references to ConverterParameter
PresentationFramework (3)
src\Framework\System\Windows\Data\MultiBindingExpression.cs (2)
644return Converter.ConvertBack(rawValue, _tempTypes, ParentMultiBinding.ConverterParameter, culture); 1184preFormattedValue = Converter.Convert(_tempValues, TargetProperty.PropertyType, ParentMultiBinding.ConverterParameter, culture);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
6902bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Data.MultiBinding)target).ConverterParameter; };