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