1 write to IsFocusedProperty
PresentationCore (1)
Core\CSharp\System\Windows\UIElement3D.cs (1)
66
IsFocusedProperty
= UIElement.IsFocusedProperty.AddOwner(typeof(UIElement3D));
2 references to IsFocusedProperty
PresentationCore (2)
Core\CSharp\System\Windows\UIElement3D.cs (2)
67
IsFocusedProperty
.OverrideMetadata(typeof(UIElement3D),
813
get { return (bool)GetValue(
IsFocusedProperty
); }