I have an application that includes a DLL written in WPF. This application starts from the login window (the application is a Windows Form, and the DLL is in WPF). When I type a username or password, I cannot see the characters in the text field, but they are stored in property Text1 of both the text field and the password, as expected.
What can explain this behavior and how can I fix it to see the characters when they were printed?
source
share