A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
Alternative for AllowsTransparency
Hi,
We are facing some memory issues in our WPF Application. While searching for them I have found this particular MSDN link:-
https://learn.microsoft.com/en-us/troubleshoot/dotnet/framework/wpf-render-thread-failures
In this link, several ways are mentioned to resolve the memory issues and of them is this:-
Disable the use of Windows.AllowsTransparency and Popup.AllowsTransparency in your application.
We tried the same but our popup starts appearing black from border area.
Is there any alternative way to show popup without setting AllowsTransparency property?
Developer technologies | Windows Presentation Foundation
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.