Implemented interface member:
property
Focusable
System.Windows.IInputElement.Focusable
7 writes to Focusable
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Preview\PreviewFactoryService.cs (1)
106view.VisualElement.Focusable = true;
PresentationFramework (6)
System\Windows\Controls\DocumentViewer.cs (2)
2016fe.Focusable = false; 2066_scrollViewer.Focusable = false;
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
134_contentHost.Focusable = false;
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1128paddingHeader.Focusable = false;
System\Windows\Controls\PasswordBox.cs (1)
1142this.ScrollViewer.Focusable = false;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1561this.ScrollViewer.Focusable = false;
15 references to Focusable
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (1)
218if (visualElement.Focusable)
PresentationCore (1)
System\Windows\UIElement.cs (1)
2599if (Focusable && IsEnabled)
PresentationFramework (7)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
177if (owner.Focusable)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
90if (owner.Focusable)
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
60if (owner.Focusable)
System\Windows\Controls\DataGridHelper.cs (1)
198if (uielement.Focusable && KeyboardNavigation.GetIsTabStop(uielement))
System\windows\Documents\TextEditorMouse.cs (1)
163if (!This.UiScope.Focusable)
System\Windows\Input\KeyboardNavigation.cs (2)
1905(fe.Focusable 1924return (uie.Focusable && uie.IsEnabled && uie.IsVisible);
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
78if (owner.Focusable)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
140if (uie != null && uie.Focusable)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
711return container != null && container.Focusable; 721return container != null && (container is RibbonGallery || container.Focusable); 2488container.Focusable)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1233return container != null && container.Focusable;