98 references to WorkflowDesignerColors
System.Data (98)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectionPointsAdorner.cs (4)
35
this.renderBrush = new SolidColorBrush(
WorkflowDesignerColors
.WorkflowViewElementSelectedBackgroundColor);
36
this.renderPen = new Pen(new SolidColorBrush(
WorkflowDesignerColors
.WorkflowViewElementSelectedBorderColor), 1.0);
40
this.renderBrush = new SolidColorBrush(
WorkflowDesignerColors
.WorkflowViewElementBackgroundColor);
41
this.renderPen = new Pen(new SolidColorBrush(
WorkflowDesignerColors
.WorkflowViewElementBorderColor), 1.0);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorCreationAdorner.cs (1)
29
SolidColorBrush renderBrush = new SolidColorBrush(
WorkflowDesignerColors
.WorkflowViewElementSelectedBorderColor);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorEditor.cs (2)
601
SolidColorBrush renderBrush = new SolidColorBrush(
WorkflowDesignerColors
.WorkflowViewElementSelectedBackgroundColor);
603
Pen renderPen = new Pen(new SolidColorBrush(
WorkflowDesignerColors
.WorkflowViewElementSelectedBorderColor), FreeFormPanel.ConnectorEditorThickness);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
203
if (!LocalAppContextSwitches.UseLegacyAccessibilityFeatures3 &&
WorkflowDesignerColors
.IsHighContrastEnabled)
1173
Fill = new SolidColorBrush(
WorkflowDesignerColors
.DesignerViewBackgroundColor),
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (2)
334
this.rubberBand.Stroke =
WorkflowDesignerColors
.RubberBandRectangleBrush;
335
this.rubberBand.Fill =
WorkflowDesignerColors
.RubberBandRectangleBrush.Clone();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\SearchToolTipAdorner.cs (3)
24
Background = new SolidColorBrush(
WorkflowDesignerColors
.DesignerViewBackgroundColor),
25
BorderBrush = new SolidColorBrush(
WorkflowDesignerColors
.WorkflowViewElementBorderColor),
31
Foreground = new SolidColorBrush(
WorkflowDesignerColors
.WorkflowViewElementCaptionColor),
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (2)
124
Application.Current.Resources.MergedDictionaries.Add(
WorkflowDesignerColors
.FontAndColorResources);
376
WorkflowDesignerColors
.FontAndColorResources[key] = fontAndColorDictionary[key];
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (82)
115
typeof(
WorkflowDesignerColors
).Assembly.GetName().Name,
133
typeof(
WorkflowDesignerColors
).Assembly.GetName().Name,
147
if (
WorkflowDesignerColors
.fontAndColorResources == null)
152
return
WorkflowDesignerColors
.fontAndColorResources;
196
return GetColor(
WorkflowDesignerColors
.WorkflowViewElementBorderColorKey);
204
return GetColor(
WorkflowDesignerColors
.WorkflowViewElementBackgroundColorKey);
211
return GetColor(
WorkflowDesignerColors
.WorkflowViewElementSelectedBackgroundColorKey);
219
return GetColor(
WorkflowDesignerColors
.WorkflowViewElementSelectedBackgroundColorKey, 0xA0);
227
return GetColor(
WorkflowDesignerColors
.WorkflowViewElementSelectedBorderColorKey);
234
return GetColor(
WorkflowDesignerColors
.DesignerViewStatusBarBackgroundColorKey);
241
return GetColor(
WorkflowDesignerColors
.WorkflowViewElementCaptionColorKey);
252
return GetColor(
WorkflowDesignerColors
.WorkflowViewElementSelectedCaptionColorKey);
259
return GetColor(
WorkflowDesignerColors
.DesignerViewBackgroundColorKey);
265
get { return GetColor(
WorkflowDesignerColors
.DesignerViewShellBarColorGradientBeginKey); }
270
get { return GetColor(
WorkflowDesignerColors
.DesignerViewShellBarColorGradientEndKey); }
275
get { return GetColor(
WorkflowDesignerColors
.DesignerViewShellBarSelectedColorGradientBeginKey); }
280
get { return GetColor(
WorkflowDesignerColors
.DesignerViewShellBarSelectedColorGradientEndKey); }
285
get { return GetColor(
WorkflowDesignerColors
.DesignerViewShellBarHoverColorGradientBeginKey); }
290
get { return GetColor(
WorkflowDesignerColors
.DesignerViewShellBarHoverColorGradientEndKey); }
295
get { return GetColor(
WorkflowDesignerColors
.DesignerViewShellBarControlBackgroundColorKey); }
300
get { return GetColor(
WorkflowDesignerColors
.DesignerViewShellBarCaptionActiveColorKey); }
305
get { return GetColor(
WorkflowDesignerColors
.DesignerViewShellBarCaptionColorKey); }
310
get { return GetBrush(
WorkflowDesignerColors
.DesignerViewExpandAllCollapseAllButtonColorKey); }
315
get { return GetBrush(
WorkflowDesignerColors
.DesignerViewExpandAllCollapseAllButtonMouseOverColorKey); }
320
get { return GetBrush(
WorkflowDesignerColors
.DesignerViewExpandAllCollapseAllPressedColorKey); }
331
return GetColor(
WorkflowDesignerColors
.PropertyToolBarHightlightedButtonForegroundColorKey);
336
get { return GetColor(
WorkflowDesignerColors
.ActivityDesignerSelectedTitleForegroundColorKey); }
340
get { return GetColor(
WorkflowDesignerColors
.ContextMenuBackgroundGradientBeginColorKey); }
344
get { return GetColor(
WorkflowDesignerColors
.ContextMenuBackgroundGradientEndColorKey); }
349
get { return GetColor(
WorkflowDesignerColors
.ContextMenuBorderColorKey); }
354
get { return GetColor(
WorkflowDesignerColors
.ContextMenuIconAreaColorKey); }
359
get { return GetColor(
WorkflowDesignerColors
.ContextMenuMouseOverBeginColorKey); }
364
get { return GetColor(
WorkflowDesignerColors
.ContextMenuMouseOverMiddle1ColorKey); }
369
get { return GetColor(
WorkflowDesignerColors
.ContextMenuMouseOverMiddle2ColorKey); }
374
get { return GetColor(
WorkflowDesignerColors
.ContextMenuMouseOverEndColorKey); }
379
get { return GetColor(
WorkflowDesignerColors
.ContextMenuMouseOverBorderColorKey); }
384
get { return GetColor(
WorkflowDesignerColors
.ContextMenuItemTextColorKey); }
389
get { return GetColor(
WorkflowDesignerColors
.ContextMenuItemTextHoverColorKey); }
406
get { return GetColor(
WorkflowDesignerColors
.ContextMenuItemTextSelectedColorKey); }
411
get { return GetColor(
WorkflowDesignerColors
.ContextMenuItemTextDisabledColorKey); }
416
get { return GetColor(
WorkflowDesignerColors
.ContextMenuSeparatorColorKey); }
427
return GetColor(
WorkflowDesignerColors
.FlowchartConnectorColorKey);
433
get { return GetBrush(
WorkflowDesignerColors
.FlowchartExpressionButtonColorKey); }
438
get { return GetBrush(
WorkflowDesignerColors
.FlowchartExpressionButtonMouseOverColorKey); }
443
get { return GetBrush(
WorkflowDesignerColors
.FlowchartExpressionButtonPressedColorKey); }
448
get { return GetColor(
WorkflowDesignerColors
.AnnotationBackgroundGradientBeginColorKey); }
453
get { return GetColor(
WorkflowDesignerColors
.AnnotationBackgroundGradientMiddleColorKey); }
458
get { return GetColor(
WorkflowDesignerColors
.AnnotationBackgroundGradientEndColorKey); }
463
get { return GetColor(
WorkflowDesignerColors
.AnnotationBorderColorKey); }
468
get { return GetColor(
WorkflowDesignerColors
.AnnotationDockTextColorKey); }
473
get { return GetColor(
WorkflowDesignerColors
.AnnotationUndockTextColorKey); }
478
get { return GetColor(
WorkflowDesignerColors
.AnnotationDockButtonColorKey); }
483
get { return GetColor(
WorkflowDesignerColors
.AnnotationDockButtonHoverColorKey); }
488
get { return GetColor(
WorkflowDesignerColors
.AnnotationDockButtonHoverBorderColorKey); }
493
get { return GetColor(
WorkflowDesignerColors
.AnnotationDockButtonHoverBackgroundColorKey); }
498
get { return GetColor(
WorkflowDesignerColors
.OutlineViewItemHighlightBackgroundColorKey); }
503
get { return GetColor(
WorkflowDesignerColors
.OutlineViewCollapsedArrowBorderColorKey); }
508
get { return GetColor(
WorkflowDesignerColors
.OutlineViewCollapsedArrowHoverBorderColorKey); }
513
get { return GetColor(
WorkflowDesignerColors
.OutlineViewExpandedArrowColorKey); }
518
get { return GetColor(
WorkflowDesignerColors
.OutlineViewExpandedArrowBorderColorKey); }
523
get { return GetColor(
WorkflowDesignerColors
.OutlineViewBackgroundColorKey); }
528
get { return GetColor(
WorkflowDesignerColors
.OutlineViewItemSelectedTextColorKey); }
533
get { return GetColor(
WorkflowDesignerColors
.OutlineViewItemTextColorKey); }
562
get { return GetBrush(
WorkflowDesignerColors
.RubberBandRectangleColorKey); }
568
(SolidColorBrush)GetFontOrColor(colorKey,
WorkflowDesignerColors
.DefaultColors[colorKey],
WorkflowDesignerColors
.HighContrastColors[colorKey]);
608
if (
WorkflowDesignerColors
.FontAndColorResources.Contains(key))
610
return
WorkflowDesignerColors
.FontAndColorResources[key];
631
resources[
WorkflowDesignerColors
.PropertyInspectorTextBrushKey] = new SolidColorBrush(SystemColors.ControlTextColor);
632
resources[
WorkflowDesignerColors
.PropertyInspectorBackgroundBrushKey] = new SolidColorBrush(SystemColors.WindowColor);
633
resources[
WorkflowDesignerColors
.PropertyInspectorBorderBrushKey] = new SolidColorBrush(SystemColors.ControlDarkColor);
634
resources[
WorkflowDesignerColors
.PropertyInspectorPaneBrushKey] = new SolidColorBrush(SystemColors.ControlColor);
635
resources[
WorkflowDesignerColors
.PropertyInspectorSelectedBackgroundBrushKey] = new SolidColorBrush(SystemColors.HighlightColor);
636
resources[
WorkflowDesignerColors
.PropertyInspectorSelectedForegroundBrushKey] = new SolidColorBrush(SystemColors.HighlightTextColor);
637
resources[
WorkflowDesignerColors
.PropertyInspectorToolBarItemHoverBackgroundBrushKey] = new SolidColorBrush(SystemColors.GradientActiveCaptionColor);
638
resources[
WorkflowDesignerColors
.PropertyInspectorToolBarItemHoverBorderBrushKey] = new SolidColorBrush(SystemColors.ActiveCaptionTextColor);
639
resources[
WorkflowDesignerColors
.PropertyInspectorToolBarItemSelectedBackgroundBrushKey] = new SolidColorBrush(SystemColors.GradientInactiveCaptionColor);
640
resources[
WorkflowDesignerColors
.PropertyInspectorToolBarItemSelectedBorderBrushKey] = new SolidColorBrush(SystemColors.ActiveCaptionTextColor);
641
resources[
WorkflowDesignerColors
.PropertyInspectorToolBarBackgroundBrushKey] = new SolidColorBrush(SystemColors.ControlColor);
642
resources[
WorkflowDesignerColors
.PropertyInspectorToolBarSeparatorBrushKey] = new SolidColorBrush(SystemColors.ControlDarkColor);
643
resources[
WorkflowDesignerColors
.PropertyInspectorToolBarTextBoxBorderBrushKey] = new SolidColorBrush(SystemColors.ControlDarkDarkColor);
645
WorkflowDesignerColors
.fontAndColorResources = resources;