15 references to CompartmentScope
PresentationCore (15)
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\InputMethodStateTypeInfo.cs (9)
63CompartmentScope scope) 107internal CompartmentScope Scope {get{return _scope;}} 124CompartmentScope.Thread); 130CompartmentScope.Thread); 136CompartmentScope.Global); 142CompartmentScope.Global); 148CompartmentScope.Thread); 154CompartmentScope.Thread); 167private CompartmentScope _scope;
System\Windows\Input\TextServicesCompartmentContext.cs (2)
56if (iminfo.Scope == CompartmentScope.Thread) 58else if (iminfo.Scope == CompartmentScope.Global)