Align TemplatedParent
with WinUI
#15749
Labels
area/skia/lifecycle ✏️
area/skia/stability ✏️
difficulty/medium 🤔
Categorizes an issue for which the difficulty level is reachable with a good understanding of WinUI
kind/breaking-change 💥
Categorizes an issue or PR as requiring a breaking change to be fixed.
kind/enhancement
New feature or request
project/navigation-lifecycle 🧬
Categorizes an issue or PR as relevant to the navigation and lifecycle (NavigationView, AppBar, ...)
What would you like to be added
Currently we have
TemplatedParent
as inherited dependency property, which causes various kinds of issues.Why is this needed
In WinUI,
TemplatedParent
is a parse-time only concept and may be set once and only once, seeCDependencyObject.h
:And
framework.cpp
:For which platform
No response
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: