SystemTrayMenu/Utilities
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
..
File Improve Icon factory performance 2023-05-19 18:50:53 +02:00
ActionCommand.cs Lots of major improvements 2022-12-03 02:14:15 +01:00
AppRestart.cs Fix lots of nullable warnings 2023-04-16 23:27:27 +02:00
FolderOptions.cs Reduce code complexity and refined member variables 2023-04-29 18:57:39 +02:00
FormsExtensions.cs Replaced internal "menus" array with chained instances. 2023-05-08 00:14:23 +02:00
GenerateDriveShortcuts.cs [BUG] DirectoryNotFoundException when GenerateDriveShortctus enabled and move root folder (#302), version 1.2.2.8 2022-01-30 11:26:40 +01:00
IconToImageSourceConverter.cs Fix menu activation when opened from notify icon 2023-04-30 00:06:00 +02:00
Log.cs Fix some nullables 2022-12-05 01:27:57 +01:00
Scaling.cs Fix lots of nullable warnings 2023-04-16 23:27:27 +02:00
SingleAppInstance.cs Remove obsolete class EventDelay 2023-05-19 15:36:15 +02:00
Translate.cs Cleanup, refactoring and SVG package removed 2022-12-03 22:41:03 +01:00
Translator.cs Cleanup, refactoring and SVG package removed 2022-12-03 22:41:03 +01:00
WPFExtensions.cs Refine loading of colors 2023-04-30 23:36:26 +02:00