2 references to ExpressionButtonColorProperty
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowDecisionDesigner.xaml.cs (2)
99get { return (Brush)GetValue(ExpressionButtonColorProperty); } 100set { SetValue(ExpressionButtonColorProperty, value); }