2 references to UpdatingSelectedItem
PresentationFramework (2)
src\Framework\System\Windows\Controls\ComboBox.cs (2)
2020
get { return _cacheValid[(int)CacheBits.
UpdatingSelectedItem
]; }
2021
set { _cacheValid[(int)CacheBits.
UpdatingSelectedItem
] = value; }