1 write to resources
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\EditorResources.cs (1)
26resources = (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)
19if (resources == null) 28Fx.Assert(resources != null, "Could not load argument value editor resources."); 29return resources;