2 writes to _resourceManager
PresentationCore (2)
MS\Internal\Resources\ResourceManagerWrapper.cs (2)
109_resourceManager = null; 257_resourceManager = new ResourceManager(baseResourceName, _assembly);
2 references to _resourceManager
PresentationCore (2)
MS\Internal\Resources\ResourceManagerWrapper.cs (2)
253if (_resourceManager == null) 260return _resourceManager;