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