1 write to _isDispatcherShutdownFinished
PresentationFramework (1)
System\Windows\Documents\TextServicesHost.cs (1)
302_isDispatcherShutdownFinished = true;
4 references to _isDispatcherShutdownFinished
PresentationFramework (4)
System\Windows\Documents\TextServicesHost.cs (4)
89if (!_isDispatcherShutdownFinished) 277if (_isDispatcherShutdownFinished && (_registeredtextstorecount == 0)) 289Debug.Assert(_isDispatcherShutdownFinished == false, "Was this dispather finished???"); 322Debug.Assert(_isDispatcherShutdownFinished == false, "Was this dispather finished?");