1 write to _globalcompartmentTable
PresentationCore (1)
Core\CSharp\System\Windows\Input\TextServicesCompartmentContext.cs (1)
131
_globalcompartmentTable
= new Hashtable();
3 references to _globalcompartmentTable
PresentationCore (3)
Core\CSharp\System\Windows\Input\TextServicesCompartmentContext.cs (3)
130
if (
_globalcompartmentTable
== null)
145
compartment =
_globalcompartmentTable
[guid] as TextServicesCompartment;
149
_globalcompartmentTable
[guid] = compartment;