Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obsolete marked code like properties and classes #3247

Merged
merged 3 commits into from
May 13, 2018

Conversation

punker76
Copy link
Member

@punker76 punker76 commented May 12, 2018

What changed?

Remove obsolete marked code like properties and classes

  • CloseTabItemAction.TabControl
  • CloseTabItemAction.TabItem
  • SetFlyoutOpenAction
  • MetroDialogSettings.SuppressDefaultResources
  • OffOnConverter
  • WidthToMaxSideLengthConverter
  • ButtonHelper
  • ButtonHelper.PreserveTextCase -> ControlsHelper.ContentCharacterCasing
  • ButtonHelper.CornerRadius -> ControlsHelper.CornerRadius
  • ControlsHelper.ButtonWidth -> TextBoxHelper.ButtonWidth
  • DataGridCellHelper.SaveDataGrid
  • DataGridCellHelper.DataGrid
  • ScrollBarHelper
  • ScrollBarHelper.VerticalScrollBarOnLeftSide -> ScrollViewerHelper.VerticalScrollBarOnLeftSide
  • TabControlHelper.IsUnderlined -> TabControlHelper.Underlined
  • FlipView.MouseOverGlowEnabled -> FlipView.MouseHoverBorderEnabled
  • Flyout.InternalCloseCommand -> CloseFlyoutAction
  • CloseCommand (internal)
  • HotKeyBox.Watermark -> TextBoxHelper.Watermark
  • MetroWindow.TitleCaps -> MetroWindow.TitleCharacterCasing
  • MetroWindow.WindowTitle
  • NumericUpDown.SelectAllOnFocus -> TextBoxHelper.SelectAllOnFocus
  • NumericUpDown.HasDecimals -> TextBoxHelper.NumericInputMode
  • ToggleSwitch.SwitchForeground -> ToggleSwitch.OnSwitchBrush and ToggleSwitch.OffSwitchBrush
  • ToggleSwitchButton.SwitchForeground -> ToggleSwitchButton.OnSwitchBrush and ToggleSwitchButton.OffSwitchBrush
  • WindowSettings
  • MetroWindow.EnableDWMDropShadow -> BorderThickness="0", GlowBrush="Black"
  • WindowMinButtonStyle -> LightMinButtonStyle, DarkMinButtonStyle
  • WindowMaxButtonStyle -> LightMaxButtonStyle, DarkMaxButtonStyle
  • WindowCloseButtonStyle -> LightCloseButtonStyle, DarkCloseButtonStyle

@punker76 punker76 added this to the 2.0.0 milestone May 12, 2018
@punker76 punker76 self-assigned this May 12, 2018
@punker76 punker76 changed the title Remove obsolete marked code like properties and classes (part 1) Remove obsolete marked code like properties and classes May 12, 2018
@punker76 punker76 merged commit 1f06068 into develop May 13, 2018
punker76 added a commit that referenced this pull request May 14, 2018
…e Remove obsolete marked code like properties and classes
@punker76 punker76 deleted the feature/2.0_Remove_obsolete_code branch May 14, 2018 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant