wpf-test
wpf-test copied to clipboard
WPF is a .NET Core UI framework for building Windows desktop applications. wpf-test contains test infrastructure and test collateral for the WPF framework.
## Description Changes in test repo for the issue : [Make Setter.Value the ContentProperty for Setter](https://github.com/dotnet/wpf/issues/84) ## Regression None ## Testing Internal testing done, no new failures encountered. ## Risk...
## Description Fixed feature test for issue : [XmlAttributeProperties.GetXmlNamespaceMaps throws System.InvalidCastException](https://github.com/dotnet/wpf/issues/1583) ## Regression None ## Testing Internal testing done, no new failures encountered. ## Risk None ###### Microsoft Reviewers: [Open...
There appear to be a mismatches in the DllImport signatures for [`DuplicateTokenEx`](https://learn.microsoft.com/en-us/windows/win32/api/securitybaseapi/nf-securitybaseapi-duplicatetokenex) in this project. The 4th `ImpersonationLevel` argument is supposed to be of type [`SECURITY_IMPERSONATION_LEVEL`](https://learn.microsoft.com/en-us/windows/win32/api/winnt/ne-winnt-security_impersonation_level), but is mapped to...
## 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. ##...
OpenFolderDialog is a new wrapper around the Win32 common dialog box control, that allows developers to select and open folders. **Current Plan for writing tests** - [ ] Add new...
**The following tests were disabled while open-sourcing the test area:** Common dialogs [ /Subarea=Commondialog ] - [ ] CommonDialog_OpenCustomPlace - [x] CommonDialog_CustomPlaceCases - [x] CommonDialog_FileDialogCustomPlaceCases - [x] CommonDialog_OpenFileIsThreadModal - [x]...
After [this effort](https://github.com/dotnet/wpf/issues/241) was completed, we now want to do the same for our internal test repo (test code, infrastructure, etc) in order to be completely rid of System.Security.Permissions.dll.