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)
130if (_globalcompartmentTable == null) 145compartment = _globalcompartmentTable[guid] as TextServicesCompartment; 149_globalcompartmentTable[guid] = compartment;