3 writes to _eventInterest
System.Speech (3)
Recognition\RecognizerBase.cs (3)
498_eventInterest = (1ul << (int)SPEVENTENUM.SPEI_RESERVED1) | 2672_eventInterest |= interest; 2681_eventInterest &= ~interest;
8 references to _eventInterest
System.Speech (8)
Recognition\RecognizerBase.cs (8)
507_sapiContext.SetInterest(_eventInterest, _eventInterest); 2670if ((_eventInterest & interest) != interest) 2673SapiContext.SetInterest(_eventInterest, _eventInterest); 2679if ((_eventInterest & interest) != 0) 2682SapiContext.SetInterest(_eventInterest, _eventInterest);