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
);
2670
if ((
_eventInterest
& interest) != interest)
2673
SapiContext.SetInterest(
_eventInterest
,
_eventInterest
);
2679
if ((
_eventInterest
& interest) != 0)
2682
SapiContext.SetInterest(
_eventInterest
,
_eventInterest
);