SystemTrayMenu/Business
Peter Kirmeier de483c874c Refactored resource file management..
Remove use of resx file
Resource files are marked as "Resource" instead
Resources are loaded via resource dictionaries (either from code behind or XAML directly through binding)
Reduce amount of required image conversions

Also fix overlay of 50 percent transparency (is now rendered half transparent correct instead of adding "white fog")
Remove obsolete image as rendering is done directly in code

Also fix rendering of link indicator at correct image position

Also remove setting Icons of all Windows (as default is application icon anyway)
2023-08-12 02:33:11 +02:00
..
App.xaml Refactored resource file management.. 2023-08-12 02:33:11 +02:00
App.xaml.cs Refactored resource file management.. 2023-08-12 02:33:11 +02:00
IpcPipe.cs Fix for closing pipe upon application shutdown. 2023-06-03 21:15:13 +02:00
KeyboardInput.cs Enable search text box selection. 2023-06-04 11:34:29 +02:00
Menus.cs Allow waking up another process when started a second time. 2023-06-03 20:18:10 +02:00
Program.cs Refactored resource file management.. 2023-08-12 02:33:11 +02:00
WaitToLoadMenu.cs Allow waking up another process when started a second time. 2023-06-03 20:18:10 +02:00