1 instantiation of ResourceDictionarySourceUriWrapper
PresentationFramework (1)
System\Windows\SourceUriTypeConverterMarkupExtension.cs (1)
44
return new ResourceDictionary.
ResourceDictionarySourceUriWrapper
(convertedUri, appendedVersionUri);
2 references to ResourceDictionarySourceUriWrapper
PresentationFramework (2)
System\Windows\ResourceDictionary.cs (2)
152
ResourceDictionarySourceUriWrapper
uriWrapper = value as
ResourceDictionarySourceUriWrapper
;