3 references to OpenedWithKeyboard
PresentationFramework (3)
System\Windows\Controls\MenuItem.cs (3)
1213bool openedWithKeyboard = MenuItem.GetBoolField(this, BoolField.OpenedWithKeyboard); 1236MenuItem.SetBoolField(this, BoolField.OpenedWithKeyboard, false); 2339MenuItem.SetBoolField(this, BoolField.OpenedWithKeyboard, true);