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