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