5 references to WindowsRuntimeResourceManagerBase
mscorlib (5)
system\globalization\cultureinfo.cs (1)
161private static volatile WindowsRuntimeResourceManagerBase s_WindowsRuntimeResourceManager;
system\resources\resourcemanager.cs (4)
1014internal static WindowsRuntimeResourceManagerBase GetWinRTResourceManager() 1017return (WindowsRuntimeResourceManagerBase)Activator.CreateInstance(WinRTResourceManagerType, true); 1027private WindowsRuntimeResourceManagerBase _WinRTResourceManager; // Written only by SetAppXConfiguration 1131WindowsRuntimeResourceManagerBase WRRM = null;