Equivalent of WPF DependencyObject.GetLocalValueEnumerator #6380
Answered
by
davidjohnoliver
workgroupengineering
asked this question in
Q&A
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
davidjohnoliver
Jul 5, 2021
Replies: 1 comment 1 reply
-
I don't think there's any direct equivalent of that method in the WinUI/UWP API. You'd have to call |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
workgroupengineering
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think there's any direct equivalent of that method in the WinUI/UWP API. You'd have to call
DependencyObject.ReadLocalValue()
for eachDependencyProperty
, and check whether it returnedUnsetValue
.