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