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