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