14 references to IsSelectedProperty
PresentationFramework (14)
src\Framework\System\Windows\Controls\MenuItem.cs (12)
615menuItem.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox); 991get { return (bool) GetValue(IsSelectedProperty); } 992set { SetValue(IsSelectedProperty, BooleanBoxes.Box(value)); } 1689SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.Box(IsMouseOver)); 1745SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.Box(IsMouseOver)); 1842SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox); 1889SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox); 1903SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox); 2586SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox); 2623SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox); 2692_currentSelection.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox); 2699_currentSelection.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox);
src\Framework\System\Windows\Controls\Primitives\MenuBase.cs (2)
775_currentSelection.SetCurrentValueInternal(MenuItem.IsSelectedProperty, BooleanBoxes.FalseBox); 781_currentSelection.SetCurrentValueInternal(MenuItem.IsSelectedProperty, BooleanBoxes.TrueBox);