4 references to TF_PRESERVEDKEY
WindowsBase (4)
Shared\MS\Win32\UnsafeNativeMethodsTextServices.cs (4)
2239void GetPreservedKey(ITfContext context, ref TF_PRESERVEDKEY key, out Guid guid); 2245void IsPreservedKey(ref Guid guid, ref TF_PRESERVEDKEY key, [MarshalAs(UnmanagedType.Bool)] out bool registered); 2253void PreserveKey(int clientId, ref Guid guid, ref TF_PRESERVEDKEY key, 2259void UnpreserveKey(ref Guid guid, ref TF_PRESERVEDKEY key);