15 references to CompartmentScope
PresentationCore (15)
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\InputMethodStateTypeInfo.cs (9)
78CompartmentScope scope) 122internal CompartmentScope Scope {get{return _scope;}} 139CompartmentScope.Thread); 145CompartmentScope.Thread); 151CompartmentScope.Global); 157CompartmentScope.Global); 163CompartmentScope.Thread); 169CompartmentScope.Thread); 182private CompartmentScope _scope;
Core\CSharp\System\Windows\Input\TextServicesCompartmentContext.cs (2)
73if (iminfo.Scope == CompartmentScope.Thread) 75else if (iminfo.Scope == CompartmentScope.Global)