11 references to SelectedIndexProperty
PresentationFramework (11)
src\Framework\System\Windows\Controls\ComboBox.cs (2)
773
SetCurrentValueInternal(
SelectedIndexProperty
, matchedIndex);
1121
SetCurrentValueInternal(
SelectedIndexProperty
, index);
src\Framework\System\Windows\Controls\Primitives\Selector.cs (8)
348
get { return (int) GetValue(
SelectedIndexProperty
); }
349
set { SetValue(
SelectedIndexProperty
, value); }
1147
LookupEntry(
SelectedIndexProperty
.GlobalIndex),
1148
SelectedIndexProperty
,
1155
CoerceValue(
SelectedIndexProperty
);
1731
LookupEntry(
SelectedIndexProperty
.GlobalIndex),
1732
SelectedIndexProperty
,
1750
SetCurrentDeferredValue(
SelectedIndexProperty
, new DeferredSelectedIndexReference(this));
src\Framework\System\Windows\Controls\TabControl.cs (1)
515
SetCurrentValueInternal(
SelectedIndexProperty
, 0);