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