9 references to ExclusiveHandle
System.Activities (9)
System\Activities\Runtime\BookmarkManager.cs (4)
116
List<
ExclusiveHandle
> handles = owningInstance.PropertyManager.FindAll<
ExclusiveHandle
>();
125
ExclusiveHandle
handle = handles[i];
322
ExclusiveHandle
handle = bookmark.ExclusiveHandles[i];
System\Activities\Runtime\BookmarkScopeManager.cs (1)
555
ExclusiveHandle
handle = bookmark.ExclusiveHandles[i];
System\Activities\Runtime\ExclusiveHandleList.cs (2)
15
class ExclusiveHandleList : HybridCollection<
ExclusiveHandle
>
20
internal bool Contains(
ExclusiveHandle
handle)
System\Activities\Runtime\ExecutionPropertyManager.cs (2)
239
if (property is
ExclusiveHandle
)
389
if (executionProperty.Property is
ExclusiveHandle
)