14 references to IsSelectedProperty
PresentationFramework (14)
System\Windows\Controls\MenuItem.cs (12)
609
menuItem.SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.TrueBox);
991
get { return (bool) GetValue(
IsSelectedProperty
); }
992
set { SetValue(
IsSelectedProperty
, BooleanBoxes.Box(value)); }
1638
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.Box(IsMouseOver));
1694
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.Box(IsMouseOver));
1791
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.FalseBox);
1835
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.TrueBox);
1849
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.TrueBox);
2513
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.TrueBox);
2550
SetCurrentValueInternal(
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);