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