5 references to IsSelectedProperty
PresentationFramework (5)
System\Windows\Controls\TabControl.cs (1)
406
nextTabItem.SetCurrentValueInternal(TabItem.
IsSelectedProperty
, MS.Internal.KnownBoxes.BooleanBoxes.TrueBox);
System\Windows\Controls\TabItem.cs (4)
90
get { return (bool) GetValue(
IsSelectedProperty
); }
91
set { SetValue(
IsSelectedProperty
, BooleanBoxes.Box(value)); }
300
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.TrueBox);
333
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.TrueBox);