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