Method GetRootContext
GetRootContext()
Gets the first SequenceContext in the breadcrumbs.
Declaration
public SequenceContext GetRootContext()
Returns
Type | Description |
---|---|
SequenceContext | The first SequenceContext in the breadcrumbs. |
Remarks
Equivalent to TimelineNavigator.GetBreadCrumbs().First()
Exceptions
Type | Condition |
---|---|
InvalidOperationException | The Window associated to this instance has been destroyed. |