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