11 references to SelectedIndexProperty
PresentationFramework (11)
System\Windows\Controls\ComboBox.cs (2)
753SetCurrentValueInternal(SelectedIndexProperty, matchedIndex); 1105SetCurrentValueInternal(SelectedIndexProperty, index);
System\Windows\Controls\Primitives\Selector.cs (8)
326get { return (int) GetValue(SelectedIndexProperty); } 327set { SetValue(SelectedIndexProperty, value); } 1117LookupEntry(SelectedIndexProperty.GlobalIndex), 1118SelectedIndexProperty, 1125CoerceValue(SelectedIndexProperty); 1699LookupEntry(SelectedIndexProperty.GlobalIndex), 1700SelectedIndexProperty, 1718SetCurrentDeferredValue(SelectedIndexProperty, new DeferredSelectedIndexReference(this));
System\Windows\Controls\TabControl.cs (1)
495SetCurrentValueInternal(SelectedIndexProperty, 0);