11 references to SelectedIndexProperty
PresentationFramework (11)
System\Windows\Controls\ComboBox.cs (2)
761SetCurrentValueInternal(SelectedIndexProperty, matchedIndex); 1109SetCurrentValueInternal(SelectedIndexProperty, index);
System\Windows\Controls\Primitives\Selector.cs (8)
329get { return (int) GetValue(SelectedIndexProperty); } 330set { SetValue(SelectedIndexProperty, value); } 1120LookupEntry(SelectedIndexProperty.GlobalIndex), 1121SelectedIndexProperty, 1128CoerceValue(SelectedIndexProperty); 1702LookupEntry(SelectedIndexProperty.GlobalIndex), 1703SelectedIndexProperty, 1721SetCurrentDeferredValue(SelectedIndexProperty, new DeferredSelectedIndexReference(this));
System\Windows\Controls\TabControl.cs (1)
504SetCurrentValueInternal(SelectedIndexProperty, 0);