Skip to content

Commit e647724

Browse files
committed
Update PropertyPropagationExtensions.cs
1 parent 773ba83 commit e647724

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Controls/src/Core/Internals/PropertyPropagationExtensions.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#nullable disable
2+
using System;
23
using System.Collections;
34
using System.Collections.Generic;
45
using System.Linq;
@@ -8,6 +9,7 @@ namespace Microsoft.Maui.Controls.Internals
89
/// <include file="../../../docs/Microsoft.Maui.Controls.Internals/PropertyPropagationExtensions.xml" path="Type[@FullName='Microsoft.Maui.Controls.Internals.PropertyPropagationExtensions']/Docs/*" />
910
public static class PropertyPropagationExtensions
1011
{
12+
[Obsolete]
1113
internal static void PropagatePropertyChanged(string propertyName, Element element, IEnumerable children)
1214
{
1315
if (children == null)

0 commit comments

Comments
 (0)