3 references to InternalSelectedIndex
PresentationFramework (3)
src\Framework\System\Windows\Controls\ComboBox.cs (2)
1532int selectedIndex = InternalSelectedIndex; 1548int selectedIndex = InternalSelectedIndex;
src\Framework\System\Windows\Controls\DeferredSelectedIndexReference.cs (1)
46return _selector.InternalSelectedIndex;