-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[X] GetValueSource #19563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[X] GetValueSource #19563
Conversation
|
I'm seeing that we are picking up certain properties that are not "bindable" as in there is a null The values above are from a normal These properties also have values that are different from their default values. Few questions:
|
|
just like in WPF where GetValueSource works only on DependencyProperty.ies, this only works on BindableProperty.ies. Dis or BPs can not be assigned by styes, triggers, bindings, dynamic resources, ... anyway, and the source is most certainly 'Local' |
|
@japarson 'Why are these properties not bindable?' which one ? anyway, that's out of the scope of this |
|
/rebase |
first pass on a GetSourceValue API
c67eb2b to
74937f4
Compare
|
Test failure unrelated |





Description of Change
Add an internal API for tooling. This is a first pass, to test the API and the utility. The values returned might need to be refined, depending on actual testing.
@chabiss
Issues Fixed
Fixes #17223