We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb0d97 commit 43db9d7Copy full SHA for 43db9d7
2 files changed
src/Controls/src/Core/DragAndDrop/DataPackageView.cs
@@ -4,7 +4,7 @@
4
namespace Microsoft.Maui.Controls
5
{
6
/// <summary>
7
- /// A read-only view of a <see cref="DataPackage"/>.
+ /// A read-only view of a <see cref="Controls.DataPackage"/>.
8
/// </summary>
9
public class DataPackageView
10
src/Controls/src/Core/Shell/ShellSection.cs
@@ -22,7 +22,7 @@ public class Tab : ShellSection
22
}
23
24
25
- /// Represents a group of tabs within a <see cref="ShellItem"/>. Contains <see cref="ShellContent"/> items.
+ /// Represents a group of tabs within a <see cref="Controls.ShellItem"/>. Contains <see cref="ShellContent"/> items.
26
27
[ContentProperty(nameof(Items))]
28
[EditorBrowsable(EditorBrowsableState.Never)]
0 commit comments