1 write to _globalcompartmentTable
PresentationCore (1)
System\Windows\Input\TextServicesCompartmentContext.cs (1)
114_globalcompartmentTable = new Hashtable();
3 references to _globalcompartmentTable
PresentationCore (3)
System\Windows\Input\TextServicesCompartmentContext.cs (3)
113if (_globalcompartmentTable == null) 128compartment = _globalcompartmentTable[guid] as TextServicesCompartment; 132_globalcompartmentTable[guid] = compartment;