I have a question about WPF TextBox.
Right-clicking with a character selected in the TextBox opens a standard context menu.
However, if you right-click outside the selected string, the string will be deselected.
I don't want to clear the selected string when I open the context menu like the address bar in Explorer.
(Right-click on the selected string to open the context menu as desired.)
The same result was achieved by opening my own context menu within the TextBox.
Is there a good solution?
