5 references to IsSelectedProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\TabControl.cs (1)
407nextTabItem.SetCurrentValueInternal(TabItem.IsSelectedProperty, MS.Internal.KnownBoxes.BooleanBoxes.TrueBox);
src\Framework\System\Windows\Controls\TabItem.cs (4)
91get { return (bool) GetValue(IsSelectedProperty); } 92set { SetValue(IsSelectedProperty, BooleanBoxes.Box(value)); } 301SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox); 334SetCurrentValueInternal(IsSelectedProperty, BooleanBoxes.TrueBox);