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