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