11 references to SelectedIndexProperty
PresentationFramework (11)
System\Windows\Controls\ComboBox.cs (2)
752SetCurrentValueInternal(SelectedIndexProperty, matchedIndex); 1104SetCurrentValueInternal(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);