5 references to IsSelectedProperty
PresentationFramework (5)
System\Windows\Controls\TabControl.cs (1)
386
nextTabItem?.SetCurrentValueInternal(TabItem.
IsSelectedProperty
, MS.Internal.KnownBoxes.BooleanBoxes.TrueBox);
System\Windows\Controls\TabItem.cs (4)
83
get { return (bool) GetValue(
IsSelectedProperty
); }
84
set { SetValue(
IsSelectedProperty
, BooleanBoxes.Box(value)); }
292
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.TrueBox);
325
SetCurrentValueInternal(
IsSelectedProperty
, BooleanBoxes.TrueBox);