14 references to IsSelectedProperty
PresentationFramework (14)
System\Windows\Controls\MenuItem.cs (12)
610menuItem.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox); 995get { return (bool) GetValue(IsSelectedProperty); } 996set { SetValue(IsSelectedProperty, BooleanBoxes.Box(value)); } 1643SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.Box(IsMouseOver)); 1699SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.Box(IsMouseOver)); 1796SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox); 1843SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox); 1857SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox); 2521SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox); 2558SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox); 2627_currentSelection.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox); 2634_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);