Rich Moll

Results 5 comments of Rich Moll

For my specific use case, we rarely need a proper `SecureString`. And generally, `PasswordBox` (at least in my experience of it) breaks the MVVM paradigm and generally makes my life...

I think I've run into the same issue, @zhiltsov-max and I were discussing on the PR but we are moving here since I think this is more to the point...

I'm looking to get keyboard events into the Avalonia ControlCatalog sample for a linux framebuffer device (BeagleBoneBlack). I have touch inputs working (through `libts` i think) and output to the...