16 references to
WindowsBase (16)
Base\System\Windows\DependentList.cs (3)
40if(this[i].IsValid()) 88if (this[i].IsValid()) 105if (runIsValid != this[i].IsValid()) // run has ended
Base\System\Windows\Freezable.cs (8)
593FreezableContextPair currentContext = contextList[i]; 1096FreezableContextPair entry = list[i]; 1338DependencyObject currentContext = (DependencyObject)list[i].Owner.Target; 1386if (oldList[i].Owner.IsAlive) 1388newList.Add(oldList[i]); 1423calledHandlers.Add(handlers[i]); 1784DependencyObject currentContext = (DependencyObject)list[i].Owner.Target; 2016FreezableContextPair context = ContextList[i];
Base\System\Windows\WeakEventManager.cs (5)
573get { return (IWeakEventListener)_list[index].Target; } 578return _list[index]; 622if (_list[i].Target == listener) 689if (_list[i].Matches(target, handler)) 830if (_list[j].Target == null)