2 implementations of InternalChildren
Microsoft.Maui.Controls (2)
TemplatedPage.cs (1)
22
IList<Element> IControlTemplated.
InternalChildren
=> InternalChildren;
TemplatedView\TemplatedView.cs (1)
26
IList<Element> IControlTemplated.
InternalChildren
=> InternalChildren;
8 references to InternalChildren
Microsoft.Maui.Controls (8)
TemplateUtilities.cs (8)
62
while (self.
InternalChildren
.Count > 0)
64
self.
InternalChildren
.RemoveAt(self.
InternalChildren
.Count - 1);
68
self.
InternalChildren
.Add(newElement);
108
while (self.
InternalChildren
.Count > 0)
110
self.
InternalChildren
.RemoveAt(self.
InternalChildren
.Count - 1);
126
self.
InternalChildren
.Add(content);