1 write to _isDispatcherShutdownFinished
PresentationFramework (1)
src\Framework\System\Windows\Documents\TextServicesHost.cs (1)
355_isDispatcherShutdownFinished = true;
4 references to _isDispatcherShutdownFinished
PresentationFramework (4)
src\Framework\System\Windows\Documents\TextServicesHost.cs (4)
104if (!_isDispatcherShutdownFinished) 326if (_isDispatcherShutdownFinished && (_registeredtextstorecount == 0)) 342Debug.Assert(_isDispatcherShutdownFinished == false, "Was this dispather finished???"); 379Debug.Assert(_isDispatcherShutdownFinished == false, "Was this dispather finished?");