6 references to Scope
PresentationCore (6)
System\Windows\Input\InputMethod.cs (4)
1445if (iminfo.Scope == CompartmentScope.Thread) 1447else if (iminfo.Scope == CompartmentScope.Global) 1468if (iminfo.Scope == CompartmentScope.Thread) 1470else if (iminfo.Scope == CompartmentScope.Global)
System\Windows\Input\TextServicesCompartmentContext.cs (2)
57if (iminfo.Scope == CompartmentScope.Thread) 59else if (iminfo.Scope == CompartmentScope.Global)