Within a UserControl I have one toolbar where all the buttons use a pre-defined routed command (e.g. ApplicationCommands.Cut & ApplicationCommands.Copy). This toolbar is effictively reused by 2 RichTextBoxes. All works as expected.
I'm now trying to add Extended WPF Toolkit's ColorPicker to the same toolbar. I've successfully added the control to the toolbar and caught the SelectedColorChanged event in the code-behind but I can't determine with RichTextBox to change the color on?