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