1 write to _isDispatcherShutdownFinished
PresentationFramework (1)
System\Windows\Documents\TextServicesHost.cs (1)
283_isDispatcherShutdownFinished = true;
4 references to _isDispatcherShutdownFinished
PresentationFramework (4)
System\Windows\Documents\TextServicesHost.cs (4)
81if (!_isDispatcherShutdownFinished) 258if (_isDispatcherShutdownFinished && (_registeredtextstorecount == 0)) 270Debug.Assert(_isDispatcherShutdownFinished == false, "Was this dispather finished???"); 303Debug.Assert(_isDispatcherShutdownFinished == false, "Was this dispather finished?");