11 references to SelectedIndexProperty
PresentationFramework (11)
System\Windows\Controls\ComboBox.cs (2)
761
SetCurrentValueInternal(
SelectedIndexProperty
, matchedIndex);
1113
SetCurrentValueInternal(
SelectedIndexProperty
, index);
System\Windows\Controls\Primitives\Selector.cs (8)
326
get { return (int) GetValue(
SelectedIndexProperty
); }
327
set { SetValue(
SelectedIndexProperty
, value); }
1118
LookupEntry(
SelectedIndexProperty
.GlobalIndex),
1119
SelectedIndexProperty
,
1126
CoerceValue(
SelectedIndexProperty
);
1700
LookupEntry(
SelectedIndexProperty
.GlobalIndex),
1701
SelectedIndexProperty
,
1719
SetCurrentDeferredValue(
SelectedIndexProperty
, new DeferredSelectedIndexReference(this));
System\Windows\Controls\TabControl.cs (1)
504
SetCurrentValueInternal(
SelectedIndexProperty
, 0);