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)
106
if (
_globalcompartmentTable
== null)
121
compartment =
_globalcompartmentTable
[guid] as TextServicesCompartment;
125
_globalcompartmentTable
[guid] = compartment;