3 references to IsFocusedProperty
PresentationCore (3)
Core\CSharp\System\Windows\ContentElement.cs (1)
566
UIElement.
IsFocusedProperty
.AddOwner(
Core\CSharp\System\Windows\UIElement.cs (1)
3602
get { return (bool) GetValue(
IsFocusedProperty
); }
Core\CSharp\System\Windows\UIElement3D.cs (1)
66
IsFocusedProperty = UIElement.
IsFocusedProperty
.AddOwner(typeof(UIElement3D));