6 references to Scope
PresentationCore (6)
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\TextServicesCompartmentContext.cs (2)
64
if (iminfo.
Scope
== CompartmentScope.Thread)
66
else if (iminfo.
Scope
== CompartmentScope.Global)