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