15 references to CompartmentScope
PresentationCore (15)
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\InputMethodStateTypeInfo.cs (9)
64CompartmentScope scope) 108internal CompartmentScope Scope {get{return _scope;}} 125CompartmentScope.Thread); 131CompartmentScope.Thread); 137CompartmentScope.Global); 143CompartmentScope.Global); 149CompartmentScope.Thread); 155CompartmentScope.Thread); 168private CompartmentScope _scope;
System\Windows\Input\TextServicesCompartmentContext.cs (2)
57if (iminfo.Scope == CompartmentScope.Thread) 59else if (iminfo.Scope == CompartmentScope.Global)