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