Implemented interface member:
property
Focusable
System.Windows.IInputElement.Focusable
6 writes to Focusable
PresentationFramework (6)
System\Windows\Controls\DocumentViewer.cs (2)
2013
fe.
Focusable
= false;
2063
_scrollViewer.
Focusable
= false;
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
131
_contentHost.
Focusable
= false;
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1097
paddingHeader.
Focusable
= false;
System\Windows\Controls\PasswordBox.cs (1)
1137
this.ScrollViewer.
Focusable
= false;
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1558
this.ScrollViewer.
Focusable
= false;
14 references to Focusable
PresentationCore (1)
System\Windows\UIElement.cs (1)
2599
if (
Focusable
&& IsEnabled)
PresentationFramework (7)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
177
if (owner.
Focusable
)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
90
if (owner.
Focusable
)
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
60
if (owner.
Focusable
)
System\Windows\Controls\DataGridHelper.cs (1)
198
if (uielement.
Focusable
&& KeyboardNavigation.GetIsTabStop(uielement))
System\windows\Documents\TextEditorMouse.cs (1)
163
if (!This.UiScope.
Focusable
)
System\Windows\Input\KeyboardNavigation.cs (2)
1905
(fe.
Focusable
1924
return (uie.
Focusable
&& uie.IsEnabled && uie.IsVisible);
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
78
if (owner.
Focusable
)
Microsoft\Windows\Controls\Ribbon\RibbonContextMenu.cs (1)
140
if (uie != null && uie.
Focusable
)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (3)
711
return container != null && container.
Focusable
;
721
return container != null && (container is RibbonGallery || container.
Focusable
);
2488
container.
Focusable
)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1224
return container != null && container.
Focusable
;