13 references to SelectedIndexProperty
Microsoft.VisualStudio.LanguageServices.Implementation (2)
Options\AbstractOptionPageControl.cs (2)
171
var bindingExpression = comboBox.SetBinding(ComboBox.
SelectedIndexProperty
, binding);
190
var bindingExpression = comboBox.SetBinding(ComboBox.
SelectedIndexProperty
, binding);
PresentationFramework (11)
System\Windows\Controls\ComboBox.cs (2)
749
SetCurrentValueInternal(
SelectedIndexProperty
, matchedIndex);
1101
SetCurrentValueInternal(
SelectedIndexProperty
, index);
System\Windows\Controls\Primitives\Selector.cs (8)
325
get { return (int) GetValue(
SelectedIndexProperty
); }
326
set { SetValue(
SelectedIndexProperty
, value); }
1116
LookupEntry(
SelectedIndexProperty
.GlobalIndex),
1117
SelectedIndexProperty
,
1124
CoerceValue(
SelectedIndexProperty
);
1698
LookupEntry(
SelectedIndexProperty
.GlobalIndex),
1699
SelectedIndexProperty
,
1717
SetCurrentDeferredValue(
SelectedIndexProperty
, new DeferredSelectedIndexReference(this));
System\Windows\Controls\TabControl.cs (1)
494
SetCurrentValueInternal(
SelectedIndexProperty
, 0);