5 references to IsSelectedProperty
PresentationFramework (5)
System\Windows\Controls\TabControl.cs (1)
387nextTabItem?.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)); } 293SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox); 326SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox);