1 write to _ancestryChain
Microsoft.Maui.Controls (1)
BindingExpression.cs (1)
457 _ancestryChain = new List<WeakReference<Element>>();
10 references to _ancestryChain
Microsoft.Maui.Controls (10)
BindingExpression.cs (10)
466 _ancestryChain.Add(new WeakReference<Element>(elem)); 472 if (_ancestryChain == null || _ancestryChain.Count == 0) 474 int count = _ancestryChain.Count; 478 var weakElement = _ancestryChain.Last(); 485 _ancestryChain.RemoveAt(_ancestryChain.Count - 1); 493 for (int i = 0; i < _ancestryChain.Count; i++) 495 WeakReference<Element> weak = _ancestryChain[i]; 549 if (index + 1 < _ancestryChain.Count)