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