4 references to FontAndColorResources
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (2)
124Application.Current.Resources.MergedDictionaries.Add(WorkflowDesignerColors.FontAndColorResources); 376WorkflowDesignerColors.FontAndColorResources[key] = fontAndColorDictionary[key];
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (2)
608if (WorkflowDesignerColors.FontAndColorResources.Contains(key)) 610return WorkflowDesignerColors.FontAndColorResources[key];