2 references to TS_SELECTION_ACP
WindowsBase (2)
Shared\MS\Win32\UnsafeNativeMethodsTextServices.cs (2)
1859
void GetSelection(int index, int count, [Out, MarshalAs(UnmanagedType.LPArray, SizeParamIndex=1)]
TS_SELECTION_ACP
[]selection, out int fetched);
1864
void SetSelection(int count, [In, MarshalAs(UnmanagedType.LPArray, SizeParamIndex=0)]
TS_SELECTION_ACP
[]selection);