1 instantiation of SPTEXTSELECTIONINFO
System.Speech (1)
Recognition\RecognizerBase.cs (1)
303SPTEXTSELECTIONINFO selectionInfo = new(0, 0, (uint)precedingText.Length, 0);
5 references to SPTEXTSELECTIONINFO
System.Speech (5)
Internal\SapiInterop\SapiGrammar.cs (2)
37internal void SetWordSequenceData(string text, SPTEXTSELECTIONINFO info) 39SPTEXTSELECTIONINFO selectionInfo = info;
Internal\SapiInterop\SapiRecoInterop.cs (2)
732void SetWordSequenceData([MarshalAs(UnmanagedType.LPWStr)] string pText, uint cchText, ref SPTEXTSELECTIONINFO pInfo); 733void SetTextSelection(ref SPTEXTSELECTIONINFO pInfo);
Recognition\RecognizerBase.cs (1)
303SPTEXTSELECTIONINFO selectionInfo = new(0, 0, (uint)precedingText.Length, 0);