Skip to content
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

Additional changes to define Value property of Setter as XAML content property #8534

Merged
merged 5 commits into from
May 7, 2024

Conversation

anjali-wpf
Copy link
Contributor

@anjali-wpf anjali-wpf commented Dec 13, 2023

Fixes #84

Main PR #745

Test repo changes PR here

Documentation changes PR here

Description

This PR is required to make Setter as XAML content property work during xaml compilation.

Customer Impact

This will make Value the ContentProperty for Setter in order to make the code a bit less verbose.

Regression

NA

Testing

Internal testing done, no new failures encountered.

Risk

This change will affect the xaml tree depth, will make changes in wpf test repo in order to ensure appropriate test coverage to accommodate this.

Microsoft Reviewers: Open in CodeFlow

@anjali-wpf anjali-wpf requested a review from a team as a code owner December 13, 2023 12:46
@ghost ghost assigned anjali-wpf Dec 13, 2023
@ghost ghost added the PR metadata: Label to tag PRs, to facilitate with triage label Dec 13, 2023
@ghost ghost requested review from dipeshmsft and singhashish-wpf December 13, 2023 12:46
@pchaurasia14 pchaurasia14 changed the title Addition changes to define Value property of Setter as XAML content property Additional changes to define Value property of Setter as XAML content property Dec 13, 2023
Copy link
Contributor

@Kuldeep-MS Kuldeep-MS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please address the comment.

@dotnet-policy-service dotnet-policy-service bot added 📭 waiting-author-feedback To request more information from author. and removed 📭 waiting-author-feedback To request more information from author. labels Apr 15, 2024
Copy link
Contributor

@Kuldeep-MS Kuldeep-MS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks Good to me

@anjali-wpf anjali-wpf merged commit 8b7b7ad into main May 7, 2024
8 checks passed
@anjali-wpf anjali-wpf deleted the AdditionSetterValueChanges branch May 7, 2024 05:32
@anjali-wpf anjali-wpf restored the AdditionSetterValueChanges branch May 10, 2024 13:22
@github-actions github-actions bot locked and limited conversation to collaborators Jun 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
PR metadata: Label to tag PRs, to facilitate with triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make Setter.Value the ContentProperty for Setter
3 participants