13 references to scopes
System.Data (13)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UserInterface\FocusScopeManager.cs (13)
338for (int curScopeIndex = startIndex; curScopeIndex < this.scopes.Count; curScopeIndex++) 340WeakReference curRef = this.scopes[curScopeIndex]; 363for (int curScopeIndex = priorityStartIndex; curScopeIndex < this.scopes.Count; curScopeIndex++) 365WeakReference curRef = this.scopes[curScopeIndex]; 386for (int curRefIndex = this.scopes.Count - 1; curRefIndex >= 0; curRefIndex--) 388if (!this.scopes[curRefIndex].IsAlive) 390this.scopes.RemoveAt(curRefIndex); 400for (; startIndex < this.scopes.Count; startIndex++) 402WeakReference curRef = this.scopes[startIndex]; 421this.scopes.Insert(index, new WeakReference(scope)); 426for (int curScopeIndex = this.scopes.Count - 1; curScopeIndex >= 0; curScopeIndex--) 428WeakReference curRef = this.scopes[curScopeIndex]; 431this.scopes.RemoveAt(curScopeIndex);