11 references to BoolField
PresentationFramework (11)
System\Windows\Controls\TabItem.cs (11)
306else if (GetBoolField(BoolField.SetFocusOnContent)) 341if (!e.Handled && GetBoolField(BoolField.SetFocusOnContent)) 485if (!GetBoolField(BoolField.SettingFocus)) 492SetBoolField(BoolField.SettingFocus, true); 493SetBoolField(BoolField.SetFocusOnContent, setFocusOnContent); 500SetBoolField(BoolField.SettingFocus, false); 501SetBoolField(BoolField.SetFocusOnContent, false); 526private bool GetBoolField(BoolField field) 531private void SetBoolField(BoolField field, bool value) 553BoolField _tabItemBoolFieldStore = BoolField.DefaultValue;