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