5 references to StaticResourceHolder
PresentationFramework (5)
System\Windows\Markup\BamlRecordReader.cs (2)
1906staticResources.Add(new StaticResourceHolder(prefetchedValue.Key, prefetchedValue)); 1983return new StaticResourceHolder(prefetchedValue.Key, prefetchedValue);
System\Windows\ResourceDictionary.cs (1)
1315staticResources[i] = new StaticResourceHolder(keyValue, obj as DeferredResourceReference);
System\Windows\TemplateContent.cs (2)
717newValue = new StaticResourceHolder(staticResource.ResourceKey, deferredResourceReference); 786return new StaticResourceHolder(resource.ResourceKey, value);