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