9 writes to ConverterParameter
PresentationFramework (5)
src\Framework\System\Windows\Controls\StickyNote.cs (3)
1666checkedBind.ConverterParameter = InkCanvasEditingMode.Ink; 1678checkedBind.ConverterParameter = InkCanvasEditingMode.Select; 1690checkedBind.ConverterParameter = InkCanvasEditingMode.EraseByStroke;
src\Framework\System\Windows\FrameworkTemplate.cs (1)
836binding.ConverterParameter = templateBindingExtension.ConverterParameter;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8272bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Data.Binding)target).ConverterParameter = (System.Object)value; };
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagPanel.cs (1)
63binding.ConverterParameter = panel;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (1)
697binding.ConverterParameter = propertyType;
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
741contentPresenterFactory.SetBinding(ContentPresenter.TagProperty, new Binding() { Converter = ModelPropertyEntryToOwnerActivityConverter, ConverterParameter = false, Path = new PropertyPath("ParentProperty") });
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
822toggleButtonHelpTextBinding.ConverterParameter = SR.ExpandAllCollapseAllHelpTextFormat;
3 references to ConverterParameter
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingExpression.cs (2)
1305value = Converter.Convert(value, targetType, ParentBinding.ConverterParameter, GetCulture()); 1856value = Converter.ConvertBack(value, sourceType, ParentBinding.ConverterParameter, culture);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8273bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Data.Binding)target).ConverterParameter; };