Replies: 1 comment 1 reply
-
Use the actual attached property instead. but I doubt you have to copy the entire class since those methods are now virtual and can be overridden in a derived class now. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am writing a ScopedRegionNavigationContentLoader class like Brian did in his course on Pluralsight, Prism Problems & Solutions: Mastering TabControl.
I copied the code from RegionNavigationContentLoader class and pasted it up to my class, ScopedRegionNavigationContentLoader.
I modified some code like Brian did.
But, MvvmHelpers.AutowireViewModel() protection level is internal so that I can't access it on CreateNewRegionItem() of my class.
What's the solution?
Beta Was this translation helpful? Give feedback.
All reactions