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