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