4 references to FontAndColorResources
System.Data (4)
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 (2)
608
if (WorkflowDesignerColors.
FontAndColorResources
.Contains(key))
610
return WorkflowDesignerColors.
FontAndColorResources
[key];