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