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