8 references to IsShutDown
PresentationFramework (8)
MS\Internal\Data\DataBindEngine.cs (4)
269
if (
IsShutDown
)
332
if (
IsShutDown
)
471
if (!
IsShutDown
)
517
if (
IsShutDown
)
System\Windows\Data\BindingExpressionBase.cs (2)
906
if (engine == null || engine.
IsShutDown
)
1861
if (IsReflective && !IsDetached && !Engine.
IsShutDown
)
System\Windows\Data\BindingGroup.cs (1)
1498
if (Engine.
IsShutDown
)
System\Windows\Data\CollectionView.cs (1)
79
if (!_engine.
IsShutDown
)