8 references to GetBrush
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (8)
310get { return GetBrush(WorkflowDesignerColors.DesignerViewExpandAllCollapseAllButtonColorKey); } 315get { return GetBrush(WorkflowDesignerColors.DesignerViewExpandAllCollapseAllButtonMouseOverColorKey); } 320get { return GetBrush(WorkflowDesignerColors.DesignerViewExpandAllCollapseAllPressedColorKey); } 433get { return GetBrush(WorkflowDesignerColors.FlowchartExpressionButtonColorKey); } 438get { return GetBrush(WorkflowDesignerColors.FlowchartExpressionButtonMouseOverColorKey); } 443get { return GetBrush(WorkflowDesignerColors.FlowchartExpressionButtonPressedColorKey); } 562get { return GetBrush(WorkflowDesignerColors.RubberBandRectangleColorKey); } 579SolidColorBrush brush = (SolidColorBrush)GetBrush(colorKey);