8 references to IsShutDown
PresentationFramework (8)
src\Framework\MS\Internal\Data\DataBindEngine.cs (4)
285
if (
IsShutDown
)
348
if (
IsShutDown
)
486
if (!
IsShutDown
)
532
if (
IsShutDown
)
src\Framework\System\Windows\Data\BindingExpressionBase.cs (2)
920
if (engine == null || engine.
IsShutDown
)
1860
if (IsReflective && !IsDetached && !Engine.
IsShutDown
)
src\Framework\System\Windows\Data\BindingGroup.cs (1)
1505
if (Engine.
IsShutDown
)
src\Framework\System\Windows\Data\CollectionView.cs (1)
90
if (!_engine.
IsShutDown
)