Implemented interface member:
14 references to Add
Microsoft.Maui.Controls (14)
Internals\ProfilePage.cs (1)
118 controls.Add(buttonA);
Layout\AndExpandLayoutManager.cs (2)
79 grid.Add(child); 116 grid.Add(child);
Layout\GridExtensions.cs (1)
73 grid.Add(view);
Layout\Layout.cs (1)
284 /// Invoked when <see cref="Add(IView)"/> is called and notifies the handler associated to this layout.
RadioButton\RadioButton.cs (2)
564 grid.Add(normalEllipse); 565 grid.Add(checkMark);
Shell\BaseShellItem.cs (1)
480 grid.Add(image);
TitleBar\TitleBar.cs (6)
377 contentGrid.Add(leadingContent); 400 contentGrid.Add(icon); 425 contentGrid.Add(titleLabel); 479 contentGrid.Add(subtitleLabel); 503 contentGrid.Add(content); 522 contentGrid.Add(trailingContent);