Implemented interface member:
property
Focusable
System.Windows.IInputElement.Focusable
3 references to Focusable
PresentationFramework (3)
System\Windows\Controls\DataGridHelper.cs (1)
213
if (contentElement != null && contentElement.
Focusable
&& KeyboardNavigation.GetIsTabStop(contentElement))
System\Windows\Input\KeyboardNavigation.cs (2)
1923
return fce != null && fce.
Focusable
&& (bool)fce.GetValue(IsTabStopProperty) && fce.IsEnabled;
1942
return (ce != null && ce.
Focusable
&& ce.IsEnabled);