6 references to Scope
PresentationCore (6)
System\Windows\Input\InputMethod.cs (4)
1444if (iminfo.Scope == CompartmentScope.Thread) 1446else if (iminfo.Scope == CompartmentScope.Global) 1467if (iminfo.Scope == CompartmentScope.Thread) 1469else if (iminfo.Scope == CompartmentScope.Global)
System\Windows\Input\TextServicesCompartmentContext.cs (2)
56if (iminfo.Scope == CompartmentScope.Thread) 58else if (iminfo.Scope == CompartmentScope.Global)