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