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)
87
if (
_compartmentTable
== null)
92
compartment =
_compartmentTable
[guid] as TextServicesCompartment;
97
_compartmentTable
[guid] = compartment;