4 references to _enterThreadModal
WindowsBase (4)
Base\System\Windows\Interop\ComponentDispatcherThread.cs (4)
66
if(null !=
_enterThreadModal
)
67
_enterThreadModal
(null, EventArgs.Empty);
265
_enterThreadModal
+= value;
270
_enterThreadModal
-= value;