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