2 writes to _registeredtextstorecount
PresentationFramework (2)
System\Windows\Documents\TextServicesHost.cs (2)
248_registeredtextstorecount--; 354_registeredtextstorecount++;
4 references to _registeredtextstorecount
PresentationFramework (4)
System\Windows\Documents\TextServicesHost.cs (4)
247Debug.Assert(_registeredtextstorecount > 0, "Overrelease TextStore!"); 254if (_isDispatcherShutdownFinished && (_registeredtextstorecount == 0)) 272if (_registeredtextstorecount == 0) 300Debug.Assert(_registeredtextstorecount == 0, "TextStore was registered without ThreadMgr?");