Getting region from region manager take's around 1 second #2597
Unanswered
Baljitsingh2
asked this question in
WPF
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have prism wpf application. We create region in our UI. We currently using prism version 7.2.0.1422.
When we call to get a region from regionmanger, it takes around 1 second on some machine. Following is the line of code.
var entireRegion = _regionManager.Regions[EntireRegionName];
Can anyone help me understand why it would take 1 second on some machine?
Beta Was this translation helpful? Give feedback.
All reactions