Skip to content

Commit

Permalink
Update VisualStateUtilities.cs
Browse files Browse the repository at this point in the history
Remove unnecessary comment to trigger new build version.
  • Loading branch information
bhavyaus authored Nov 17, 2021
1 parent bf79794 commit c771833
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Microsoft.Xaml.Behaviors/VisualStateUtilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ public static bool GoToState(FrameworkElement element, string stateName, bool us
/// Gets the value of the VisualStateManager.VisualStateGroups attached property.
/// </summary>
/// <param name="targetObject">The element from which to get the VisualStateManager.VisualStateGroups.</param>
/// <returns></returns>
public static IList GetVisualStateGroups(FrameworkElement targetObject)
{
IList visualStateGroups = new List<VisualStateGroup>();
Expand Down

0 comments on commit c771833

Please sign in to comment.