Adornment hides context menu

Hi, I have following node:

When I select it, it has a blue adornment:

But when I open context menu (by clicking right mouse button) on the adorned (blue) circle, I receive main context menu that I setted for the diagram.
I want to see the same context menu for the node and for the adornment part - without copying context menu to SelectionAdornmentTemplate.
Is it possible?
Thanks.

Try setting UIElement.IsHitTestVisible to false.

Worked like a charm, thanks