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