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