11 references to BoolField
PresentationFramework (11)
System\Windows\Controls\TabItem.cs (11)
299else if (GetBoolField(BoolField.SetFocusOnContent)) 334if (!e.Handled && GetBoolField(BoolField.SetFocusOnContent)) 478if (!GetBoolField(BoolField.SettingFocus)) 485SetBoolField(BoolField.SettingFocus, true); 486SetBoolField(BoolField.SetFocusOnContent, setFocusOnContent); 493SetBoolField(BoolField.SettingFocus, false); 494SetBoolField(BoolField.SetFocusOnContent, false); 519private bool GetBoolField(BoolField field) 524private void SetBoolField(BoolField field, bool value) 546BoolField _tabItemBoolFieldStore = BoolField.DefaultValue;