11 references to BoolField
PresentationFramework (11)
src\Framework\System\Windows\Controls\TabItem.cs (11)
307
else if (GetBoolField(
BoolField
.SetFocusOnContent))
342
if (!e.Handled && GetBoolField(
BoolField
.SetFocusOnContent))
471
if (!GetBoolField(
BoolField
.SettingFocus))
478
SetBoolField(
BoolField
.SettingFocus, true);
479
SetBoolField(
BoolField
.SetFocusOnContent, setFocusOnContent);
486
SetBoolField(
BoolField
.SettingFocus, false);
487
SetBoolField(
BoolField
.SetFocusOnContent, false);
512
private bool GetBoolField(
BoolField
field)
517
private void SetBoolField(
BoolField
field, bool value)
539
BoolField
_tabItemBoolFieldStore =
BoolField
.DefaultValue;