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