2 writes to _frameDepth
WindowsBase (2)
Base\System\Windows\Threading\Dispatcher.cs (2)
2315
_frameDepth
++;
2351
_frameDepth
--;
4 references to _frameDepth
WindowsBase (4)
Base\System\Windows\Threading\Dispatcher.cs (4)
390
if(dispatcher.
_frameDepth
> 0)
2003
if(
_frameDepth
> 0)
2335
if(
_frameDepth
== 1)
2352
if(
_frameDepth
== 0)