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