1 write to _compartmentTable
PresentationCore (1)
System\Windows\Input\TextServicesCompartmentContext.cs (1)
80_compartmentTable = new Hashtable();
3 references to _compartmentTable
PresentationCore (3)
System\Windows\Input\TextServicesCompartmentContext.cs (3)
79if (_compartmentTable == null) 84compartment = _compartmentTable[guid] as TextServicesCompartment; 89_compartmentTable[guid] = compartment;