15 references to CompartmentScope
PresentationCore (15)
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\InputMethodStateTypeInfo.cs (9)
74CompartmentScope scope) 118internal CompartmentScope Scope {get{return _scope;}} 135CompartmentScope.Thread); 141CompartmentScope.Thread); 147CompartmentScope.Global); 153CompartmentScope.Global); 159CompartmentScope.Thread); 165CompartmentScope.Thread); 178private CompartmentScope _scope;
System\Windows\Input\TextServicesCompartmentContext.cs (2)
64if (iminfo.Scope == CompartmentScope.Thread) 66else if (iminfo.Scope == CompartmentScope.Global)