[NUI] replace field declaration with property (#1703)
authorwoohyun <woo_hyun0705@naver.com>
Fri, 12 Jun 2020 07:43:28 +0000 (16:43 +0900)
committerGitHub <noreply@github.com>
Fri, 12 Jun 2020 07:43:28 +0000 (16:43 +0900)
commitaf1a5a185f0804c5de88d47ec9436984c66942db
treeac2c9713f85511c56ea48b2e516ee2817f69dfac
parentc8ad60ffb1c447adcd98bf5177eea5ec9471bfe2
[NUI] replace field declaration with property (#1703)

This would fix CA1051 warnings which indicates that
"Do not declare visible instance fields".

This patch restores the diff in
409a8ccea4f26cd7ca4db8e2549e81aac09121a2
except the modification on opened API.

Co-authored-by: WooHyun Jung <wh0705.jung@samsung.com>
18 files changed:
src/Tizen.NUI.Components/Controls/Button.cs
src/Tizen.NUI.Components/Controls/CheckBox.cs
src/Tizen.NUI.Components/Controls/CheckBoxGroup.cs
src/Tizen.NUI.Components/Controls/Control.cs
src/Tizen.NUI.Components/Controls/DropDown.cs
src/Tizen.NUI.Components/Controls/FlexibleView/FlexibleView.cs
src/Tizen.NUI.Components/Controls/ImageScrollBar.cs
src/Tizen.NUI.Components/Controls/Popup.cs
src/Tizen.NUI.Components/Controls/Progress.cs
src/Tizen.NUI.Components/Controls/RadioButton.cs
src/Tizen.NUI.Components/Controls/RadioButtonGroup.cs
src/Tizen.NUI.Components/Controls/ScrollableBase.cs
src/Tizen.NUI.Components/Controls/SelectButton.cs
src/Tizen.NUI.Components/Controls/SelectGroup.cs
src/Tizen.NUI.Components/Controls/Slider.cs
src/Tizen.NUI.Components/Controls/Switch.cs
src/Tizen.NUI.Components/Controls/Tab.cs
src/Tizen.NUI.Wearable/src/public/WearableList.cs