11 references to SelectedIndexProperty
PresentationFramework (11)
System\Windows\Controls\ComboBox.cs (2)
771SetCurrentValueInternal(SelectedIndexProperty, matchedIndex); 1119SetCurrentValueInternal(SelectedIndexProperty, index);
System\Windows\Controls\Primitives\Selector.cs (8)
338get { return (int) GetValue(SelectedIndexProperty); } 339set { SetValue(SelectedIndexProperty, value); } 1129LookupEntry(SelectedIndexProperty.GlobalIndex), 1130SelectedIndexProperty, 1137CoerceValue(SelectedIndexProperty); 1711LookupEntry(SelectedIndexProperty.GlobalIndex), 1712SelectedIndexProperty, 1730SetCurrentDeferredValue(SelectedIndexProperty, new DeferredSelectedIndexReference(this));
System\Windows\Controls\TabControl.cs (1)
514SetCurrentValueInternal(SelectedIndexProperty, 0);