11 references to BoolField
PresentationFramework (11)
System\Windows\Controls\TabItem.cs (11)
300else if (GetBoolField(BoolField.SetFocusOnContent)) 335if (!e.Handled && GetBoolField(BoolField.SetFocusOnContent)) 479if (!GetBoolField(BoolField.SettingFocus)) 486SetBoolField(BoolField.SettingFocus, true); 487SetBoolField(BoolField.SetFocusOnContent, setFocusOnContent); 494SetBoolField(BoolField.SettingFocus, false); 495SetBoolField(BoolField.SetFocusOnContent, false); 520private bool GetBoolField(BoolField field) 525private void SetBoolField(BoolField field, bool value) 547BoolField _tabItemBoolFieldStore = BoolField.DefaultValue;