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