Property DefaultKeyBindings
DefaultKeyBindings
Gets or sets the default key bindings for PopoverMenu. All standard navigation bindings are inherited from DefaultKeyBindings, so this dictionary is empty by default. Dynamic bindings (activation key) are bound directly in the constructor.
IMPORTANT: This is a process-wide static property. Change with care. Do not set in parallelizable unit tests.
public static Dictionary<Command, PlatformKeyBinding>? DefaultKeyBindings { get; set; }