diff --git a/ValidCode.Netcore/Repro/Issue292.cs b/ValidCode.Netcore/Repro/Issue292.cs index a557c8d1..84726731 100644 --- a/ValidCode.Netcore/Repro/Issue292.cs +++ b/ValidCode.Netcore/Repro/Issue292.cs @@ -1,4 +1,4 @@ -namespace ValidCode.Repro +namespace ValidCode.Netcore.Repro { using System.Collections; using System.Collections.ObjectModel; @@ -18,7 +18,7 @@ public static class Issue292 /// Helper for setting on . /// to set on. - /// RowsSource property value. + /// Enumerable property value. public static void SetEnumerable(this DataGrid element, IEnumerable? value) { if (element is null) @@ -31,7 +31,7 @@ public static void SetEnumerable(this DataGrid element, IEnumerable? value) /// Helper for getting from . /// to read from. - /// RowsSource property value. + /// Enumerable property value. [AttachedPropertyBrowsableForChildren(IncludeDescendants = false)] [AttachedPropertyBrowsableForType(typeof(DataGrid))] public static IEnumerable? GetEnumerable(this DataGrid element)