1 write to _compartmentTable
PresentationCore (1)
Core\CSharp\System\Windows\Input\TextServicesCompartmentContext.cs (1)
101_compartmentTable = new Hashtable();
3 references to _compartmentTable
PresentationCore (3)
Core\CSharp\System\Windows\Input\TextServicesCompartmentContext.cs (3)
100if (_compartmentTable == null) 105compartment = _compartmentTable[guid] as TextServicesCompartment; 110_compartmentTable[guid] = compartment;