6 references to Guid
PresentationCore (6)
System\Windows\Input\InputMethod.cs (4)
1445compartment = TextServicesCompartmentContext.Current.GetThreadCompartment(iminfo.Guid); 1447compartment = TextServicesCompartmentContext.Current.GetGlobalCompartment(iminfo.Guid); 1468compartment = TextServicesCompartmentContext.Current.GetThreadCompartment(iminfo.Guid); 1470compartment = TextServicesCompartmentContext.Current.GetGlobalCompartment(iminfo.Guid);
System\Windows\Input\TextServicesCompartmentContext.cs (2)
57return GetThreadCompartment(iminfo.Guid); 59return GetGlobalCompartment(iminfo.Guid);