1 write to sharedResources
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Resources\PropertyInspectorResources.cs (1)
96
sharedResources
= (ResourceDictionary)Application.LoadComponent(resourceLocator);
3 references to sharedResources
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Resources\PropertyInspectorResources.cs (3)
88
if (
sharedResources
== null)
99
Fx.Assert(
sharedResources
!= null, "Could not load PropertyInspector shared resources.");
101
return
sharedResources
;