1 write to _globalcompartmentTable
PresentationCore (1)
System\Windows\Input\TextServicesCompartmentContext.cs (1)
106_globalcompartmentTable = new Hashtable();
3 references to _globalcompartmentTable
PresentationCore (3)
System\Windows\Input\TextServicesCompartmentContext.cs (3)
105if (_globalcompartmentTable == null) 120compartment = _globalcompartmentTable[guid] as TextServicesCompartment; 124_globalcompartmentTable[guid] = compartment;