4 references to ShowAllConditionsProperty
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (2)
401get { return (bool)GetValue(ShowAllConditionsProperty); } 402set { SetValue(ShowAllConditionsProperty, value); }
System\Activities\Core\Presentation\FlowDecisionDesigner.xaml.cs (1)
85showAllConditionsBinding.Path = new PropertyPath(FlowchartDesigner.ShowAllConditionsProperty);
System\Activities\Core\Presentation\FlowSwitchDesigner.xaml.cs (1)
90showAllConditionsBinding.Path = new PropertyPath(FlowchartDesigner.ShowAllConditionsProperty);