7 references to ITfCompositionView
WindowsBase (7)
Shared\MS\Win32\UnsafeNativeMethodsTextServices.cs (7)
2829void OnStartComposition(ITfCompositionView view, [MarshalAs(UnmanagedType.Bool)] out bool ok); 2834void OnUpdateComposition(ITfCompositionView view, ITfRange rangeNew); 2838void OnEndComposition(ITfCompositionView view); 2880void TakeOwnership(int ecWrite, ITfCompositionView view, [MarshalAs(UnmanagedType.Interface)] object /*ITfCompositionSink */ sink, 2917void TakeOwnership(int ecWrite, ITfCompositionView view, [MarshalAs(UnmanagedType.Interface)] object /*ITfCompositionSink */ sink, 2929int TerminateComposition(ITfCompositionView view); 2958unsafe int Next(int count, [Out, MarshalAs(UnmanagedType.LPArray, SizeParamIndex=2)] ITfCompositionView []compositionview, out int fetched);