11 references to ITfContext
WindowsBase (11)
Shared\MS\Win32\UnsafeNativeMethodsTextServices.cs (11)
1076void GetContext(out ITfContext context); 1260void CreateContext(int clientId, CreateContextFlags flags, [MarshalAs(UnmanagedType.Interface)] object obj, out ITfContext context, out int editCookie); 1270void Push(ITfContext context); 1284void GetTop(out ITfContext context); 1294void GetBase(out ITfContext context); 2239void GetPreservedKey(ITfContext context, ref TF_PRESERVEDKEY key, out Guid guid); 2277void SimulatePreservedKey(ITfContext context, ref Guid guid, [MarshalAs(UnmanagedType.Bool)] out bool eaten); 2528void GetContext(out ITfContext context); 2766void GetContext(out ITfContext context); 3066void OnEndEdit(ITfContext context, int ecReadOnly, ITfEditRecord editRecord); 3726void OnTransitoryExtensionUpdated(ITfContext context, int ecReadOnly, ITfRange rangeResult, ITfRange rangeComposition, [MarshalAs(UnmanagedType.Bool)] out bool fDeleteResultRange);