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