This is not a mistake, and IntelliSense displays what you requested.
You need to create an instance of ResourceManager to get methods like GetString or GetObject, because these are instance methods.
You are currently accessing the ResourceManager class, and therefore IntelliSense only displays static elements.
Jehof source share