fx cop & FZ editor part 1 of many (#11241)

* fixing first set of host of bugs

* objects are already set to defaults

* shifting to string.is null / empty

* setters

* fixing stylecop oops

* checking in the FxCop dep but commenting it out for easier coming back
This commit is contained in:
Clint Rutkas
2021-05-14 09:54:34 -07:00
committed by GitHub
parent 19952ef634
commit 319adcbd62
9 changed files with 49 additions and 29 deletions

View File

@@ -23,9 +23,9 @@ namespace FancyZonesEditor
private const int MinimalForDefaultWrapPanelsHeight = 900;
private readonly MainWindowSettingsModel _settings = ((App)Application.Current).MainWindowSettings;
private LayoutModel _backup = null;
private LayoutModel _backup;
private ContentDialog _openedDialog = null;
private ContentDialog _openedDialog;
public int WrapPanelItemSize { get; set; } = DefaultWrapPanelItemSize;