8 references to IsKeyboardFocusWithinProperty
PresentationCore (3)
System\Windows\FocusWithinProperty.cs (1)
30UIElement.IsKeyboardFocusWithinProperty,
System\Windows\Generated\ContentElement.cs (1)
2302public static readonly DependencyProperty IsKeyboardFocusWithinProperty = UIElement.IsKeyboardFocusWithinProperty.AddOwner(_typeofThis);
System\Windows\Generated\UIElement3D.cs (1)
2023public static readonly DependencyProperty IsKeyboardFocusWithinProperty = UIElement.IsKeyboardFocusWithinProperty.AddOwner(_typeofThis);
PresentationFramework (4)
System\Windows\Controls\DataGridCell.cs (1)
272else if (e.Property == DataGrid.IsKeyboardFocusWithinProperty)
System\Windows\Controls\DataGridRow.cs (1)
932e.Property == DataGrid.IsKeyboardFocusWithinProperty)
System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
310e.Property == DataGrid.IsKeyboardFocusWithinProperty)
System\Windows\Controls\StickyNote.cs (1)
1498stickyNoteIsKeyboardFocusWithin.Path = new PropertyPath(UIElement.IsKeyboardFocusWithinProperty);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1561DependencyPropertyChangedEventArgs eventArgs = new DependencyPropertyChangedEventArgs(IsKeyboardFocusWithinProperty, false, true);