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 #9229

Merged
merged 2 commits into from
Jul 19, 2024

Conversation

anjali-wpf
Copy link
Member

@anjali-wpf anjali-wpf commented Jun 7, 2024

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, made required changes in wpf test repo in order to ensure appropriate test coverage to accommodate this.

Microsoft Reviewers: Open in CodeFlow

@dotnet-policy-service dotnet-policy-service bot added PR metadata: Label to tag PRs, to facilitate with triage draft labels Jun 7, 2024
@anjali-wpf anjali-wpf marked this pull request as ready for review July 17, 2024 06:07
@anjali-wpf anjali-wpf requested review from a team as code owners July 17, 2024 06:07
@anjali-wpf anjali-wpf merged commit 6548fdd into dotnet:main Jul 19, 2024
8 checks passed
@anjali-wpf anjali-wpf deleted the SetterValueContentProperty branch July 21, 2024 06:31
harshit7962 added a commit to harshit7962/wpf that referenced this pull request Jul 29, 2024
anjali-wpf added a commit that referenced this pull request Aug 16, 2024
anjali-wpf added a commit to anjali-wpf/wpf that referenced this pull request Aug 16, 2024
github-actions bot pushed a commit that referenced this pull request Aug 16, 2024
github-actions bot pushed a commit that referenced this pull request Aug 16, 2024
github-actions bot pushed a commit that referenced this pull request Aug 16, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Aug 20, 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
2 participants