Skip to content

Commit edd1d4f

Browse files
committed
Fix XML docs
1 parent 0245b0e commit edd1d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/DependencyPropertyGenerator/src/GeneratedDependencyProperty.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public sealed class GeneratedDependencyProperty
1717
{
1818
/// <summary><inheritdoc cref="DependencyProperty.UnsetValue"/></summary>
1919
/// <remarks>
20-
/// This constant is only meant to be used in assignments to <see cref="DefaultValue"/> (because <see cref="DependencyProperty.UnsetValue"/>
20+
/// This constant is only meant to be used in assignments to <see cref="GeneratedDependencyPropertyAttribute.DefaultValue"/> (because <see cref="DependencyProperty.UnsetValue"/>
2121
/// cannot be used in that context, as it is not a constant, but rather a static field). Using this constant in other scenarios is undefined behavior.
2222
/// </remarks>
2323
public const object UnsetValue = null!;

0 commit comments

Comments
 (0)