1 write to _isDispatcherShutdownFinished
PresentationFramework (1)
System\Windows\Documents\TextServicesHost.cs (1)
279_isDispatcherShutdownFinished = true;
4 references to _isDispatcherShutdownFinished
PresentationFramework (4)
System\Windows\Documents\TextServicesHost.cs (4)
80if (!_isDispatcherShutdownFinished) 254if (_isDispatcherShutdownFinished && (_registeredtextstorecount == 0)) 266Debug.Assert(!_isDispatcherShutdownFinished, "Was this dispather finished???"); 299Debug.Assert(!_isDispatcherShutdownFinished, "Was this dispather finished?");