2 writes to _resourceManager
PresentationCore (2)
MS\Internal\Resources\ResourceManagerWrapper.cs (2)
110_resourceManager = null; 261_resourceManager = new ResourceManager(baseResourceName, this._assembly);
2 references to _resourceManager
PresentationCore (2)
MS\Internal\Resources\ResourceManagerWrapper.cs (2)
255if (_resourceManager == null) 264return _resourceManager;