5 references to GetStream
mscorlib (1)
system\resources\resourcemanager.cs (1)
1459return GetStream(name, (CultureInfo)null);
PresentationCore (1)
Core\CSharp\MS\Internal\Resources\ResourceManagerWrapper.cs (1)
59stream = this.ResourceManager.GetStream(name, CultureInfo.CurrentUICulture);
PresentationFramework (1)
src\Framework\System\Windows\SystemResources.cs (1)
925stream = rm.GetStream(resourceName, CultureInfo.CurrentUICulture);
WindowsBase (2)
Base\System\Windows\SplashScreen.cs (2)
155UnmanagedMemoryStream stream = _resourceManager.GetStream(_resourceName, System.Globalization.CultureInfo.CurrentUICulture); 166return _resourceManager.GetStream(resourceName, System.Globalization.CultureInfo.CurrentUICulture);