9 writes to _actions
System.Speech (9)
Internal\Synthesis\EngineSite.cs (9)
77
_actions
|= SPVESACTIONS.SPVES_ABORT;
93
_actions
|= SPVESACTIONS.SPVES_ABORT;
143
_actions
&= ~SPVESACTIONS.SPVES_RATE;
155
_actions
&= ~SPVESACTIONS.SPVES_VOLUME;
191
_actions
|= SPVESACTIONS.SPVES_ABORT;
229
_actions
|= SPVESACTIONS.SPVES_RATE;
245
_actions
|= SPVESACTIONS.SPVES_VOLUME;
266
_actions
= SPVESACTIONS.SPVES_ABORT;
274
_actions
= SPVESACTIONS.SPVES_RATE | SPVESACTIONS.SPVES_VOLUME;
1 reference to _actions
System.Speech (1)
Internal\Synthesis\EngineSite.cs (1)
132
return (int)
_actions
;