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