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