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