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