Harshit
Harshit
## Description The following PR fixes Accessibility issue which occurs due to improper naming of nested controls of scroll bar and editable combo box. Additionally, it fixes the one's with...
### Description The styles for menu and menu item is inconsistent when using dark theme for windows 11 applications. The menu items are not visible in dark theme. ### Reproduction...
## Description Adds DRT - DrtImaging Number of Tests Added - 1 Also, fixes the files not being tracked by adding them first and then ignoring the remaining ones. ##...
### Description Usage of resources defined in `Fluent` theme as `StaticResource` is not supported in the current implementation for Fluent themes. The usage throws a `XamlParseException` in doing so. ###...
Fixes #8698 ## Description Multiple styles are not specifically added to Fluent styles. Currently, Fluent styles are not individually incorporated. They are overlaid on the Aero2 theme, which allows the...
### Description The following controls does not have any styles defined for Windows 11. - [x] ContentControl - [x] Bold - [x] Italic - [x] Underline - [x] Paragraph -...
Similar PR: https://github.com/dipeshmsft/wpf/pull/4 ## Description The following changes update the `ThemeMode` of a window, if and when window's resource changes to include fluent styles. ## Regression _None_ ## Testing Local...
## Description Added `tsaoptions.json` based on aspire [PR](https://github.com/dotnet/aspire/pull/4860). @mmitche can you please see if this is in accordance to the discussions of the above mentioned PR? Also, is there a...
## Description The changes aim to suppress CodeQL warnings around Binary Formatter's deserialize method in code and related tests. ## Customer Impact _None_ ## Regression _None_ ## Testing Local Build...
### Description The new windows 11 styles for data grid header does not differ much from the data grid cell styles. The header does not contain the sorting icon that...