using MultiTerm.Wpf.ValueConverters;
using System.Linq;
using System.Collections;
using System.Collections.Generic;
using System.ComponentModel;
using System.Globalization;
using System.Windows;
using System.Windows.Controls;
using System;
namespace MultiTerm.Wpf.Controls;
public class SingleSelectSubMenu : MenuItem
{
///
/// Internal marker for when internal unchecking is ongoing. Unchecking events shall then be ignored.
///
private bool internalUncheckingOngoing = false;
#region Static Properties
private static readonly Dictionary