7 references to IsCanceledOrShuttingDown
PresentationFramework (7)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (7)
131
Debug.Assert(!_isInAsynchronousOperation && !
IsCanceledOrShuttingDown
);
259
if (
IsCanceledOrShuttingDown
)
369
if (
IsCanceledOrShuttingDown
)
381
if (!
IsCanceledOrShuttingDown
)
490
if (
IsCanceledOrShuttingDown
)
523
if (
IsCanceledOrShuttingDown
)
941
if (!
IsCanceledOrShuttingDown
)