11 references to BoolField
PresentationFramework (11)
System\Windows\Controls\TabItem.cs (11)
298
else if (GetBoolField(
BoolField
.SetFocusOnContent))
333
if (!e.Handled && GetBoolField(
BoolField
.SetFocusOnContent))
477
if (!GetBoolField(
BoolField
.SettingFocus))
484
SetBoolField(
BoolField
.SettingFocus, true);
485
SetBoolField(
BoolField
.SetFocusOnContent, setFocusOnContent);
492
SetBoolField(
BoolField
.SettingFocus, false);
493
SetBoolField(
BoolField
.SetFocusOnContent, false);
518
private bool GetBoolField(
BoolField
field)
523
private void SetBoolField(
BoolField
field, bool value)
545
private
BoolField
_tabItemBoolFieldStore =
BoolField
.DefaultValue;