3 instantiations of ResourceManagerWrapper
PresentationCore (1)
MS\Internal\FontCache\FontResourceCache.cs (1)
36
IList resourceList = new
ResourceManagerWrapper
(entryAssembly).ResourceList;
PresentationFramework (2)
MS\Internal\AppModel\ResourceContainer.cs (2)
51
s_applicationResourceManagerWrapper = new
ResourceManagerWrapper
(asmApplication);
283
rmwResult = new
ResourceManagerWrapper
(assembly);
10 references to ResourceManagerWrapper
PresentationFramework (10)
MS\Internal\AppModel\ResourceContainer.cs (8)
40
internal static
ResourceManagerWrapper
ApplicationResourceManagerWrapper
156
ResourceManagerWrapper
rmWrapper = GetResourceManagerWrapper(uri, out string partName, out bool isContentFile);
237
if (s_registeredResourceManagersLookup.TryGetValue(key, out
ResourceManagerWrapper
value))
256
private static
ResourceManagerWrapper
GetResourceManagerWrapper(Uri uri, out string partName, out bool isContentFile)
258
ResourceManagerWrapper
rmwResult = ApplicationResourceManagerWrapper;
322
private static readonly Dictionary<string,
ResourceManagerWrapper
> s_registeredResourceManagers = new(StringComparer.Ordinal);
323
private static readonly Dictionary<string,
ResourceManagerWrapper
>.AlternateLookup<ReadOnlySpan<char>> s_registeredResourceManagersLookup = s_registeredResourceManagers.GetAlternateLookup<ReadOnlySpan<char>>();
326
private static
ResourceManagerWrapper
s_applicationResourceManagerWrapper = null;
MS\Internal\AppModel\ResourcePart.cs (2)
25
public ResourcePart(Package container, Uri uri, string name,
ResourceManagerWrapper
rmWrapper) :
163
private
ResourceManagerWrapper
_rmWrapper;