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