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