1 write to resources
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\EditorResources.cs (1)
26
resources
= (ResourceDictionary)Application.LoadComponent(resourceLocator);
3 references to resources
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\EditorResources.cs (3)
19
if (
resources
== null)
28
Fx.Assert(
resources
!= null, "Could not load argument value editor resources.");
29
return
resources
;