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