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