13 references to IsNamed
System.Activities (13)
System\Activities\ActivityUtilities.cs (1)
1090
if (bookmark.
IsNamed
)
System\Activities\Bookmark.cs (7)
106
if (this.
IsNamed
)
121
Fx.Assert(!this.
IsNamed
, "We should only get the id for unnamed bookmarks.");
147
Fx.Assert(this.
IsNamed
, "Can only generate BookmarkInfo for external bookmarks");
166
if (this.
IsNamed
)
168
return other.
IsNamed
&& this.externalName == other.externalName;
183
if (this.
IsNamed
)
195
if (this.
IsNamed
)
System\Activities\Runtime\BookmarkManager.cs (1)
253
if (bookmarkEntry.Key.
IsNamed
)
System\Activities\Statements\TimerTable.cs (3)
385
if (x.Bookmark.
IsNamed
)
387
if (y.Bookmark.
IsNamed
)
398
if (y.Bookmark.
IsNamed
)
System\Activities\Tracking\BookmarkResumptionRecord.cs (1)
29
if (bookmark.
IsNamed
)