6 references to Scope
PresentationCore (6)
System\Windows\Input\InputMethod.cs (4)
1459if (iminfo.Scope == CompartmentScope.Thread) 1461else if (iminfo.Scope == CompartmentScope.Global) 1482if (iminfo.Scope == CompartmentScope.Thread) 1484else if (iminfo.Scope == CompartmentScope.Global)
System\Windows\Input\TextServicesCompartmentContext.cs (2)
64if (iminfo.Scope == CompartmentScope.Thread) 66else if (iminfo.Scope == CompartmentScope.Global)