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