SystemTrayMenu/Business
Peter Kirmeier 045fb9dd7e Improve Icon factory performance
Workers are by default part of MTA thread model and are CoInitialized.
This means COM calls can be made without spawning additional STA threads.
Additionally pass file icon factory for dictionary search instead of providing (potentially not used) new Icon beforehand.
2023-05-19 18:50:53 +02:00
..
App.xaml Baseline for version 2.x 2022-10-23 00:14:31 +02:00
App.xaml.cs Reorganize main objects 2023-05-18 21:25:03 +02:00
KeyboardInput.cs Merged ListViewMenuItem into RowData 2023-05-18 23:28:52 +02:00
Menus.cs Improve Icon factory performance 2023-05-19 18:50:53 +02:00
Program.cs Shutdown immediately when configuration path is empty 2023-05-15 23:26:03 +02:00
WaitToLoadMenu.cs Merged ListViewMenuItem into RowData 2023-05-18 23:28:52 +02:00