15 references to CompartmentScope
PresentationCore (15)
System\Windows\Input\InputMethod.cs (4)
1444
if (iminfo.Scope ==
CompartmentScope
.Thread)
1446
else if (iminfo.Scope ==
CompartmentScope
.Global)
1467
if (iminfo.Scope ==
CompartmentScope
.Thread)
1469
else if (iminfo.Scope ==
CompartmentScope
.Global)
System\Windows\Input\InputMethodStateTypeInfo.cs (9)
63
CompartmentScope
scope)
107
internal
CompartmentScope
Scope {get{return _scope;}}
124
CompartmentScope
.Thread);
130
CompartmentScope
.Thread);
136
CompartmentScope
.Global);
142
CompartmentScope
.Global);
148
CompartmentScope
.Thread);
154
CompartmentScope
.Thread);
167
private
CompartmentScope
_scope;
System\Windows\Input\TextServicesCompartmentContext.cs (2)
56
if (iminfo.Scope ==
CompartmentScope
.Thread)
58
else if (iminfo.Scope ==
CompartmentScope
.Global)