1 write to _globalcompartmentTable
PresentationCore (1)
System\Windows\Input\TextServicesCompartmentContext.cs (1)
114
_globalcompartmentTable
= new Hashtable();
3 references to _globalcompartmentTable
PresentationCore (3)
System\Windows\Input\TextServicesCompartmentContext.cs (3)
113
if (
_globalcompartmentTable
== null)
128
compartment =
_globalcompartmentTable
[guid] as TextServicesCompartment;
132
_globalcompartmentTable
[guid] = compartment;