4 references to SetFocusOnContent
PresentationFramework (4)
System\Windows\Controls\TabItem.cs (4)
298else if (GetBoolField(BoolField.SetFocusOnContent)) 333if (!e.Handled && GetBoolField(BoolField.SetFocusOnContent)) 485SetBoolField(BoolField.SetFocusOnContent, setFocusOnContent); 493SetBoolField(BoolField.SetFocusOnContent, false);