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)
104
if (!
_isDispatcherShutdownFinished
)
326
if (
_isDispatcherShutdownFinished
&& (_registeredtextstorecount == 0))
342
Debug.Assert(
_isDispatcherShutdownFinished
== false, "Was this dispather finished???");
379
Debug.Assert(
_isDispatcherShutdownFinished
== false, "Was this dispather finished?");