wpf-test
wpf-test copied to clipboard
Re-add WindowsFormsApplicationBase usage
One of our tests has a class that should implement WindowsFormsApplicationBase. Currently this type is not ported to .NET Core, so we have temporarily removed its usage. Once this type is ported, re-add it to the WinformsApp class that is defined in src\Test\ElementServices\FeatureTests\Untrusted\Threading\SynchronizationContextModel.cs.
Here is an internal PR with more info.