1 write to resources
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\MessagingContentPropertyEditorResources.xaml.cs (1)
26
resources
= (ResourceDictionary)Application.LoadComponent(resourceLocator);
3 references to resources
System.Activities.Core.Presentation (3)
System\ServiceModel\Activities\Presentation\MessagingContentPropertyEditorResources.xaml.cs (3)
19
if (
resources
== null)
28
Fx.Assert(
resources
!= null, "Could not load argument value editor resources.");
29
return
resources
;