1 write to IsFocusedProperty
PresentationCore (1)
System\Windows\UIElement3D.cs (1)
59IsFocusedProperty = UIElement.IsFocusedProperty.AddOwner(typeof(UIElement3D));
2 references to IsFocusedProperty
PresentationCore (2)
System\Windows\UIElement3D.cs (2)
60IsFocusedProperty.OverrideMetadata(typeof(UIElement3D), 806get { return (bool)GetValue(IsFocusedProperty); }