14 references to IsSelectedProperty
PresentationFramework (14)
src\Framework\System\Windows\Controls\MenuItem.cs (12)
615
menuItem.SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.TrueBox);
991
get { return (bool) GetValue(
IsSelectedProperty
); }
992
set { SetValue(
IsSelectedProperty
, BooleanBoxes.Box(value)); }
1689
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.Box(IsMouseOver));
1745
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.Box(IsMouseOver));
1842
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.FalseBox);
1889
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.TrueBox);
1903
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.TrueBox);
2586
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.TrueBox);
2623
SetCurrentValueInternal(
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);