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