2 writes to _resourceManager
PresentationCore (2)
Core\CSharp\MS\Internal\Resources\ResourceManagerWrapper.cs (2)
120
_resourceManager
= null;
271
_resourceManager
= new ResourceManager(baseResourceName, this._assembly);
2 references to _resourceManager
PresentationCore (2)
Core\CSharp\MS\Internal\Resources\ResourceManagerWrapper.cs (2)
265
if (
_resourceManager
== null)
274
return
_resourceManager
;