8 references to IsShutDown
PresentationFramework (8)
MS\Internal\Data\DataBindEngine.cs (4)
268
if (
IsShutDown
)
331
if (
IsShutDown
)
470
if (!
IsShutDown
)
516
if (
IsShutDown
)
System\Windows\Data\BindingExpressionBase.cs (2)
905
if (engine == null || engine.
IsShutDown
)
1859
if (IsReflective && !IsDetached && !Engine.
IsShutDown
)
System\Windows\Data\BindingGroup.cs (1)
1476
if (Engine.
IsShutDown
)
System\Windows\Data\CollectionView.cs (1)
78
if (!_engine.
IsShutDown
)