Implemented interface member:
property
Focusable
System.Windows.IInputElement.Focusable
7 writes to Focusable
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Preview\PreviewFactoryService.cs (1)
107view.VisualElement.Focusable = true;
PresentationFramework (6)
System\Windows\Controls\DocumentViewer.cs (2)
2063fe.Focusable = false; 2113_scrollViewer.Focusable = false;
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
135_contentHost.Focusable = false;
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1128paddingHeader.Focusable = false;
System\Windows\Controls\PasswordBox.cs (1)
1158this.ScrollViewer.Focusable = false;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1620this.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)
2608if (Focusable && IsEnabled)
PresentationFramework (7)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
178if (owner.Focusable)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
91if (owner.Focusable)
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
61if (owner.Focusable)
System\Windows\Controls\DataGridHelper.cs (1)
199if (uielement.Focusable && KeyboardNavigation.GetIsTabStop(uielement))
System\windows\Documents\TextEditorMouse.cs (1)
167if (!This.UiScope.Focusable)
System\Windows\Input\KeyboardNavigation.cs (2)
1907(fe.Focusable 1926return (uie.Focusable && uie.IsEnabled && uie.IsVisible);
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
79if (owner.Focusable)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
141if (uie != null && uie.Focusable)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
708return container != null && container.Focusable; 718return container != null && (container is RibbonGallery || container.Focusable); 2503container.Focusable)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1240return container != null && container.Focusable;