8 references to IsShutDown
PresentationFramework (8)
MS\Internal\Data\DataBindEngine.cs (4)
277
if (
IsShutDown
)
340
if (
IsShutDown
)
479
if (!
IsShutDown
)
525
if (
IsShutDown
)
System\Windows\Data\BindingExpressionBase.cs (2)
914
if (engine == null || engine.
IsShutDown
)
1869
if (IsReflective && !IsDetached && !Engine.
IsShutDown
)
System\Windows\Data\BindingGroup.cs (1)
1503
if (Engine.
IsShutDown
)
System\Windows\Data\CollectionView.cs (1)
83
if (!_engine.
IsShutDown
)