[NUI] Fix some CA2000 warnings in NUI.
authorhuayong.xu <huayong.xu@samsung.com>
Mon, 28 Apr 2025 08:12:01 +0000 (16:12 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 14 May 2025 06:35:12 +0000 (15:35 +0900)
commit88f8490be544cd14b8f27e711a70687a283bd50e
tree190ad58b3898de47f2b29dd448d86289f4384c05
parent69adfeca65eac20b1864d40e2f21e5e79ad375a6
[NUI] Fix some CA2000 warnings in NUI.

Meanwhile some memory leaks are fixed. For example,
Vector2.Dispose is not called in Wheel constructor.
src/Tizen.NUI/src/internal/Animation/Constraint.cs
src/Tizen.NUI/src/public/Common/PropertyArray.cs
src/Tizen.NUI/src/public/Events/Wheel.cs
src/Tizen.NUI/src/public/Utility/Capture.cs
src/Tizen.NUI/src/public/Visuals/AnimatedImageVisual.cs
src/Tizen.NUI/src/public/Visuals/VisualObject/AnimatedImageVisual.cs
src/Tizen.NUI/src/public/Window/MouseInOut.cs
src/Tizen.NUI/src/public/Window/MouseRelative.cs