6 references to Guid
PresentationCore (6)
System\Windows\Input\InputMethod.cs (4)
1460compartment = TextServicesCompartmentContext.Current.GetThreadCompartment(iminfo.Guid); 1462compartment = TextServicesCompartmentContext.Current.GetGlobalCompartment(iminfo.Guid); 1483compartment = TextServicesCompartmentContext.Current.GetThreadCompartment(iminfo.Guid); 1485compartment = TextServicesCompartmentContext.Current.GetGlobalCompartment(iminfo.Guid);
System\Windows\Input\TextServicesCompartmentContext.cs (2)
65return GetThreadCompartment(iminfo.Guid); 67return GetGlobalCompartment(iminfo.Guid);