11 references to SelectedIndexProperty
PresentationFramework (11)
src\Framework\System\Windows\Controls\ComboBox.cs (2)
773SetCurrentValueInternal(SelectedIndexProperty, matchedIndex); 1121SetCurrentValueInternal(SelectedIndexProperty, index);
src\Framework\System\Windows\Controls\Primitives\Selector.cs (8)
348get { return (int) GetValue(SelectedIndexProperty); } 349set { SetValue(SelectedIndexProperty, value); } 1147LookupEntry(SelectedIndexProperty.GlobalIndex), 1148SelectedIndexProperty, 1155CoerceValue(SelectedIndexProperty); 1731LookupEntry(SelectedIndexProperty.GlobalIndex), 1732SelectedIndexProperty, 1750SetCurrentDeferredValue(SelectedIndexProperty, new DeferredSelectedIndexReference(this));
src\Framework\System\Windows\Controls\TabControl.cs (1)
515SetCurrentValueInternal(SelectedIndexProperty, 0);