1 write to _compartmentTable
PresentationCore (1)
System\Windows\Input\TextServicesCompartmentContext.cs (1)
88_compartmentTable = new Hashtable();
3 references to _compartmentTable
PresentationCore (3)
System\Windows\Input\TextServicesCompartmentContext.cs (3)
87if (_compartmentTable == null) 92compartment = _compartmentTable[guid] as TextServicesCompartment; 97_compartmentTable[guid] = compartment;