15 references to CompartmentScope
PresentationCore (15)
System\Windows\Input\InputMethod.cs (4)
1459
if (iminfo.Scope ==
CompartmentScope
.Thread)
1461
else if (iminfo.Scope ==
CompartmentScope
.Global)
1482
if (iminfo.Scope ==
CompartmentScope
.Thread)
1484
else if (iminfo.Scope ==
CompartmentScope
.Global)
System\Windows\Input\InputMethodStateTypeInfo.cs (9)
74
CompartmentScope
scope)
118
internal
CompartmentScope
Scope {get{return _scope;}}
135
CompartmentScope
.Thread);
141
CompartmentScope
.Thread);
147
CompartmentScope
.Global);
153
CompartmentScope
.Global);
159
CompartmentScope
.Thread);
165
CompartmentScope
.Thread);
178
private
CompartmentScope
_scope;
System\Windows\Input\TextServicesCompartmentContext.cs (2)
64
if (iminfo.Scope ==
CompartmentScope
.Thread)
66
else if (iminfo.Scope ==
CompartmentScope
.Global)