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