5 references to Count
System.Activities (5)
System\Activities\ExclusiveHandle.cs (4)
114
if ((this.ImportantBookmarks != null && this.ImportantBookmarks.
Count
!= 0) || (this.UnimportantBookmarks != null && this.UnimportantBookmarks.
Count
!= 0))
140
if ((this.ImportantBookmarks != null && this.ImportantBookmarks.
Count
!= 0) || (this.UnimportantBookmarks != null && this.UnimportantBookmarks.
Count
!= 0))
System\Activities\Runtime\BookmarkScopeManager.cs (1)
557
if ((handle.ImportantBookmarks != null && handle.ImportantBookmarks.Contains(bookmark)) && (handle.UnimportantBookmarks != null && handle.UnimportantBookmarks.
Count
!= 0))