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