1 write to _ancestryChain
Microsoft.Maui.Controls (1)
TypedBinding.cs (1)
352
_ancestryChain
= new List<WeakReference<Element>>();
10 references to _ancestryChain
Microsoft.Maui.Controls (10)
TypedBinding.cs (10)
361
_ancestryChain
.Add(new WeakReference<Element>(elem));
367
if (
_ancestryChain
== null ||
_ancestryChain
.Count == 0)
369
int count =
_ancestryChain
.Count;
373
var weakElement =
_ancestryChain
.Last();
380
_ancestryChain
.RemoveAt(
_ancestryChain
.Count - 1);
388
for (int i = 0; i <
_ancestryChain
.Count; i++)
390
WeakReference<Element> weak =
_ancestryChain
[i];
442
if (index + 1 <
_ancestryChain
.Count)