14 references to IsSelectedProperty
PresentationFramework (14)
System\Windows\Controls\MenuItem.cs (12)
610menuItem.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox); 992get { return (bool) GetValue(IsSelectedProperty); } 993set { SetValue(IsSelectedProperty, BooleanBoxes.Box(value)); } 1639SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.Box(IsMouseOver)); 1695SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.Box(IsMouseOver)); 1792SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox); 1836SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox); 1850SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox); 2514SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox); 2551SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox); 2618_currentSelection?.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox); 2622_currentSelection?.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox);
System\Windows\Controls\Primitives\MenuBase.cs (2)
755_currentSelection.SetCurrentValueInternal(MenuItem.IsSelectedProperty, BooleanBoxes.FalseBox); 761_currentSelection.SetCurrentValueInternal(MenuItem.IsSelectedProperty, BooleanBoxes.TrueBox);