4 references to SetFocusOnContent
PresentationFramework (4)
System\Windows\Controls\TabItem.cs (4)
299else if (GetBoolField(BoolField.SetFocusOnContent)) 334if (!e.Handled && GetBoolField(BoolField.SetFocusOnContent)) 486SetBoolField(BoolField.SetFocusOnContent, setFocusOnContent); 494SetBoolField(BoolField.SetFocusOnContent, false);