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