14 references to IsSelectedProperty
PresentationFramework (14)
System\Windows\Controls\MenuItem.cs (12)
609menuItem.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox); 991get { return (bool) GetValue(IsSelectedProperty); } 992set { SetValue(IsSelectedProperty, BooleanBoxes.Box(value)); } 1638SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.Box(IsMouseOver)); 1694SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.Box(IsMouseOver)); 1791SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox); 1835SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox); 1849SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox); 2513SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox); 2550SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox); 2617_currentSelection?.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox); 2621_currentSelection?.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox);
System\Windows\Controls\Primitives\MenuBase.cs (2)
754_currentSelection.SetCurrentValueInternal(MenuItem.IsSelectedProperty, BooleanBoxes.FalseBox); 760_currentSelection.SetCurrentValueInternal(MenuItem.IsSelectedProperty, BooleanBoxes.TrueBox);