3 references to IsFocusedProperty
PresentationCore (3)
System\Windows\ContentElement.cs (1)
562UIElement.IsFocusedProperty.AddOwner(
System\Windows\UIElement.cs (1)
3571get { return (bool) GetValue(IsFocusedProperty); }
System\Windows\UIElement3D.cs (1)
59IsFocusedProperty = UIElement.IsFocusedProperty.AddOwner(typeof(UIElement3D));