15 references to CompartmentScope
PresentationCore (15)
System\Windows\Input\InputMethod.cs (4)
1445
if (iminfo.Scope ==
CompartmentScope
.Thread)
1447
else if (iminfo.Scope ==
CompartmentScope
.Global)
1468
if (iminfo.Scope ==
CompartmentScope
.Thread)
1470
else if (iminfo.Scope ==
CompartmentScope
.Global)
System\Windows\Input\InputMethodStateTypeInfo.cs (9)
64
CompartmentScope
scope)
108
internal
CompartmentScope
Scope {get{return _scope;}}
125
CompartmentScope
.Thread);
131
CompartmentScope
.Thread);
137
CompartmentScope
.Global);
143
CompartmentScope
.Global);
149
CompartmentScope
.Thread);
155
CompartmentScope
.Thread);
168
private
CompartmentScope
_scope;
System\Windows\Input\TextServicesCompartmentContext.cs (2)
57
if (iminfo.Scope ==
CompartmentScope
.Thread)
59
else if (iminfo.Scope ==
CompartmentScope
.Global)