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