I am trying to customize Insert hyperlink dialog. My goal is to apply hyperlink (navigationUri) from predefined list i.e. link to users available in system.
I am using WPF 5.0. I am not sure should I follow MEF approach or create usercontrol and implement functionality.
I found one old thread
Can I customize the default "Insert Hyperlink" dialog window. But I am facing following error
Cannot resolve dependency to assembly 'Telerik.Windows.Documents.Core, Version=2020.3.1019.40
Can you please guide me how to achieve this task.