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