6 references to Scope
PresentationCore (6)
Core\CSharp\System\Windows\Input\InputMethod.cs (4)
1574if (iminfo.Scope == CompartmentScope.Thread) 1576else if (iminfo.Scope == CompartmentScope.Global) 1602if (iminfo.Scope == CompartmentScope.Thread) 1604else if (iminfo.Scope == CompartmentScope.Global)
Core\CSharp\System\Windows\Input\TextServicesCompartmentContext.cs (2)
73if (iminfo.Scope == CompartmentScope.Thread) 75else if (iminfo.Scope == CompartmentScope.Global)