9 references to IsDefault
System.Activities (9)
System\Activities\BookmarkScope.cs (2)
181
if (this.
IsDefault
)
183
return other.
IsDefault
;
System\Activities\Runtime\BookmarkScopeManager.cs (7)
129
if (scope.
IsDefault
)
148
if (scope.
IsDefault
)
172
if (scope.
IsDefault
)
311
if (scope.
IsDefault
)
377
if (scope.
IsDefault
)
491
Fx.Assert(!scope.
IsDefault
, "Cannot unregister the default sub instance.");
592
if (bookmark.Scope.
IsDefault
)