8 references to IsKeyboardFocusWithinProperty
PresentationCore (3)
System\Windows\FocusWithinProperty.cs (1)
28UIElement.IsKeyboardFocusWithinProperty,
System\Windows\Generated\ContentElement.cs (1)
2296public static readonly DependencyProperty IsKeyboardFocusWithinProperty = UIElement.IsKeyboardFocusWithinProperty.AddOwner(_typeofThis);
System\Windows\Generated\UIElement3D.cs (1)
2015public static readonly DependencyProperty IsKeyboardFocusWithinProperty = UIElement.IsKeyboardFocusWithinProperty.AddOwner(_typeofThis);
PresentationFramework (4)
System\Windows\Controls\DataGridCell.cs (1)
265else if (e.Property == DataGrid.IsKeyboardFocusWithinProperty)
System\Windows\Controls\DataGridRow.cs (1)
928e.Property == DataGrid.IsKeyboardFocusWithinProperty)
System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
305e.Property == DataGrid.IsKeyboardFocusWithinProperty)
System\Windows\Controls\StickyNote.cs (1)
1482stickyNoteIsKeyboardFocusWithin.Path = new PropertyPath(UIElement.IsKeyboardFocusWithinProperty);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1558DependencyPropertyChangedEventArgs eventArgs = new DependencyPropertyChangedEventArgs(IsKeyboardFocusWithinProperty, false, true);