Implemented interface member:
property
IsKeyboardFocused
System.Windows.IInputElement.IsKeyboardFocused
41 references to IsKeyboardFocused
PresentationCore (2)
Core\CSharp\System\Windows\Automation\Peers\UIElementAutomationPeer.cs (1)
372return _owner.IsKeyboardFocused;
Core\CSharp\System\Windows\UIElement.cs (1)
3507return IsKeyboardFocused;
PresentationFramework (37)
src\Framework\System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
203if (focusedButton == null || !focusedButton.IsKeyboardFocused)
src\Framework\System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
104if (tb == null || !tb.IsKeyboardFocused)
src\Framework\System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
70if (tb == null || !tb.IsKeyboardFocused)
src\Framework\System\Windows\Controls\CheckBox.cs (1)
103if (!IsKeyboardFocused)
src\Framework\System\Windows\Controls\Control.cs (1)
666if (IsKeyboardFocused)
src\Framework\System\Windows\Controls\DataGridCell.cs (1)
477if (IsKeyboardFocusWithin && !IsKeyboardFocused)
src\Framework\System\Windows\Controls\Expander.cs (2)
230if (IsKeyboardFocused) 334return _expanderToggleButton?.IsKeyboardFocused ?? false;
src\Framework\System\Windows\Controls\ListBox.cs (1)
373if ((ItemsHost != null && ItemsHost.IsKeyboardFocusWithin) || IsKeyboardFocused)
src\Framework\System\Windows\Controls\ListBoxItem.cs (1)
227if (IsKeyboardFocused)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
450if (IsKeyboardFocused)
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (2)
528if (IsKeyboardFocused && !IsInMainFocusScope) 800if (IsKeyboardFocused)
src\Framework\System\Windows\Controls\Primitives\CalendarButton.cs (1)
138if (IsKeyboardFocused)
src\Framework\System\Windows\Controls\Primitives\CalendarDayButton.cs (1)
239if (IsKeyboardFocused)
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (2)
215if (!HasCapture && !IsMouseOver && CurrentSelection != null && !CurrentSelection.IsKeyboardFocused && !CurrentSelection.IsSubmenuOpen) 774wasFocused = _currentSelection.IsKeyboardFocused;
src\Framework\System\Windows\Controls\Primitives\RangeBase.cs (1)
361if (IsKeyboardFocused)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1014if (IsKeyboardFocused)
src\Framework\System\Windows\Controls\Primitives\Thumb.cs (1)
202if (IsKeyboardFocused)
src\Framework\System\Windows\Controls\RadioButton.cs (1)
261if (!IsKeyboardFocused)
src\Framework\System\Windows\Controls\StickyNote.cs (1)
616if ( innerControl.IsKeyboardFocused == false )
src\Framework\System\Windows\Controls\TabItem.cs (1)
251if (IsKeyboardFocused)
src\Framework\System\Windows\Controls\TreeView.cs (3)
380if (!_selectedContainer.IsKeyboardFocused) 782if (isKeyboardFocusWithin && IsKeyboardFocused && (_selectedContainer != null) && !_selectedContainer.IsKeyboardFocusWithin) 798if (IsKeyboardFocusWithin && IsKeyboardFocused && (_selectedContainer != null) && !_selectedContainer.IsKeyboardFocusWithin)
src\Framework\System\Windows\Controls\TreeViewItem.cs (1)
1111if (IsKeyboardFocused)
src\Framework\System\Windows\Documents\ImmComposition.cs (1)
2090if (!UiScope.IsKeyboardFocused)
src\Framework\System\Windows\Documents\Speller.cs (1)
756if (!_textEditor.UiScope.IsKeyboardFocused)
src\Framework\System\windows\Documents\TextEditorMouse.cs (1)
306if (This.UiScope.IsKeyboardFocused)
src\Framework\System\windows\Documents\TextEditorTyping.cs (3)
1077if (This.Selection.IsTableCellRange || !This.AcceptsReturn || !This.UiScope.IsKeyboardFocused) 1363if (This == null || !This._IsEnabled || This.IsReadOnly || !This.UiScope.IsKeyboardFocused) 1394if (This == null || !This._IsEnabled || This.IsReadOnly || !This.UiScope.IsKeyboardFocused)
src\Framework\System\windows\Documents\TextSelection.cs (2)
339if (uiScope.IsKeyboardFocused) 745if ((this.UiScope.IsKeyboardFocused || this.UiScope.IsFocused))
src\Framework\System\Windows\Documents\TextServicesHost.cs (1)
432if (textstore.UiScope.IsKeyboardFocused)
src\Framework\System\Windows\FrameworkElement.cs (1)
5394if (IsKeyboardFocused)
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UserInterface\FocusScopeManager.cs (1)
320if (newValue == false && element.IsKeyboardFocused)
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (1)
392result = !this.IsKeyboardFocused && this.IsKeyboardFocusWithin;