1 instantiation of SPPHRASEELEMENT
System.Speech (1)
Internal\SapiInterop\SapiRecoInterop.cs (1)
462elements[i] = new SPPHRASEELEMENT
4 references to SPPHRASEELEMENT
System.Speech (4)
Internal\SapiInterop\SapiRecoInterop.cs (4)
450SPPHRASEELEMENT[] elements = new SPPHRASEELEMENT[words.Length]; 453int size = Marshal.SizeOf<SPPHRASEELEMENT>(); 499Marshal.StructureToPtr<SPPHRASEELEMENT>(elements[i], new IntPtr((long)coMem + size * i), false);