11 references to SelectedIndexProperty
PresentationFramework (11)
System\Windows\Controls\ComboBox.cs (2)
761
SetCurrentValueInternal(
SelectedIndexProperty
, matchedIndex);
1109
SetCurrentValueInternal(
SelectedIndexProperty
, index);
System\Windows\Controls\Primitives\Selector.cs (8)
329
get { return (int) GetValue(
SelectedIndexProperty
); }
330
set { SetValue(
SelectedIndexProperty
, value); }
1120
LookupEntry(
SelectedIndexProperty
.GlobalIndex),
1121
SelectedIndexProperty
,
1128
CoerceValue(
SelectedIndexProperty
);
1702
LookupEntry(
SelectedIndexProperty
.GlobalIndex),
1703
SelectedIndexProperty
,
1721
SetCurrentDeferredValue(
SelectedIndexProperty
, new DeferredSelectedIndexReference(this));
System\Windows\Controls\TabControl.cs (1)
504
SetCurrentValueInternal(
SelectedIndexProperty
, 0);