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