1 write to highContrastColors
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (1)
136highContrastColors = (ResourceDictionary)Application.LoadComponent(resourceLocator);
3 references to highContrastColors
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (3)
129if (highContrastColors == null) 138Fx.Assert(highContrastColors != null, "Could not load high contrast color resources."); 139return highContrastColors;