14 references to IsSelectedProperty
PresentationFramework (14)
System\Windows\Controls\MenuItem.cs (12)
620menuItem.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox); 1005get { return (bool) GetValue(IsSelectedProperty); } 1006set { SetValue(IsSelectedProperty, BooleanBoxes.Box(value)); } 1653SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.Box(IsMouseOver)); 1709SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.Box(IsMouseOver)); 1806SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox); 1853SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox); 1867SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox); 2529SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox); 2566SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox); 2635_currentSelection.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.FalseBox); 2642_currentSelection.SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox);
System\Windows\Controls\Primitives\MenuBase.cs (2)
764_currentSelection.SetCurrentValueInternal(MenuItem.IsSelectedProperty, BooleanBoxes.FalseBox); 770_currentSelection.SetCurrentValueInternal(MenuItem.IsSelectedProperty, BooleanBoxes.TrueBox);