14 references to IsSelectedProperty
PresentationFramework (14)
System\Windows\Controls\MenuItem.cs (12)
620
menuItem.SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.TrueBox);
1005
get { return (bool) GetValue(
IsSelectedProperty
); }
1006
set { SetValue(
IsSelectedProperty
, BooleanBoxes.Box(value)); }
1653
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.Box(IsMouseOver));
1709
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.Box(IsMouseOver));
1806
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.FalseBox);
1853
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.TrueBox);
1867
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.TrueBox);
2529
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.TrueBox);
2566
SetCurrentValueInternal(
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);