3 references to FindDescendants
Microsoft.Maui.Controls (3)
Compatibility\Handlers\ListView\Windows\ListViewRenderer.cs (3)
333
foreach (ViewToHandlerConverter.WrapperControl wrapperControl in
FindDescendants
<ViewToHandlerConverter.WrapperControl>(List))
377
foreach (T descendant in
FindDescendants
<T>(element))
836
foreach (CellControl selector in
FindDescendants
<CellControl>(List))