Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Nov 2, 2023
1 parent a473d50 commit 20c08ac
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions components/SettingsControls/src/SettingsCard/SettingsCard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,6 @@ private void OnHeaderChanged()

}

private void OnContentChanged(DependencyObject sender, DependencyProperty dp)
{

}

private void ContentAlignmentStates_Changed(object sender, VisualStateChangedEventArgs e)
{
// On state change, checking if the Content should be wrapped (e.g. when the card is made smaller or the ContentAlignment is set to Vertical). If the Content and the Header or Description are not null, we add spacing between the Content and the Header/Description.
Expand All @@ -276,8 +271,6 @@ private void ContentAlignmentStates_Changed(object sender, VisualStateChangedEve
}
}



private FrameworkElement? GetFocusedElement()
{
if (ControlHelpers.IsXamlRootAvailable && XamlRoot != null)
Expand Down

0 comments on commit 20c08ac

Please sign in to comment.