11 references to BoolField
PresentationFramework (11)
System\Windows\Controls\TabItem.cs (11)
306else if (GetBoolField(BoolField.SetFocusOnContent)) 341if (!e.Handled && GetBoolField(BoolField.SetFocusOnContent)) 470if (!GetBoolField(BoolField.SettingFocus)) 477SetBoolField(BoolField.SettingFocus, true); 478SetBoolField(BoolField.SetFocusOnContent, setFocusOnContent); 485SetBoolField(BoolField.SettingFocus, false); 486SetBoolField(BoolField.SetFocusOnContent, false); 511private bool GetBoolField(BoolField field) 516private void SetBoolField(BoolField field, bool value) 538BoolField _tabItemBoolFieldStore = BoolField.DefaultValue;