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