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