8 references to IsShutDown
PresentationFramework (8)
MS\Internal\Data\DataBindEngine.cs (4)
265
if (
IsShutDown
)
328
if (
IsShutDown
)
467
if (!
IsShutDown
)
513
if (
IsShutDown
)
System\Windows\Data\BindingExpressionBase.cs (2)
905
if (engine == null || engine.
IsShutDown
)
1853
if (IsReflective && !IsDetached && !Engine.
IsShutDown
)
System\Windows\Data\BindingGroup.cs (1)
1470
if (Engine.
IsShutDown
)
System\Windows\Data\CollectionView.cs (1)
78
if (!_engine.
IsShutDown
)