2 writes to _lParam
System.Speech (2)
Internal\SapiInterop\SpeechEvent.cs (2)
24
_lParam
= (ulong)lParam;
81
_lParam
= 0;
4 references to _lParam
System.Speech (4)
Internal\SapiInterop\SpeechEvent.cs (4)
59
if (
_lParam
!= 0)
63
Marshal.Release((IntPtr)
_lParam
);
69
Marshal.FreeCoTaskMem((IntPtr)
_lParam
);
141
get { return
_lParam
; }