2 references to FocusableProperty
PresentationCore (2)
Core\CSharp\System\Windows\UIElement3D.cs (2)
1181get { return (bool)GetValue(FocusableProperty); } 1182set { SetValue(FocusableProperty, BooleanBoxes.Box(value)); }