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