7 references to LoadComponent
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\MessagingContentPropertyEditorResources.xaml.cs (1)
26resources = (ResourceDictionary)Application.LoadComponent(resourceLocator);
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Resources\PropertyInspectorResources.cs (1)
96sharedResources = (ResourceDictionary)Application.LoadComponent(resourceLocator);
System.Activities.Presentation\System\Activities\Presentation\View\EditorResources.cs (1)
26resources = (ResourceDictionary)Application.LoadComponent(resourceLocator);
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerColors.cs (2)
118defaultColors = (ResourceDictionary)Application.LoadComponent(resourceLocator); 136highContrastColors = (ResourceDictionary)Application.LoadComponent(resourceLocator);
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesignerIcons.cs (2)
129ResourceDictionary windowsAppIcons = (ResourceDictionary)Application.LoadComponent(resourceUri); 167ResourceDictionary defaultIcons = (ResourceDictionary)Application.LoadComponent(resourceUri);