I have a UserControl with a ComboBox in it. The UserControl is shown in a DocumentWindow. When I click in the UserControl I get a WindowActivated event from the dock site as expected. When I open the Combobox in the UserControl and select an item I get a WindowDeactivated event from the dock site. Is this the correct behaviour? I would think that the UserControl is still active?
If I instead show a popup context menu in the UserControl I do not get the WindowDeactivated event.
If I instead show a popup context menu in the UserControl I do not get the WindowDeactivated event.