Property UsedHotKeys
UsedHotKeys
Gets or sets the set of hotkeys that are already used or should not be used when AssignHotKeys is enabled.
This property is used to ensure that automatically assigned hotkeys do not conflict with hotkeys used elsewhere in the application. Set UsedHotKeys before adding subviews if there are hotkeys that may conflict with other views.
public HashSet<Key> UsedHotKeys { get; set; }