11 references to SelectedIndexProperty
PresentationFramework (11)
System\Windows\Controls\ComboBox.cs (2)
761SetCurrentValueInternal(SelectedIndexProperty, matchedIndex); 1113SetCurrentValueInternal(SelectedIndexProperty, index);
System\Windows\Controls\Primitives\Selector.cs (8)
326get { return (int) GetValue(SelectedIndexProperty); } 327set { SetValue(SelectedIndexProperty, value); } 1118LookupEntry(SelectedIndexProperty.GlobalIndex), 1119SelectedIndexProperty, 1126CoerceValue(SelectedIndexProperty); 1700LookupEntry(SelectedIndexProperty.GlobalIndex), 1701SelectedIndexProperty, 1719SetCurrentDeferredValue(SelectedIndexProperty, new DeferredSelectedIndexReference(this));
System\Windows\Controls\TabControl.cs (1)
504SetCurrentValueInternal(SelectedIndexProperty, 0);