Implemented interface member:
property
Focusable
System.Windows.IInputElement.Focusable
6 writes to Focusable
PresentationFramework (6)
System\Windows\Controls\DocumentViewer.cs (2)
2075fe.Focusable = false; 2125_scrollViewer.Focusable = false;
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
138_contentHost.Focusable = false;
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1131paddingHeader.Focusable = false;
System\Windows\Controls\PasswordBox.cs (1)
1166this.ScrollViewer.Focusable = false;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1629this.ScrollViewer.Focusable = false;
14 references to Focusable
PresentationCore (1)
System\Windows\UIElement.cs (1)
2616if (Focusable && IsEnabled)
PresentationFramework (7)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
184if (owner.Focusable)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
103if (owner.Focusable)
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
63if (owner.Focusable)
System\Windows\Controls\DataGridHelper.cs (1)
205if (uielement.Focusable && KeyboardNavigation.GetIsTabStop(uielement))
System\windows\Documents\TextEditorMouse.cs (1)
181if (!This.UiScope.Focusable)
System\Windows\Input\KeyboardNavigation.cs (2)
1917(fe.Focusable 1936return (uie.Focusable && uie.IsEnabled && uie.IsVisible);
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
82if (owner.Focusable)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
143if (uie != null && uie.Focusable)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
713return container != null && container.Focusable; 723return container != null && (container is RibbonGallery || container.Focusable); 2508container.Focusable)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1243return container != null && container.Focusable;