Skip to content

Conversation

dipeshmsft
Copy link
Member

@dipeshmsft dipeshmsft commented Jul 18, 2025

Particall fixes #8554

Description

In this PR, I have removed the extra comments regarding focus from the Fluent theme files. This is part of the work for #8554.

Customer Impact

--

Regression

NA

Testing

None

Risk

None

Microsoft Reviewers: Open in CodeFlow

@Copilot Copilot AI review requested due to automatic review settings July 18, 2025 08:38
@dipeshmsft dipeshmsft requested a review from a team as a code owner July 18, 2025 08:38
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes redundant comments from Fluent theme files to clean up the codebase. The changes are purely cosmetic and focus on removing duplicate "Universal WPF UI focus" comments that were unnecessarily wrapping FocusVisualStyle setter properties.

  • Removes duplicate "Universal WPF UI focus" comments from various control styles
  • Affects multiple WPF controls including ComboBox, DataGrid, RadioButton, RepeatButton, ToggleButton, and TreeView components
  • Spans across all Fluent theme variants (default, light, dark, and high contrast)

Reviewed Changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.

Show a summary per file
File Description
Fluent.xaml Removes redundant focus comments from main Fluent theme file
Fluent.Light.xaml Removes redundant focus comments from Light theme variant
Fluent.HC.xaml Removes redundant focus comments from High Contrast theme variant
Fluent.Dark.xaml Removes redundant focus comments from Dark theme variant
TreeViewItem.xaml Removes redundant focus comments from TreeViewItem style definitions
ToggleButton.xaml Removes redundant focus comments from ToggleButton style definitions
RepeatButton.xaml Removes redundant focus comments from RepeatButton style definitions
RadioButton.xaml Removes redundant focus comments from RadioButton style definitions
DataGrid.xaml Removes redundant focus comments from DataGrid style definitions
ComboBox.xaml Removes redundant focus comments from ComboBox style definitions

@dotnet-policy-service dotnet-policy-service bot added the PR metadata: Label to tag PRs, to facilitate with triage label Jul 18, 2025
Copy link

codecov bot commented Jul 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 13.52246%. Comparing base (28843aa) to head (64c459b).
Report is 14 commits behind head on main.

Additional details and impacted files
@@                 Coverage Diff                 @@
##                main      #10988         +/-   ##
===================================================
- Coverage   13.52892%   13.52246%   -0.00646%     
===================================================
  Files           3319        3319                 
  Lines         664894      664894                 
  Branches       74674       74674                 
===================================================
- Hits           89953       89910         -43     
- Misses        572398      572440         +42     
- Partials        2543        2544          +1     
Flag Coverage Δ
Debug 13.52246% <ø> (-0.00646%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@dipeshmsft dipeshmsft merged commit d530ee1 into dotnet:main Jul 18, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR metadata: Label to tag PRs, to facilitate with triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OSS Scrubbing
2 participants