3 references to OpenedWithKeyboard
PresentationFramework (3)
src\Framework\System\Windows\Controls\MenuItem.cs (3)
1199bool openedWithKeyboard = MenuItem.GetBoolField(this, BoolField.OpenedWithKeyboard); 1222MenuItem.SetBoolField(this, BoolField.OpenedWithKeyboard, false); 2399MenuItem.SetBoolField(this, BoolField.OpenedWithKeyboard, true);