- I:
Ais connected toInnerbecauseInneris notOnlyDirectBinding. - II/III: Both variables are bound explicitly.
- IV:
AignoresInnerbecauseInnerisOnlyDirectBinding. - V/VI: Both variables are bound explicitly.
- VII/IX: There is no matching dynamic variable space. Both variables are not bound.
- VIII: The variable is explicitly bound to
World. - I and II share the same value.
- III, IV and VI share the same value.