更新整理
This commit is contained in:
@@ -23,7 +23,7 @@ public partial class ContextMenuLoader : ResourceDictionary
|
||||
public ContextMenuLoader()
|
||||
{
|
||||
// Run OnResourceDictionaryLoaded asynchronously to ensure other ResourceDictionary are already loaded before adding new entries
|
||||
_ = Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, new Action(OnResourceDictionaryLoaded));
|
||||
Dispatcher.CurrentDispatcher.BeginInvoke(DispatcherPriority.Normal, new Action(OnResourceDictionaryLoaded));
|
||||
}
|
||||
|
||||
private void AddEditorContextMenuDefaultStyle(Assembly currentAssembly)
|
||||
|
||||
Reference in New Issue
Block a user