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