6 references to Guid
PresentationCore (6)
System\Windows\Input\InputMethod.cs (4)
1446compartment = TextServicesCompartmentContext.Current.GetThreadCompartment(iminfo.Guid); 1448compartment = TextServicesCompartmentContext.Current.GetGlobalCompartment(iminfo.Guid); 1469compartment = TextServicesCompartmentContext.Current.GetThreadCompartment(iminfo.Guid); 1471compartment = TextServicesCompartmentContext.Current.GetGlobalCompartment(iminfo.Guid);
System\Windows\Input\TextServicesCompartmentContext.cs (2)
58return GetThreadCompartment(iminfo.Guid); 60return GetGlobalCompartment(iminfo.Guid);