[NUI] change to protected property from field (#1723)
authorYeongJong Lee <cleanlyj@naver.com>
Mon, 29 Jun 2020 11:56:53 +0000 (20:56 +0900)
committerGitHub <noreply@github.com>
Mon, 29 Jun 2020 11:56:53 +0000 (20:56 +0900)
commit645ab687f081c31d4c72e616fc353382e2b757c8
tree4d0f5149e4a5666e3ba80c56e67fedc16850cacb
parentcb8eba6ea4f938906dd58ff12223618ef0318512
[NUI] change to protected property from field (#1723)

Fixes CA1051
src/Tizen.NUI.Components/Controls/FlexibleView/GridLayoutManager.cs
src/Tizen.NUI.Components/Controls/FlexibleView/LinearLayoutManager.Internal.cs
src/Tizen.NUI.Components/Controls/FlexibleView/LinearLayoutManager.cs
src/Tizen.NUI.Components/Controls/RecyclerView/GridRecycleLayoutManager.cs
src/Tizen.NUI.Components/Controls/RecyclerView/LinearRecycleLayoutManager.cs
src/Tizen.NUI.Components/Controls/RecyclerView/RecycleLayoutManager.cs
src/Tizen.NUI.Components/Controls/RecyclerView/RecyclerView.cs
src/Tizen.NUI.Wearable/src/internal/FishEyeLayoutManager.cs
src/Tizen.NUI.Wearable/src/public/WearableList.cs