14 references to IsSelectedProperty
PresentationFramework (14)
System\Windows\Controls\MenuItem.cs (12)
610
menuItem.SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.TrueBox);
992
get { return (bool) GetValue(
IsSelectedProperty
); }
993
set { SetValue(
IsSelectedProperty
, BooleanBoxes.Box(value)); }
1639
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.Box(IsMouseOver));
1695
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.Box(IsMouseOver));
1792
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.FalseBox);
1836
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.TrueBox);
1850
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.TrueBox);
2514
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.TrueBox);
2551
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.FalseBox);
2618
_currentSelection?.SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.FalseBox);
2622
_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);