[NUI] Add license, delete unnecessary code (#2679)
authorhuiyueun <35286162+huiyueun@users.noreply.github.com>
Thu, 25 Feb 2021 03:05:22 +0000 (12:05 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 25 Feb 2021 08:24:58 +0000 (17:24 +0900)
Modify NUI internal code
- add license
- delete unncessary empty line
- change private variable name(delete '_')
- delete unusued using

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
481 files changed:
src/Tizen.NUI/src/internal/Accessibility/AccessibilityActionSignal.cs
src/Tizen.NUI/src/internal/Accessibility/AccessibilityFocusOvershotSignal.cs
src/Tizen.NUI/src/internal/Animation/AnimatablePropertyComponentRegistration.cs
src/Tizen.NUI/src/internal/Animation/AnimatablePropertyRegistration.cs
src/Tizen.NUI/src/internal/Animation/AnimationSignal.cs
src/Tizen.NUI/src/internal/Application/Application.cs
src/Tizen.NUI/src/internal/Application/ApplicationControlSignal.cs
src/Tizen.NUI/src/internal/Application/ApplicationSignal.cs
src/Tizen.NUI/src/internal/Application/ComponentApplication.cs
src/Tizen.NUI/src/internal/Application/NUIComponentCoreBackend.cs
src/Tizen.NUI/src/internal/Application/NUIWidgetCoreBackend.cs
src/Tizen.NUI/src/internal/Application/WatchApplication.cs
src/Tizen.NUI/src/internal/Application/WatchBoolSignal.cs
src/Tizen.NUI/src/internal/Application/WatchTimeSignal.cs
src/Tizen.NUI/src/internal/Common/ActivatedSignalType.cs
src/Tizen.NUI/src/internal/Common/Alignment.cs
src/Tizen.NUI/src/internal/Common/AngleAxis.cs
src/Tizen.NUI/src/internal/Common/AngleThresholdPair.cs
src/Tizen.NUI/src/internal/Common/Any.cs
src/Tizen.NUI/src/internal/Common/AsyncImageLoader.cs
src/Tizen.NUI/src/internal/Common/AuthenticationSignalType.cs
src/Tizen.NUI/src/internal/Common/BaseObject.cs
src/Tizen.NUI/src/internal/Common/ButtonSignal.cs
src/Tizen.NUI/src/internal/Common/ChildPropertyRegistration.cs
src/Tizen.NUI/src/internal/Common/ContentReceivedSignalType.cs
src/Tizen.NUI/src/internal/Common/ControlKeySignal.cs
src/Tizen.NUI/src/internal/Common/CustomActor.cs
src/Tizen.NUI/src/internal/Common/CustomAlgorithmInterface.cs
src/Tizen.NUI/src/internal/Common/DaliEnumConstants.cs
src/Tizen.NUI/src/internal/Common/DaliException.cs
src/Tizen.NUI/src/internal/Common/DefaultItemLayoutType.cs
src/Tizen.NUI/src/internal/Common/DefaultRuler.cs
src/Tizen.NUI/src/internal/Common/DisposeQueue.cs
src/Tizen.NUI/src/internal/Common/EventThreadCallback.cs
src/Tizen.NUI/src/internal/Common/FixedRuler.cs
src/Tizen.NUI/src/internal/Common/FloatSignal.cs
src/Tizen.NUI/src/internal/Common/FocusChangedSignal.cs
src/Tizen.NUI/src/internal/Common/FocusGroupChangedSignal.cs
src/Tizen.NUI/src/internal/Common/FontDescription.cs
src/Tizen.NUI/src/internal/Common/FontMetrics.cs
src/Tizen.NUI/src/internal/Common/FriendAssembly.cs
src/Tizen.NUI/src/internal/Common/GLWindowResizedSignal.cs
src/Tizen.NUI/src/internal/Common/GlyphInfo.cs
src/Tizen.NUI/src/internal/Common/HoverSignal.cs
src/Tizen.NUI/src/internal/Common/InputMethodOptions.cs
src/Tizen.NUI/src/internal/Common/InterceptTouchSignal.cs
src/Tizen.NUI/src/internal/Common/KeyEventSignal.cs
src/Tizen.NUI/src/internal/Common/KeyInputFocusManager.cs
src/Tizen.NUI/src/internal/Common/KeyInputFocusSignal.cs
src/Tizen.NUI/src/internal/Common/KeyboardEventSignalType.cs
src/Tizen.NUI/src/internal/Common/KeyboardRepeatSettingsChangedSignal.cs
src/Tizen.NUI/src/internal/Common/KeyboardResizedSignalType.cs
src/Tizen.NUI/src/internal/Common/KeyboardTypeSignalType.cs
src/Tizen.NUI/src/internal/Common/LanguageChangedSignalType.cs
src/Tizen.NUI/src/internal/Common/LinearConstrainer.cs
src/Tizen.NUI/src/internal/Common/ListEventSignalType.cs
src/Tizen.NUI/src/internal/Common/LongPressGestureDetectedSignal.cs
src/Tizen.NUI/src/internal/Common/LowBatterySignalType.cs
src/Tizen.NUI/src/internal/Common/LowMemorySignalType.cs
src/Tizen.NUI/src/internal/Common/Matrix.cs
src/Tizen.NUI/src/internal/Common/Matrix3.cs
src/Tizen.NUI/src/internal/Common/Model3dView.cs
src/Tizen.NUI/src/internal/Common/NUIEventType.cs
src/Tizen.NUI/src/internal/Common/NUIWindowInfo.cs
src/Tizen.NUI/src/internal/Common/NativeImageInterface.cs
src/Tizen.NUI/src/internal/Common/ObjectCreatedSignal.cs
src/Tizen.NUI/src/internal/Common/ObjectDestroyedSignal.cs
src/Tizen.NUI/src/internal/Common/ObjectRegistry.cs
src/Tizen.NUI/src/internal/Common/PanGestureDetectedSignal.cs
src/Tizen.NUI/src/internal/Common/PathConstrainer.cs
src/Tizen.NUI/src/internal/Common/PinchGestureDetectedSignal.cs
src/Tizen.NUI/src/internal/Common/ProgressBarValueChangedSignal.cs
src/Tizen.NUI/src/internal/Common/PropertyHelper.cs
src/Tizen.NUI/src/internal/Common/PropertyRangeManager.cs
src/Tizen.NUI/src/internal/Common/PropertyRegistration.cs
src/Tizen.NUI/src/internal/Common/Registry.cs
src/Tizen.NUI/src/internal/Common/RenderTask.cs
src/Tizen.NUI/src/internal/Common/RenderTaskList.cs
src/Tizen.NUI/src/internal/Common/RenderTaskSignal.cs
src/Tizen.NUI/src/internal/Common/ResizedSignal.cs
src/Tizen.NUI/src/internal/Common/RotationGestureDetectedSignal.cs
src/Tizen.NUI/src/internal/Common/Ruler.cs
src/Tizen.NUI/src/internal/Common/RulerDomain.cs
src/Tizen.NUI/src/internal/Common/RulerPtr.cs
src/Tizen.NUI/src/internal/Common/ScrollStateChangedSignal.cs
src/Tizen.NUI/src/internal/Common/ScrollViewSnapStartedSignal.cs
src/Tizen.NUI/src/internal/Common/ScrollableSignal.cs
src/Tizen.NUI/src/internal/Common/SignalConnectorType.cs
src/Tizen.NUI/src/internal/Common/SignalObserver.cs
src/Tizen.NUI/src/internal/Common/SliderMarkReachedSignal.cs
src/Tizen.NUI/src/internal/Common/SliderValueChangedSignal.cs
src/Tizen.NUI/src/internal/Common/SlotObserver.cs
src/Tizen.NUI/src/internal/Common/StageWheelSignal.cs
src/Tizen.NUI/src/internal/Common/StateChangedSignalType.cs
src/Tizen.NUI/src/internal/Common/StatusSignalType.cs
src/Tizen.NUI/src/internal/Common/StringValuePair.cs
src/Tizen.NUI/src/internal/Common/StyleChangedSignal.cs
src/Tizen.NUI/src/internal/Common/TapGestureDetectedSignal.cs
src/Tizen.NUI/src/internal/Common/TextEditorSignal.cs
src/Tizen.NUI/src/internal/Common/TextFieldSignal.cs
src/Tizen.NUI/src/internal/Common/TimePeriod.cs
src/Tizen.NUI/src/internal/Common/TimerSignalType.cs
src/Tizen.NUI/src/internal/Common/TouchDataSignal.cs
src/Tizen.NUI/src/internal/Common/TouchPoint.cs
src/Tizen.NUI/src/internal/Common/TouchPointContainer.cs
src/Tizen.NUI/src/internal/Common/TouchSignal.cs
src/Tizen.NUI/src/internal/Common/TypeAction.cs
src/Tizen.NUI/src/internal/Common/TypeRegistration.cs
src/Tizen.NUI/src/internal/Common/Uint16Pair.cs
src/Tizen.NUI/src/internal/Common/VectorBase.cs
src/Tizen.NUI/src/internal/Common/VectorBlob.cs
src/Tizen.NUI/src/internal/Common/VectorUint16Pair.cs
src/Tizen.NUI/src/internal/Common/VectorUnsignedChar.cs
src/Tizen.NUI/src/internal/Common/VideoViewSignal.cs
src/Tizen.NUI/src/internal/Common/ViewImpl.cs
src/Tizen.NUI/src/internal/Common/ViewLayoutDirectionChangedSignal.cs
src/Tizen.NUI/src/internal/Common/ViewResourceReadySignal.cs
src/Tizen.NUI/src/internal/Common/ViewSignal.cs
src/Tizen.NUI/src/internal/Common/ViewVisibilityChangedSignal.cs
src/Tizen.NUI/src/internal/Common/VoidSignal.cs
src/Tizen.NUI/src/internal/Common/WeakEventHandler.cs
src/Tizen.NUI/src/internal/Common/WheelSignal.cs
src/Tizen.NUI/src/internal/Common/floatp.cs
src/Tizen.NUI/src/internal/FrameBroker/DefaultFrameBroker.cs
src/Tizen.NUI/src/internal/FrameBroker/FrameData.cs
src/Tizen.NUI/src/internal/FrameBroker/SafeFrameBrokerHandle.cs
src/Tizen.NUI/src/internal/FrameProvider/FrameProvider.cs
src/Tizen.NUI/src/internal/Interop/Inerop.KeyboardEventSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.AccessibilityManager.cs
src/Tizen.NUI/src/internal/Interop/Interop.ActivatedSignalType.cs
src/Tizen.NUI/src/internal/Interop/Interop.Actor.cs
src/Tizen.NUI/src/internal/Interop/Interop.ActorContainer.cs
src/Tizen.NUI/src/internal/Interop/Interop.ActorHoverSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ActorInternal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ActorProperty.cs
src/Tizen.NUI/src/internal/Interop/Interop.ActorSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ActorTouchDataSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ActorWheelSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.Adaptor.cs
src/Tizen.NUI/src/internal/Interop/Interop.Alignment.cs
src/Tizen.NUI/src/internal/Interop/Interop.AlphaFunction.cs
src/Tizen.NUI/src/internal/Interop/Interop.Angle.cs
src/Tizen.NUI/src/internal/Interop/Interop.AngleAxis.cs
src/Tizen.NUI/src/internal/Interop/Interop.AngleThresholdPair.cs
src/Tizen.NUI/src/internal/Interop/Interop.Animation.cs
src/Tizen.NUI/src/internal/Interop/Interop.Any.cs
src/Tizen.NUI/src/internal/Interop/Interop.Application.cs
src/Tizen.NUI/src/internal/Interop/Interop.ApplicationControlSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ApplicationSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.AsyncImageLoader.cs
src/Tizen.NUI/src/internal/Interop/Interop.AuthenticationSignalType.cs
src/Tizen.NUI/src/internal/Interop/Interop.AutofillContainer.cs
src/Tizen.NUI/src/internal/Interop/Interop.BaseHandle.cs
src/Tizen.NUI/src/internal/Interop/Interop.BaseObject.cs
src/Tizen.NUI/src/internal/Interop/Interop.BorderVisual.cs
src/Tizen.NUI/src/internal/Interop/Interop.Builder.cs
src/Tizen.NUI/src/internal/Interop/Interop.Button.cs
src/Tizen.NUI/src/internal/Interop/Interop.ButtonSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.CameraActor.cs
src/Tizen.NUI/src/internal/Interop/Interop.Capture.cs
src/Tizen.NUI/src/internal/Interop/Interop.CheckBoxButton.cs
src/Tizen.NUI/src/internal/Interop/Interop.ClampState2D.cs
src/Tizen.NUI/src/internal/Interop/Interop.ColorVisual.cs
src/Tizen.NUI/src/internal/Interop/Interop.ConnectionTracker.cs
src/Tizen.NUI/src/internal/Interop/Interop.ContentReceivedSignalType.cs
src/Tizen.NUI/src/internal/Interop/Interop.ControlKeySignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.CustomActorImpl.cs
src/Tizen.NUI/src/internal/Interop/Interop.CustomAlgorithmInterface.cs
src/Tizen.NUI/src/internal/Interop/Interop.DaliException.cs
src/Tizen.NUI/src/internal/Interop/Interop.Degree.cs
src/Tizen.NUI/src/internal/Interop/Interop.EventThreadCallback.cs
src/Tizen.NUI/src/internal/Interop/Interop.Extents.cs
src/Tizen.NUI/src/internal/Interop/Interop.FlexContainer.cs
src/Tizen.NUI/src/internal/Interop/Interop.FloatSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.FocusChangedSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.FocusGroupChangedSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.FocusManager.cs
src/Tizen.NUI/src/internal/Interop/Interop.FontClient.cs
src/Tizen.NUI/src/internal/Interop/Interop.FrameBuffer.cs
src/Tizen.NUI/src/internal/Interop/Interop.FrameUpdateCallbackInterface.cs
src/Tizen.NUI/src/internal/Interop/Interop.GLWindow.cs
src/Tizen.NUI/src/internal/Interop/Interop.GLWindowFocusChangeSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.GLWindowResizedSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.GaussianBlurView.cs
src/Tizen.NUI/src/internal/Interop/Interop.GaussianBlurViewSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.Geometry.cs
src/Tizen.NUI/src/internal/Interop/Interop.Gesture.cs
src/Tizen.NUI/src/internal/Interop/Interop.GestureDetector.cs
src/Tizen.NUI/src/internal/Interop/Interop.GlyphInfo.cs
src/Tizen.NUI/src/internal/Interop/Interop.GradientVisual.cs
src/Tizen.NUI/src/internal/Interop/Interop.GraphicsCapabilities.cs
src/Tizen.NUI/src/internal/Interop/Interop.Handle.cs
src/Tizen.NUI/src/internal/Interop/Interop.HandleInternal.cs
src/Tizen.NUI/src/internal/Interop/Interop.Hover.cs
src/Tizen.NUI/src/internal/Interop/Interop.ImageLoading.cs
src/Tizen.NUI/src/internal/Interop/Interop.ImageView.cs
src/Tizen.NUI/src/internal/Interop/Interop.ImageVisual.cs
src/Tizen.NUI/src/internal/Interop/Interop.InputMethodContext.cs
src/Tizen.NUI/src/internal/Interop/Interop.InputMethodOptions.cs
src/Tizen.NUI/src/internal/Interop/Interop.Item.cs
src/Tizen.NUI/src/internal/Interop/Interop.ItemContainer.cs
src/Tizen.NUI/src/internal/Interop/Interop.ItemFactory.cs
src/Tizen.NUI/src/internal/Interop/Interop.ItemIdContainer.cs
src/Tizen.NUI/src/internal/Interop/Interop.ItemLayout.cs
src/Tizen.NUI/src/internal/Interop/Interop.ItemRange.cs
src/Tizen.NUI/src/internal/Interop/Interop.ItemView.cs
src/Tizen.NUI/src/internal/Interop/Interop.Key.cs
src/Tizen.NUI/src/internal/Interop/Interop.KeyEventSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.KeyFrames.cs
src/Tizen.NUI/src/internal/Interop/Interop.KeyInputFocusManager.cs
src/Tizen.NUI/src/internal/Interop/Interop.KeyboardRepeatSettingsChangedSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.KeyboardResizedSignalType.cs
src/Tizen.NUI/src/internal/Interop/Interop.KeyboardTypeSignalType.cs
src/Tizen.NUI/src/internal/Interop/Interop.LanguageChangedSignalType.cs
src/Tizen.NUI/src/internal/Interop/Interop.Layer.cs
src/Tizen.NUI/src/internal/Interop/Interop.LinearConstrainer.cs
src/Tizen.NUI/src/internal/Interop/Interop.ListEventSignalType.cs
src/Tizen.NUI/src/internal/Interop/Interop.LongPressGesture.cs
src/Tizen.NUI/src/internal/Interop/Interop.LongPressGestureDetectedSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.LongPressGestureDetector.cs
src/Tizen.NUI/src/internal/Interop/Interop.LowBatterySignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.LowMemorySignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.Matrix.cs
src/Tizen.NUI/src/internal/Interop/Interop.Model3DView.cs
src/Tizen.NUI/src/internal/Interop/Interop.NDalic.cs
src/Tizen.NUI/src/internal/Interop/Interop.NDalicAnchorPoint.cs
src/Tizen.NUI/src/internal/Interop/Interop.NDalicColor.cs
src/Tizen.NUI/src/internal/Interop/Interop.NDalicMachine.cs
src/Tizen.NUI/src/internal/Interop/Interop.NDalicMeshVisual.cs
src/Tizen.NUI/src/internal/Interop/Interop.NDalicParentOrigin.cs
src/Tizen.NUI/src/internal/Interop/Interop.NDalicPrimitive.cs
src/Tizen.NUI/src/internal/Interop/Interop.NDalicText.cs
src/Tizen.NUI/src/internal/Interop/Interop.NDalicToolTip.cs
src/Tizen.NUI/src/internal/Interop/Interop.NDalicVisual.cs
src/Tizen.NUI/src/internal/Interop/Interop.NDalicXYZ.cs
src/Tizen.NUI/src/internal/Interop/Interop.NativeImageInterface.cs
src/Tizen.NUI/src/internal/Interop/Interop.NativeImageSource.cs
src/Tizen.NUI/src/internal/Interop/Interop.ObjectDestroyedSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ObjectRegistry.cs
src/Tizen.NUI/src/internal/Interop/Interop.PaddingType.cs
src/Tizen.NUI/src/internal/Interop/Interop.PageFactory.cs
src/Tizen.NUI/src/internal/Interop/Interop.PagePanSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.PageTurnLandscapeView.cs
src/Tizen.NUI/src/internal/Interop/Interop.PageTurnPortraitView.cs
src/Tizen.NUI/src/internal/Interop/Interop.PageTurnSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.PageTurnView.cs
src/Tizen.NUI/src/internal/Interop/Interop.PanGestureDetector.cs
src/Tizen.NUI/src/internal/Interop/Interop.Path.cs
src/Tizen.NUI/src/internal/Interop/Interop.PathConstrainer.cs
src/Tizen.NUI/src/internal/Interop/Interop.PinchGesture.cs
src/Tizen.NUI/src/internal/Interop/Interop.PixelBuffer.cs
src/Tizen.NUI/src/internal/Interop/Interop.PixelData.cs
src/Tizen.NUI/src/internal/Interop/Interop.Popup.cs
src/Tizen.NUI/src/internal/Interop/Interop.PreFocusSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ProgressBar.cs
src/Tizen.NUI/src/internal/Interop/Interop.Property.cs
src/Tizen.NUI/src/internal/Interop/Interop.PropertyBuffer.cs
src/Tizen.NUI/src/internal/Interop/Interop.PropertyCondition.cs
src/Tizen.NUI/src/internal/Interop/Interop.PropertyMap.cs
src/Tizen.NUI/src/internal/Interop/Interop.PropertyNotification.cs
src/Tizen.NUI/src/internal/Interop/Interop.PropertyNotifySignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.PropertyValue.cs
src/Tizen.NUI/src/internal/Interop/Interop.PushButton.cs
src/Tizen.NUI/src/internal/Interop/Interop.Radian.cs
src/Tizen.NUI/src/internal/Interop/Interop.RadioButton.cs
src/Tizen.NUI/src/internal/Interop/Interop.Rectangle.cs
src/Tizen.NUI/src/internal/Interop/Interop.RefObject.cs
src/Tizen.NUI/src/internal/Interop/Interop.RenderTask.cs
src/Tizen.NUI/src/internal/Interop/Interop.Renderer.cs
src/Tizen.NUI/src/internal/Interop/Interop.ResizedSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.Rotation.cs
src/Tizen.NUI/src/internal/Interop/Interop.RotationGesture.cs
src/Tizen.NUI/src/internal/Interop/Interop.Ruler.cs
src/Tizen.NUI/src/internal/Interop/Interop.Sampler.cs
src/Tizen.NUI/src/internal/Interop/Interop.ScrollBar.cs
src/Tizen.NUI/src/internal/Interop/Interop.ScrollStateChangeSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ScrollView.cs
src/Tizen.NUI/src/internal/Interop/Interop.Scrollable.cs
src/Tizen.NUI/src/internal/Interop/Interop.ScrollableSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.Shader.cs
src/Tizen.NUI/src/internal/Interop/Interop.SingalObserver.cs
src/Tizen.NUI/src/internal/Interop/Interop.Slider.cs
src/Tizen.NUI/src/internal/Interop/Interop.Stage.cs
src/Tizen.NUI/src/internal/Interop/Interop.StageSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.StateChangeSignalType.cs
src/Tizen.NUI/src/internal/Interop/Interop.StatusSignalType.cs
src/Tizen.NUI/src/internal/Interop/Interop.StringValuePair.cs
src/Tizen.NUI/src/internal/Interop/Interop.StyleChangedSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.StyleManager.cs
src/Tizen.NUI/src/internal/Interop/Interop.TableView.cs
src/Tizen.NUI/src/internal/Interop/Interop.TapGesture.cs
src/Tizen.NUI/src/internal/Interop/Interop.TapGestureDetectedSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.TapGestureDetector.cs
src/Tizen.NUI/src/internal/Interop/Interop.TextEditor.cs
src/Tizen.NUI/src/internal/Interop/Interop.TextField.cs
src/Tizen.NUI/src/internal/Interop/Interop.TextLabel.cs
src/Tizen.NUI/src/internal/Interop/Interop.TextUtils.cs
src/Tizen.NUI/src/internal/Interop/Interop.Texture.cs
src/Tizen.NUI/src/internal/Interop/Interop.TextureSet.cs
src/Tizen.NUI/src/internal/Interop/Interop.TimePeriod.cs
src/Tizen.NUI/src/internal/Interop/Interop.Timer.cs
src/Tizen.NUI/src/internal/Interop/Interop.ToggleButton.cs
src/Tizen.NUI/src/internal/Interop/Interop.Touch.cs
src/Tizen.NUI/src/internal/Interop/Interop.TouchPoint.cs
src/Tizen.NUI/src/internal/Interop/Interop.TouchPointContainer.cs
src/Tizen.NUI/src/internal/Interop/Interop.TouchSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.TransitionData.cs
src/Tizen.NUI/src/internal/Interop/Interop.TtsPlayer.cs
src/Tizen.NUI/src/internal/Interop/Interop.TypeInfo.cs
src/Tizen.NUI/src/internal/Interop/Interop.TypeRegistration.cs
src/Tizen.NUI/src/internal/Interop/Interop.TypeRegistry.cs
src/Tizen.NUI/src/internal/Interop/Interop.Uint16Pair.cs
src/Tizen.NUI/src/internal/Interop/Interop.Vector2.cs
src/Tizen.NUI/src/internal/Interop/Interop.Vector3.cs
src/Tizen.NUI/src/internal/Interop/Interop.Vector4.cs
src/Tizen.NUI/src/internal/Interop/Interop.VectorBase.cs
src/Tizen.NUI/src/internal/Interop/Interop.VectorBlob.cs
src/Tizen.NUI/src/internal/Interop/Interop.VectorFloat.cs
src/Tizen.NUI/src/internal/Interop/Interop.VectorInteger.cs
src/Tizen.NUI/src/internal/Interop/Interop.VectorUint16Pair.cs
src/Tizen.NUI/src/internal/Interop/Interop.VectorUnsignedChar.cs
src/Tizen.NUI/src/internal/Interop/Interop.VertexBuffer.cs
src/Tizen.NUI/src/internal/Interop/Interop.VideoView.cs
src/Tizen.NUI/src/internal/Interop/Interop.View.cs
src/Tizen.NUI/src/internal/Interop/Interop.ViewImpl.cs
src/Tizen.NUI/src/internal/Interop/Interop.ViewImplSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ViewInternal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ViewProperty.cs
src/Tizen.NUI/src/internal/Interop/Interop.ViewResourceReadySignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ViewSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ViewVisibilityChangedSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.ViewWrapper.cs
src/Tizen.NUI/src/internal/Interop/Interop.ViewWrapperImpl.cs
src/Tizen.NUI/src/internal/Interop/Interop.Visual.cs
src/Tizen.NUI/src/internal/Interop/Interop.VisualBase.cs
src/Tizen.NUI/src/internal/Interop/Interop.VisualEventSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.VisualFactory.cs
src/Tizen.NUI/src/internal/Interop/Interop.VoidSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.VoidSignalType.cs
src/Tizen.NUI/src/internal/Interop/Interop.Watch.cs
src/Tizen.NUI/src/internal/Interop/Interop.WatchView.cs
src/Tizen.NUI/src/internal/Interop/Interop.WebBackForwardList.cs
src/Tizen.NUI/src/internal/Interop/Interop.WebContext.cs
src/Tizen.NUI/src/internal/Interop/Interop.WebCookieManager.cs
src/Tizen.NUI/src/internal/Interop/Interop.WebSettings.cs
src/Tizen.NUI/src/internal/Interop/Interop.WebView.cs
src/Tizen.NUI/src/internal/Interop/Interop.Wheel.cs
src/Tizen.NUI/src/internal/Interop/Interop.Widget.cs
src/Tizen.NUI/src/internal/Interop/Interop.WidgetApplication.cs
src/Tizen.NUI/src/internal/Interop/Interop.WidgetImpl.cs
src/Tizen.NUI/src/internal/Interop/Interop.WidgetView.cs
src/Tizen.NUI/src/internal/Interop/Interop.WidgetViewManager.cs
src/Tizen.NUI/src/internal/Interop/Interop.Window.cs
src/Tizen.NUI/src/internal/Interop/Interop.WindowEffectEventSignal.cs
src/Tizen.NUI/src/internal/Interop/Interop.WindowFocusSignalType.cs
src/Tizen.NUI/src/internal/Interop/Interop.WindowInternal.cs
src/Tizen.NUI/src/internal/Interop/Interop.doublep.cs
src/Tizen.NUI/src/internal/Interop/Interop.floatp.cs
src/Tizen.NUI/src/internal/Interop/Interop.intp.cs
src/Tizen.NUI/src/internal/Interop/Interop.uintp.cs
src/Tizen.NUI/src/internal/Interop/Interop.ushortp.cs
src/Tizen.NUI/src/internal/Interop/InteropObjectCreatedSignal.cs
src/Tizen.NUI/src/internal/Interop/NDalicPINVOKE.cs
src/Tizen.NUI/src/internal/Interop/interop.GLWindowVisibilityChangedSignal.cs
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.FlexLayout.cs
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.Layout.cs
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.LayoutController.cs
src/Tizen.NUI/src/internal/Layouting/LayoutController.cs
src/Tizen.NUI/src/internal/NativeBinding/SWIGTYPE_p_bundle.cs
src/Tizen.NUI/src/internal/Utility/Builder.cs
src/Tizen.NUI/src/internal/Utility/ConnectionTrackerInterface.cs
src/Tizen.NUI/src/internal/Utility/GaussianBlurView.cs
src/Tizen.NUI/src/internal/Utility/GaussianBlurViewSignal.cs
src/Tizen.NUI/src/internal/Utility/ItemFactory.cs
src/Tizen.NUI/src/internal/Utility/PageTurnView.cs
src/Tizen.NUI/src/internal/Widget/WidgetApplication.cs
src/Tizen.NUI/src/internal/Widget/WidgetImpl.cs
src/Tizen.NUI/src/internal/Widget/WidgetViewSignal.cs
src/Tizen.NUI/src/internal/Window/WindowEffectSignal.cs
src/Tizen.NUI/src/internal/Window/WindowFocusSignalType.cs
src/Tizen.NUI/src/internal/Window/WindowVisibilityChangedEvent.cs
src/Tizen.NUI/src/internal/Xaml/ApplyPropertiesVisitor.cs
src/Tizen.NUI/src/internal/Xaml/CreateValuesVisitor.cs
src/Tizen.NUI/src/internal/Xaml/DesignMode.cs
src/Tizen.NUI/src/internal/Xaml/ExpandMarkupsVisitor.cs
src/Tizen.NUI/src/internal/Xaml/FillResourceDictionariesVisitor.cs
src/Tizen.NUI/src/internal/Xaml/HydrationContext.cs
src/Tizen.NUI/src/internal/Xaml/IConverterOptions.cs
src/Tizen.NUI/src/internal/Xaml/IDictionaryExtensions.cs
src/Tizen.NUI/src/internal/Xaml/IExpressionParser.cs
src/Tizen.NUI/src/internal/Xaml/IProvideParentValues.cs
src/Tizen.NUI/src/internal/Xaml/IResourcesLoader.cs
src/Tizen.NUI/src/internal/Xaml/IValueConverterProvider.cs
src/Tizen.NUI/src/internal/Xaml/MarkupExpressionParser.cs
src/Tizen.NUI/src/internal/Xaml/MarkupExtensionParser.cs
src/Tizen.NUI/src/internal/Xaml/NamescopingVisitor.cs
src/Tizen.NUI/src/internal/Xaml/PruneIgnoredNodesVisitor.cs
src/Tizen.NUI/src/internal/Xaml/ReflectionExtensions.cs
src/Tizen.NUI/src/internal/Xaml/RegisterXNamesVisitor.cs
src/Tizen.NUI/src/internal/Xaml/ResourcesLoader.cs
src/Tizen.NUI/src/internal/Xaml/RuntimeNamePropertyAttribute.cs
src/Tizen.NUI/src/internal/Xaml/TypeArgumentsParser.cs
src/Tizen.NUI/src/internal/Xaml/TypeConversionExtensions.cs
src/Tizen.NUI/src/internal/Xaml/ValueConverterProvider.cs
src/Tizen.NUI/src/internal/Xaml/VisualStateManager.cs
src/Tizen.NUI/src/internal/Xaml/XamlLoader.cs
src/Tizen.NUI/src/internal/Xaml/XamlNode.cs
src/Tizen.NUI/src/internal/Xaml/XamlNodeVisitor.cs
src/Tizen.NUI/src/internal/Xaml/XamlParser.cs
src/Tizen.NUI/src/internal/Xaml/XmlName.cs
src/Tizen.NUI/src/internal/Xaml/XmlnsHelper.cs
src/Tizen.NUI/src/internal/XamlBinding/ActionSheetArguments.cs
src/Tizen.NUI/src/internal/XamlBinding/AlertArguments.cs
src/Tizen.NUI/src/internal/XamlBinding/BindingBaseExtensions.cs
src/Tizen.NUI/src/internal/XamlBinding/BindingExpression.cs
src/Tizen.NUI/src/internal/XamlBinding/CollectionSynchronizationContext.cs
src/Tizen.NUI/src/internal/XamlBinding/ContentPropertyAttribute.cs
src/Tizen.NUI/src/internal/XamlBinding/ControlTemplate.cs
src/Tizen.NUI/src/internal/XamlBinding/DependencyAttribute.cs
src/Tizen.NUI/src/internal/XamlBinding/DependencyFetchTarget.cs
src/Tizen.NUI/src/internal/XamlBinding/DependencyResolver.cs
src/Tizen.NUI/src/internal/XamlBinding/DependencyService.cs
src/Tizen.NUI/src/internal/XamlBinding/Device.cs
src/Tizen.NUI/src/internal/XamlBinding/DeviceInfo.cs
src/Tizen.NUI/src/internal/XamlBinding/DeviceOrientation.cs
src/Tizen.NUI/src/internal/XamlBinding/EnumerableExtensions.cs
src/Tizen.NUI/src/internal/XamlBinding/EventArg.cs
src/Tizen.NUI/src/internal/XamlBinding/ExportEffectAttribute.cs
src/Tizen.NUI/src/internal/XamlBinding/ExtentsTypeConverter.cs
src/Tizen.NUI/src/internal/XamlBinding/FlowDirection.cs
src/Tizen.NUI/src/internal/XamlBinding/GestureRecognizer.cs
src/Tizen.NUI/src/internal/XamlBinding/HandlerAttribute.cs
src/Tizen.NUI/src/internal/XamlBinding/IConfigElement.cs
src/Tizen.NUI/src/internal/XamlBinding/IConfigPlatform.cs
src/Tizen.NUI/src/internal/XamlBinding/IControlTemplated.cs
src/Tizen.NUI/src/internal/XamlBinding/IElement.cs
src/Tizen.NUI/src/internal/XamlBinding/IElementConfiguration.cs
src/Tizen.NUI/src/internal/XamlBinding/IElementController.cs
src/Tizen.NUI/src/internal/XamlBinding/IExtendedTypeConverter.cs
src/Tizen.NUI/src/internal/XamlBinding/IGestureRecognizer.cs
src/Tizen.NUI/src/internal/XamlBinding/IIsolatedStorageFile.cs
src/Tizen.NUI/src/internal/XamlBinding/INativeBindingService.cs
src/Tizen.NUI/src/internal/XamlBinding/IPlatformServices.cs
src/Tizen.NUI/src/internal/XamlBinding/IResourceDictionary.cs
src/Tizen.NUI/src/internal/XamlBinding/ISystemResourcesProvider.cs
src/Tizen.NUI/src/internal/XamlBinding/Interactivity/AttachedCollection.cs
src/Tizen.NUI/src/internal/XamlBinding/Interactivity/IAttachedObject.cs
src/Tizen.NUI/src/internal/XamlBinding/Interactivity/MultiCondition.cs
src/Tizen.NUI/src/internal/XamlBinding/Internals/IDeserializer.cs
src/Tizen.NUI/src/internal/XamlBinding/Internals/INamescopeProvider.cs
src/Tizen.NUI/src/internal/XamlBinding/Internals/InvalidationTrigger.cs
src/Tizen.NUI/src/internal/XamlBinding/Internals/NumericExtensions.cs
src/Tizen.NUI/src/internal/XamlBinding/Internals/PreserveAttribute.cs
src/Tizen.NUI/src/internal/XamlBinding/Internals/ResourceLoader.cs
src/Tizen.NUI/src/internal/XamlBinding/InvalidationEventArgs.cs
src/Tizen.NUI/src/internal/XamlBinding/ListStringTypeConverter.cs
src/Tizen.NUI/src/internal/XamlBinding/MessagingCenter.cs
src/Tizen.NUI/src/internal/XamlBinding/NUIConstantExtension.cs
src/Tizen.NUI/src/internal/XamlBinding/OnIdiom.cs
src/Tizen.NUI/src/internal/XamlBinding/OnPlatform.cs
src/Tizen.NUI/src/internal/XamlBinding/ParameterAttribute.cs
src/Tizen.NUI/src/internal/XamlBinding/PositionTypeConverter.cs
src/Tizen.NUI/src/internal/XamlBinding/RectangleTypeConverter.cs
src/Tizen.NUI/src/internal/XamlBinding/RenderWithAttribute.cs
src/Tizen.NUI/src/internal/XamlBinding/ResolutionGroupNameAttribute.cs
src/Tizen.NUI/src/internal/XamlBinding/ResourcesChangedEventArgs.cs
src/Tizen.NUI/src/internal/XamlBinding/ResourcesExtensions.cs
src/Tizen.NUI/src/internal/XamlBinding/RotationTypeConverter.cs
src/Tizen.NUI/src/internal/XamlBinding/SynchronizedList.cs
src/Tizen.NUI/src/internal/XamlBinding/TargetIdiom.cs
src/Tizen.NUI/src/internal/XamlBinding/TargetPlatform.cs
src/Tizen.NUI/src/internal/XamlBinding/TemplateBinding.cs
src/Tizen.NUI/src/internal/XamlBinding/TemplateUtilities.cs
src/Tizen.NUI/src/internal/XamlBinding/TizenPlatformServices.cs
src/Tizen.NUI/src/internal/XamlBinding/ToolbarItemOrder.cs
src/Tizen.NUI/src/internal/XamlBinding/TrackableCollection.cs
src/Tizen.NUI/src/internal/XamlBinding/TypeConverterAttribute.cs
src/Tizen.NUI/src/internal/XamlBinding/TypeTypeConverter.cs
src/Tizen.NUI/src/internal/XamlBinding/UriTypeConverter.cs
src/Tizen.NUI/src/internal/XamlBinding/VectorTypeConverter.cs
src/Tizen.NUI/src/internal/XamlBinding/WeakEventManager.cs

index 24dfb62..53b08a4 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,15 +19,12 @@ using Tizen.NUI.Accessibility;
 
 namespace Tizen.NUI
 {
-
     internal class AccessibilityActionSignal : Disposable
     {
-
         internal AccessibilityActionSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.AccessibilityManager.DeleteAccessibilityActionSignal(swigCPtr);
index 9052d05..1bd7540 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -26,7 +26,6 @@ namespace Tizen.NUI
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.AccessibilityManager.DeleteAccessibilityFocusOvershotSignal(swigCPtr);
index 8a73ed5..946955c 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 
 namespace Tizen.NUI
 {
-
     internal class AnimatablePropertyComponentRegistration : Disposable
     {
-
         internal AnimatablePropertyComponentRegistration(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.NDalic.DeleteAnimatablePropertyComponentRegistration(swigCPtr);
         }
 
-
         public AnimatablePropertyComponentRegistration(TypeRegistration registered, string name, int index, int baseIndex, uint componentIndex) : this(Interop.NDalic.NewAnimatablePropertyComponentRegistration(TypeRegistration.getCPtr(registered), name, index, baseIndex, componentIndex), true)
         {
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
index ea0d378..83f32fe 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,12 +19,10 @@ namespace Tizen.NUI
 {
     internal class AnimatablePropertyRegistration : Disposable
     {
-
         internal AnimatablePropertyRegistration(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.NDalic.DeleteAnimatablePropertyRegistration(swigCPtr);
index c9f1e89..b958aba 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 
 namespace Tizen.NUI
 {
-
     internal class AnimationSignal : Disposable
     {
-
         internal AnimationSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.Animation.DeleteAnimationSignal(swigCPtr);
index c6312d1..624a2c2 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2018 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -20,266 +20,242 @@ using System.Collections.ObjectModel;
 using System.ComponentModel;
 using System.Diagnostics;
 using System.Runtime.InteropServices;
-using System.Threading;
-using System.Threading.Tasks;
 using Tizen.NUI.Binding;
-using Tizen.NUI.Binding.Internals;
 
 namespace Tizen.NUI
 {
     /**
       * @brief Event arguments that passed via NUIApplicationInit signal
-      *
       */
     internal class NUIApplicationInitEventArgs : EventArgs
     {
-        private Application _application;
+        private Application application;
 
         /**
           * @brief Application - is the application that is being initialized
-          *
           */
         public Application Application
         {
             get
             {
-                return _application;
+                return application;
             }
             set
             {
-                _application = value;
+                application = value;
             }
         }
     }
 
     /**
       * @brief Event arguments that passed via NUIApplicationTerminate signal
-      *
       */
     internal class NUIApplicationTerminatingEventArgs : EventArgs
     {
-        private Application _application;
+        private Application application;
         /**
           * @brief Application - is the application that is being Terminated
-          *
           */
         public Application Application
         {
             get
             {
-                return _application;
+                return application;
             }
             set
             {
-                _application = value;
+                application = value;
             }
         }
     }
 
     /**
       * @brief Event arguments that passed via NUIApplicationPause signal
-      *
       */
     internal class NUIApplicationPausedEventArgs : EventArgs
     {
-        private Application _application;
+        private Application application;
         /**
           * @brief Application - is the application that is being Paused
-          *
           */
         public Application Application
         {
             get
             {
-                return _application;
+                return application;
             }
             set
             {
-                _application = value;
+                application = value;
             }
         }
     }
 
     /**
       * @brief Event arguments that passed via NUIApplicationResume signal
-      *
       */
     internal class NUIApplicationResumedEventArgs : EventArgs
     {
-        private Application _application;
+        private Application application;
         /**
           * @brief Application - is the application that is being Resumed
-          *
           */
         public Application Application
         {
             get
             {
-                return _application;
+                return application;
             }
             set
             {
-                _application = value;
+                application = value;
             }
         }
     }
 
     /**
       * @brief Event arguments that passed via NUIApplicationReset signal
-      *
       */
     internal class NUIApplicationResetEventArgs : EventArgs
     {
-        private Application _application;
+        private Application application;
         /**
           * @brief Application - is the application that is being Reset
-          *
           */
         public Application Application
         {
             get
             {
-                return _application;
+                return application;
             }
             set
             {
-                _application = value;
+                application = value;
             }
         }
     }
 
     /**
       * @brief Event arguments that passed via NUIApplicationLanguageChanged signal
-      *
       */
     internal class NUIApplicationLanguageChangedEventArgs : EventArgs
     {
-        private Application _application;
+        private Application application;
         /**
           * @brief Application - is the application that is being affected with Device's language change
-          *
           */
         public Application Application
         {
             get
             {
-                return _application;
+                return application;
             }
             set
             {
-                _application = value;
+                application = value;
             }
         }
     }
 
     /**
       * @brief Event arguments that passed via NUIApplicationRegionChanged signal
-      *
       */
     internal class NUIApplicationRegionChangedEventArgs : EventArgs
     {
-        private Application _application;
+        private Application application;
         /**
           * @brief Application - is the application that is being affected with Device's region change
-          *
           */
         public Application Application
         {
             get
             {
-                return _application;
+                return application;
             }
             set
             {
-                _application = value;
+                application = value;
             }
         }
     }
 
     /**
       * @brief Event arguments that passed via NUIApplicationBatteryLow signal
-      *
       */
     internal class NUIApplicationBatteryLowEventArgs : EventArgs
     {
-        private Application.BatteryStatus _status;
+        private Application.BatteryStatus status;
         /**
           * @brief Application - is the application that is being affected when the battery level of the device is low
-          *
           */
         public Application.BatteryStatus BatteryStatus
         {
             get
             {
-                return _status;
+                return status;
             }
             set
             {
-                _status = value;
+                status = value;
             }
         }
     }
 
     /**
       * @brief Event arguments that passed via NUIApplicationMemoryLow signal
-      *
       */
     internal class NUIApplicationMemoryLowEventArgs : EventArgs
     {
-        private Application.MemoryStatus _status;
+        private Application.MemoryStatus status;
         /**
           * @brief Application - is the application that is being affected when the memory level of the device is low
-          *
           */
         public Application.MemoryStatus MemoryStatus
         {
             get
             {
-                return _status;
+                return status;
             }
             set
             {
-                _status = value;
+                status = value;
             }
         }
     }
 
     /**
       * @brief Event arguments that passed via NUIApplicationAppControl         signal
-      *
       */
     internal class NUIApplicationAppControlEventArgs : EventArgs
     {
-        private Application _application;
-        private IntPtr _voidp;
+        private Application application;
+        private IntPtr voidp;
         /**
           * @brief Application - is the application that is receiving the launch request from another application
-          *
           */
         public Application Application
         {
             get
             {
-                return _application;
+                return application;
             }
             set
             {
-                _application = value;
+                application = value;
             }
         }
         /**
           * @brief VoidP - contains the information about why the application is launched
-          *
           */
         public IntPtr VoidP
         {
             get
             {
-                return _voidp;
+                return voidp;
             }
             set
             {
-                _voidp = value;
+                voidp = value;
             }
         }
     }
@@ -300,10 +276,9 @@ namespace Tizen.NUI
 
     internal class Application : BaseHandle, IResourcesProvider, IElementConfiguration<Application>
     {
-
         static Application s_current;
 
-        ReadOnlyCollection<Element> _logicalChildren;
+        ReadOnlyCollection<Element> logicalChildren;
 
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static void SetCurrentApplication(Application value) => Current = value;
@@ -315,23 +290,21 @@ namespace Tizen.NUI
             {
                 if (s_current == value)
                     return;
-                if (value == null)
-                    s_current = null; //Allow to reset current for unittesting
                 s_current = value;
             }
         }
 
         internal override ReadOnlyCollection<Element> LogicalChildrenInternal
         {
-            get { return _logicalChildren ?? (_logicalChildren = new ReadOnlyCollection<Element>(InternalChildren)); }
+            get { return logicalChildren ?? (logicalChildren = new ReadOnlyCollection<Element>(InternalChildren)); }
         }
 
         internal IResourceDictionary SystemResources { get; }
 
         ObservableCollection<Element> InternalChildren { get; } = new ObservableCollection<Element>();
 
-        ResourceDictionary _resources;
-        public bool IsResourcesCreated => _resources != null;
+        ResourceDictionary resources;
+        public bool IsResourcesCreated => resources != null;
 
         public delegate void resChangeCb(object sender, ResourcesChangedEventArgs e);
 
@@ -370,26 +343,26 @@ namespace Tizen.NUI
         {
             get
             {
-                if (_resources != null)
-                    return _resources;
-
-                _resources = new ResourceDictionary();
-                int hashCode = _resources.GetHashCode();
-                ((IResourceDictionary)_resources).ValuesChanged += OnResourcesChanged;
-                return _resources;
+                if (resources == null)
+                {
+                    resources = new ResourceDictionary();
+                    int hashCode = resources.GetHashCode();
+                    ((IResourceDictionary)resources).ValuesChanged += OnResourcesChanged;
+                }
+                return resources;
             }
             set
             {
-                if (_resources == value)
+                if (resources == value)
                     return;
                 OnPropertyChanging();
 
-                if (_resources != null)
-                    ((IResourceDictionary)_resources).ValuesChanged -= OnResourcesChanged;
-                _resources = value;
+                if (resources != null)
+                    ((IResourceDictionary)resources).ValuesChanged -= OnResourcesChanged;
+                resources = value;
                 OnResourcesChanged(value);
-                if (_resources != null)
-                    ((IResourceDictionary)_resources).ValuesChanged += OnResourcesChanged;
+                if (resources != null)
+                    ((IResourceDictionary)resources).ValuesChanged += OnResourcesChanged;
 
                 OnPropertyChanged();
             }
@@ -426,12 +399,9 @@ namespace Tizen.NUI
             OnResourcesChanged(changedResources);
         }
 
-
         internal Application(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
             SetCurrentApplication(this);
-
-
             s_current = this;
         }
 
@@ -450,73 +420,72 @@ namespace Tizen.NUI
             //Release your own unmanaged resources here.
             //You should not access any managed member here except static instance.
             //because the execution order of Finalizes is non-deterministic.
-
-            if (_applicationInitEventCallbackDelegate != null)
+            if (applicationInitEventCallbackDelegate != null)
             {
-                initSignal?.Disconnect(_applicationInitEventCallbackDelegate);
+                initSignal?.Disconnect(applicationInitEventCallbackDelegate);
                 initSignal?.Dispose();
                 initSignal = null;
             }
 
-            if (_applicationTerminateEventCallbackDelegate != null)
+            if (applicationTerminateEventCallbackDelegate != null)
             {
-                terminateSignal?.Disconnect(_applicationTerminateEventCallbackDelegate);
+                terminateSignal?.Disconnect(applicationTerminateEventCallbackDelegate);
                 terminateSignal?.Dispose();
                 terminateSignal = null;
             }
 
-            if (_applicationPauseEventCallbackDelegate != null)
+            if (applicationPauseEventCallbackDelegate != null)
             {
-                pauseSignal?.Disconnect(_applicationPauseEventCallbackDelegate);
+                pauseSignal?.Disconnect(applicationPauseEventCallbackDelegate);
                 pauseSignal?.Dispose();
                 pauseSignal = null;
             }
 
-            if (_applicationResumeEventCallbackDelegate != null)
+            if (applicationResumeEventCallbackDelegate != null)
             {
-                resumeSignal?.Disconnect(_applicationResumeEventCallbackDelegate);
+                resumeSignal?.Disconnect(applicationResumeEventCallbackDelegate);
                 resumeSignal?.Dispose();
                 resumeSignal = null;
             }
 
-            if (_applicationResetEventCallbackDelegate != null)
+            if (applicationResetEventCallbackDelegate != null)
             {
-                resetSignal?.Disconnect(_applicationResetEventCallbackDelegate);
+                resetSignal?.Disconnect(applicationResetEventCallbackDelegate);
                 resetSignal?.Dispose();
                 resetSignal = null;
             }
 
-            if (_applicationLanguageChangedEventCallbackDelegate != null)
+            if (applicationLanguageChangedEventCallbackDelegate != null)
             {
-                languageChangedSignal?.Disconnect(_applicationLanguageChangedEventCallbackDelegate);
+                languageChangedSignal?.Disconnect(applicationLanguageChangedEventCallbackDelegate);
                 languageChangedSignal?.Dispose();
                 languageChangedSignal = null;
             }
 
-            if (_applicationRegionChangedEventCallbackDelegate != null)
+            if (applicationRegionChangedEventCallbackDelegate != null)
             {
-                regionChangedSignal?.Disconnect(_applicationRegionChangedEventCallbackDelegate);
+                regionChangedSignal?.Disconnect(applicationRegionChangedEventCallbackDelegate);
                 regionChangedSignal?.Dispose();
                 regionChangedSignal = null;
             }
 
-            if (_applicationBatteryLowEventCallbackDelegate != null)
+            if (applicationBatteryLowEventCallbackDelegate != null)
             {
-                batteryLowSignal?.Disconnect(_applicationBatteryLowEventCallbackDelegate);
+                batteryLowSignal?.Disconnect(applicationBatteryLowEventCallbackDelegate);
                 batteryLowSignal?.Dispose();
                 batteryLowSignal = null;
             }
 
-            if (_applicationMemoryLowEventCallbackDelegate != null)
+            if (applicationMemoryLowEventCallbackDelegate != null)
             {
-                memoryLowSignal?.Disconnect(_applicationMemoryLowEventCallbackDelegate);
+                memoryLowSignal?.Disconnect(applicationMemoryLowEventCallbackDelegate);
                 memoryLowSignal?.Dispose();
                 memoryLowSignal = null;
             }
 
-            if (_applicationAppControlEventCallbackDelegate != null)
+            if (applicationAppControlEventCallbackDelegate != null)
             {
-                appControlSignal?.Disconnect(_applicationAppControlEventCallbackDelegate);
+                appControlSignal?.Disconnect(applicationAppControlEventCallbackDelegate);
                 appControlSignal?.Dispose();
                 appControlSignal = null;
             }
@@ -547,65 +516,63 @@ namespace Tizen.NUI
 
         [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
         private delegate void NUIApplicationInitEventCallbackDelegate(IntPtr application);
-        private DaliEventHandler<object, NUIApplicationInitEventArgs> _applicationInitEventHandler;
-        private NUIApplicationInitEventCallbackDelegate _applicationInitEventCallbackDelegate;
+        private DaliEventHandler<object, NUIApplicationInitEventArgs> applicationInitEventHandler;
+        private NUIApplicationInitEventCallbackDelegate applicationInitEventCallbackDelegate;
         private ApplicationSignal initSignal;
 
-
         [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
         private delegate void NUIApplicationTerminateEventCallbackDelegate(IntPtr application);
-        private DaliEventHandler<object, NUIApplicationTerminatingEventArgs> _applicationTerminateEventHandler;
-        private NUIApplicationTerminateEventCallbackDelegate _applicationTerminateEventCallbackDelegate;
+        private DaliEventHandler<object, NUIApplicationTerminatingEventArgs> applicationTerminateEventHandler;
+        private NUIApplicationTerminateEventCallbackDelegate applicationTerminateEventCallbackDelegate;
         private ApplicationSignal terminateSignal;
 
-
         [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
         private delegate void NUIApplicationPauseEventCallbackDelegate(IntPtr application);
-        private DaliEventHandler<object, NUIApplicationPausedEventArgs> _applicationPauseEventHandler;
-        private NUIApplicationPauseEventCallbackDelegate _applicationPauseEventCallbackDelegate;
+        private DaliEventHandler<object, NUIApplicationPausedEventArgs> applicationPauseEventHandler;
+        private NUIApplicationPauseEventCallbackDelegate applicationPauseEventCallbackDelegate;
         private ApplicationSignal pauseSignal;
 
         [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
         private delegate void NUIApplicationResumeEventCallbackDelegate(IntPtr application);
-        private DaliEventHandler<object, NUIApplicationResumedEventArgs> _applicationResumeEventHandler;
-        private NUIApplicationResumeEventCallbackDelegate _applicationResumeEventCallbackDelegate;
+        private DaliEventHandler<object, NUIApplicationResumedEventArgs> applicationResumeEventHandler;
+        private NUIApplicationResumeEventCallbackDelegate applicationResumeEventCallbackDelegate;
         private ApplicationSignal resumeSignal;
 
         [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
         private delegate void NUIApplicationResetEventCallbackDelegate(IntPtr application);
-        private DaliEventHandler<object, NUIApplicationResetEventArgs> _applicationResetEventHandler;
-        private NUIApplicationResetEventCallbackDelegate _applicationResetEventCallbackDelegate;
+        private DaliEventHandler<object, NUIApplicationResetEventArgs> applicationResetEventHandler;
+        private NUIApplicationResetEventCallbackDelegate applicationResetEventCallbackDelegate;
         private ApplicationSignal resetSignal;
 
         [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
         private delegate void NUIApplicationLanguageChangedEventCallbackDelegate(IntPtr application);
-        private DaliEventHandler<object, NUIApplicationLanguageChangedEventArgs> _applicationLanguageChangedEventHandler;
-        private NUIApplicationLanguageChangedEventCallbackDelegate _applicationLanguageChangedEventCallbackDelegate;
+        private DaliEventHandler<object, NUIApplicationLanguageChangedEventArgs> applicationLanguageChangedEventHandler;
+        private NUIApplicationLanguageChangedEventCallbackDelegate applicationLanguageChangedEventCallbackDelegate;
         private ApplicationSignal languageChangedSignal;
 
 
         [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
         private delegate void NUIApplicationRegionChangedEventCallbackDelegate(IntPtr application);
-        private DaliEventHandler<object, NUIApplicationRegionChangedEventArgs> _applicationRegionChangedEventHandler;
-        private NUIApplicationRegionChangedEventCallbackDelegate _applicationRegionChangedEventCallbackDelegate;
+        private DaliEventHandler<object, NUIApplicationRegionChangedEventArgs> applicationRegionChangedEventHandler;
+        private NUIApplicationRegionChangedEventCallbackDelegate applicationRegionChangedEventCallbackDelegate;
         private ApplicationSignal regionChangedSignal;
 
         [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
         private delegate void NUIApplicationBatteryLowEventCallbackDelegate(BatteryStatus status);
-        private DaliEventHandler<object, NUIApplicationBatteryLowEventArgs> _applicationBatteryLowEventHandler;
-        private NUIApplicationBatteryLowEventCallbackDelegate _applicationBatteryLowEventCallbackDelegate;
+        private DaliEventHandler<object, NUIApplicationBatteryLowEventArgs> applicationBatteryLowEventHandler;
+        private NUIApplicationBatteryLowEventCallbackDelegate applicationBatteryLowEventCallbackDelegate;
         private LowBatterySignalType batteryLowSignal;
 
         [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
         private delegate void NUIApplicationMemoryLowEventCallbackDelegate(MemoryStatus status);
-        private DaliEventHandler<object, NUIApplicationMemoryLowEventArgs> _applicationMemoryLowEventHandler;
-        private NUIApplicationMemoryLowEventCallbackDelegate _applicationMemoryLowEventCallbackDelegate;
+        private DaliEventHandler<object, NUIApplicationMemoryLowEventArgs> applicationMemoryLowEventHandler;
+        private NUIApplicationMemoryLowEventCallbackDelegate applicationMemoryLowEventCallbackDelegate;
         private LowMemorySignalType memoryLowSignal;
 
         [UnmanagedFunctionPointer(CallingConvention.Cdecl)]
         private delegate void NUIApplicationAppControlEventCallbackDelegate(IntPtr application, IntPtr voidp);
-        private DaliEventHandler<object, NUIApplicationAppControlEventArgs> _applicationAppControlEventHandler;
-        private NUIApplicationAppControlEventCallbackDelegate _applicationAppControlEventCallbackDelegate;
+        private DaliEventHandler<object, NUIApplicationAppControlEventArgs> applicationAppControlEventHandler;
+        private NUIApplicationAppControlEventCallbackDelegate applicationAppControlEventCallbackDelegate;
         private ApplicationControlSignal appControlSignal;
 
         private Window win;
@@ -619,25 +586,25 @@ namespace Tizen.NUI
             add
             {
                 // Restricted to only one listener
-                if (_applicationInitEventHandler == null)
+                if (applicationInitEventHandler == null)
                 {
-                    _applicationInitEventHandler += value;
-                    _applicationInitEventCallbackDelegate = new NUIApplicationInitEventCallbackDelegate(OnApplicationInit);
+                    applicationInitEventHandler += value;
+                    applicationInitEventCallbackDelegate = new NUIApplicationInitEventCallbackDelegate(OnApplicationInit);
                     initSignal = this.InitSignal();
-                    initSignal?.Connect(_applicationInitEventCallbackDelegate);
+                    initSignal?.Connect(applicationInitEventCallbackDelegate);
                 }
             }
 
             remove
             {
-                if (_applicationInitEventHandler != null)
+                if (applicationInitEventHandler != null)
                 {
-                    initSignal?.Disconnect(_applicationInitEventCallbackDelegate);
+                    initSignal?.Disconnect(applicationInitEventCallbackDelegate);
                     initSignal?.Dispose();
                     initSignal = null;
                 }
 
-                _applicationInitEventHandler -= value;
+                applicationInitEventHandler -= value;
             }
         }
 
@@ -653,11 +620,11 @@ namespace Tizen.NUI
                 Window.Instance.Show();
             }
 
-            if (_applicationInitEventHandler != null)
+            if (applicationInitEventHandler != null)
             {
                 NUIApplicationInitEventArgs e = new NUIApplicationInitEventArgs();
                 e.Application = this;
-                _applicationInitEventHandler.Invoke(this, e);
+                applicationInitEventHandler.Invoke(this, e);
             }
 
         }
@@ -671,37 +638,37 @@ namespace Tizen.NUI
             add
             {
                 // Restricted to only one listener
-                if (_applicationTerminateEventHandler == null)
+                if (applicationTerminateEventHandler == null)
                 {
-                    _applicationTerminateEventHandler += value;
+                    applicationTerminateEventHandler += value;
 
-                    _applicationTerminateEventCallbackDelegate = new NUIApplicationTerminateEventCallbackDelegate(OnNUIApplicationTerminate);
+                    applicationTerminateEventCallbackDelegate = new NUIApplicationTerminateEventCallbackDelegate(OnNUIApplicationTerminate);
                     terminateSignal = this.TerminateSignal();
-                    terminateSignal?.Connect(_applicationTerminateEventCallbackDelegate);
+                    terminateSignal?.Connect(applicationTerminateEventCallbackDelegate);
                 }
             }
 
             remove
             {
-                if (_applicationTerminateEventHandler != null)
+                if (applicationTerminateEventHandler != null)
                 {
-                    terminateSignal?.Disconnect(_applicationTerminateEventCallbackDelegate);
+                    terminateSignal?.Disconnect(applicationTerminateEventCallbackDelegate);
                     terminateSignal?.Dispose();
                     terminateSignal = null;
                 }
 
-                _applicationTerminateEventHandler -= value;
+                applicationTerminateEventHandler -= value;
             }
         }
 
         // Callback for Application TerminateSignal
         private void OnNUIApplicationTerminate(IntPtr data)
         {
-            if (_applicationTerminateEventHandler != null)
+            if (applicationTerminateEventHandler != null)
             {
                 NUIApplicationTerminatingEventArgs e = new NUIApplicationTerminatingEventArgs();
                 e.Application = this;
-                _applicationTerminateEventHandler.Invoke(this, e);
+                applicationTerminateEventHandler.Invoke(this, e);
             }
 
             List<Window> windows = GetWindowList();
@@ -720,37 +687,37 @@ namespace Tizen.NUI
             add
             {
                 // Restricted to only one listener
-                if (_applicationPauseEventHandler == null)
+                if (applicationPauseEventHandler == null)
                 {
-                    _applicationPauseEventHandler += value;
+                    applicationPauseEventHandler += value;
 
-                    _applicationPauseEventCallbackDelegate = new NUIApplicationPauseEventCallbackDelegate(OnNUIApplicationPause);
+                    applicationPauseEventCallbackDelegate = new NUIApplicationPauseEventCallbackDelegate(OnNUIApplicationPause);
                     pauseSignal = this.PauseSignal();
-                    pauseSignal?.Connect(_applicationPauseEventCallbackDelegate);
+                    pauseSignal?.Connect(applicationPauseEventCallbackDelegate);
                 }
             }
 
             remove
             {
-                if (_applicationPauseEventHandler != null)
+                if (applicationPauseEventHandler != null)
                 {
-                    pauseSignal?.Disconnect(_applicationPauseEventCallbackDelegate);
+                    pauseSignal?.Disconnect(applicationPauseEventCallbackDelegate);
                     pauseSignal?.Dispose();
                     pauseSignal = null;
                 }
 
-                _applicationPauseEventHandler -= value;
+                applicationPauseEventHandler -= value;
             }
         }
 
         // Callback for Application PauseSignal
         private void OnNUIApplicationPause(IntPtr data)
         {
-            if (_applicationPauseEventHandler != null)
+            if (applicationPauseEventHandler != null)
             {
                 NUIApplicationPausedEventArgs e = new NUIApplicationPausedEventArgs();
                 e.Application = this;
-                _applicationPauseEventHandler.Invoke(this, e);
+                applicationPauseEventHandler.Invoke(this, e);
             }
         }
 
@@ -763,37 +730,37 @@ namespace Tizen.NUI
             add
             {
                 // Restricted to only one listener
-                if (_applicationResumeEventHandler == null)
+                if (applicationResumeEventHandler == null)
                 {
-                    _applicationResumeEventHandler += value;
+                    applicationResumeEventHandler += value;
 
-                    _applicationResumeEventCallbackDelegate = new NUIApplicationResumeEventCallbackDelegate(OnNUIApplicationResume);
+                    applicationResumeEventCallbackDelegate = new NUIApplicationResumeEventCallbackDelegate(OnNUIApplicationResume);
                     resumeSignal = this.ResumeSignal();
-                    resumeSignal?.Connect(_applicationResumeEventCallbackDelegate);
+                    resumeSignal?.Connect(applicationResumeEventCallbackDelegate);
                 }
             }
 
             remove
             {
-                if (_applicationResumeEventHandler != null)
+                if (applicationResumeEventHandler != null)
                 {
-                    resumeSignal?.Disconnect(_applicationResumeEventCallbackDelegate);
+                    resumeSignal?.Disconnect(applicationResumeEventCallbackDelegate);
                     resumeSignal?.Dispose();
                     resumeSignal = null;
                 }
 
-                _applicationResumeEventHandler -= value;
+                applicationResumeEventHandler -= value;
             }
         }
 
         // Callback for Application ResumeSignal
         private void OnNUIApplicationResume(IntPtr data)
         {
-            if (_applicationResumeEventHandler != null)
+            if (applicationResumeEventHandler != null)
             {
                 NUIApplicationResumedEventArgs e = new NUIApplicationResumedEventArgs();
                 e.Application = this;
-                _applicationResumeEventHandler.Invoke(this, e);
+                applicationResumeEventHandler.Invoke(this, e);
             }
         }
 
@@ -806,37 +773,37 @@ namespace Tizen.NUI
             add
             {
                 // Restricted to only one listener
-                if (_applicationResetEventHandler == null)
+                if (applicationResetEventHandler == null)
                 {
-                    _applicationResetEventHandler += value;
+                    applicationResetEventHandler += value;
 
-                    _applicationResetEventCallbackDelegate = new NUIApplicationResetEventCallbackDelegate(OnNUIApplicationReset);
+                    applicationResetEventCallbackDelegate = new NUIApplicationResetEventCallbackDelegate(OnNUIApplicationReset);
                     resetSignal = this.ResetSignal();
-                    resetSignal?.Connect(_applicationResetEventCallbackDelegate);
+                    resetSignal?.Connect(applicationResetEventCallbackDelegate);
                 }
             }
 
             remove
             {
-                if (_applicationResetEventHandler != null)
+                if (applicationResetEventHandler != null)
                 {
-                    resetSignal?.Disconnect(_applicationResetEventCallbackDelegate);
+                    resetSignal?.Disconnect(applicationResetEventCallbackDelegate);
                     resetSignal?.Dispose();
                     resetSignal = null;
                 }
 
-                _applicationResetEventHandler -= value;
+                applicationResetEventHandler -= value;
             }
         }
 
         // Callback for Application ResetSignal
         private void OnNUIApplicationReset(IntPtr data)
         {
-            if (_applicationResetEventHandler != null)
+            if (applicationResetEventHandler != null)
             {
                 NUIApplicationResetEventArgs e = new NUIApplicationResetEventArgs();
                 e.Application = this;
-                _applicationResetEventHandler.Invoke(this, e);
+                applicationResetEventHandler.Invoke(this, e);
             }
         }
 
@@ -849,37 +816,37 @@ namespace Tizen.NUI
             add
             {
                 // Restricted to only one listener
-                if (_applicationLanguageChangedEventHandler == null)
+                if (applicationLanguageChangedEventHandler == null)
                 {
-                    _applicationLanguageChangedEventHandler += value;
+                    applicationLanguageChangedEventHandler += value;
 
-                    _applicationLanguageChangedEventCallbackDelegate = new NUIApplicationLanguageChangedEventCallbackDelegate(OnNUIApplicationLanguageChanged);
+                    applicationLanguageChangedEventCallbackDelegate = new NUIApplicationLanguageChangedEventCallbackDelegate(OnNUIApplicationLanguageChanged);
                     languageChangedSignal = this.LanguageChangedSignal();
-                    languageChangedSignal?.Connect(_applicationLanguageChangedEventCallbackDelegate);
+                    languageChangedSignal?.Connect(applicationLanguageChangedEventCallbackDelegate);
                 }
             }
 
             remove
             {
-                if (_applicationLanguageChangedEventHandler != null)
+                if (applicationLanguageChangedEventHandler != null)
                 {
-                    languageChangedSignal?.Disconnect(_applicationLanguageChangedEventCallbackDelegate);
+                    languageChangedSignal?.Disconnect(applicationLanguageChangedEventCallbackDelegate);
                     languageChangedSignal?.Dispose();
                     languageChangedSignal = null;
                 }
 
-                _applicationLanguageChangedEventHandler -= value;
+                applicationLanguageChangedEventHandler -= value;
             }
         }
 
         // Callback for Application LanguageChangedSignal
         private void OnNUIApplicationLanguageChanged(IntPtr data)
         {
-            if (_applicationLanguageChangedEventHandler != null)
+            if (applicationLanguageChangedEventHandler != null)
             {
                 NUIApplicationLanguageChangedEventArgs e = new NUIApplicationLanguageChangedEventArgs();
                 e.Application = this;
-                _applicationLanguageChangedEventHandler.Invoke(this, e);
+                applicationLanguageChangedEventHandler.Invoke(this, e);
             }
         }
 
@@ -892,37 +859,37 @@ namespace Tizen.NUI
             add
             {
                 // Restricted to only one listener
-                if (_applicationRegionChangedEventHandler == null)
+                if (applicationRegionChangedEventHandler == null)
                 {
-                    _applicationRegionChangedEventHandler += value;
+                    applicationRegionChangedEventHandler += value;
 
-                    _applicationRegionChangedEventCallbackDelegate = new NUIApplicationRegionChangedEventCallbackDelegate(OnNUIApplicationRegionChanged);
+                    applicationRegionChangedEventCallbackDelegate = new NUIApplicationRegionChangedEventCallbackDelegate(OnNUIApplicationRegionChanged);
                     regionChangedSignal = this.RegionChangedSignal();
-                    regionChangedSignal?.Connect(_applicationRegionChangedEventCallbackDelegate);
+                    regionChangedSignal?.Connect(applicationRegionChangedEventCallbackDelegate);
                 }
             }
 
             remove
             {
-                if (_applicationRegionChangedEventHandler != null)
+                if (applicationRegionChangedEventHandler != null)
                 {
-                    regionChangedSignal?.Disconnect(_applicationRegionChangedEventCallbackDelegate);
+                    regionChangedSignal?.Disconnect(applicationRegionChangedEventCallbackDelegate);
                     regionChangedSignal?.Dispose();
                     regionChangedSignal = null;
                 }
 
-                _applicationRegionChangedEventHandler -= value;
+                applicationRegionChangedEventHandler -= value;
             }
         }
 
         // Callback for Application RegionChangedSignal
         private void OnNUIApplicationRegionChanged(IntPtr data)
         {
-            if (_applicationRegionChangedEventHandler != null)
+            if (applicationRegionChangedEventHandler != null)
             {
                 NUIApplicationRegionChangedEventArgs e = new NUIApplicationRegionChangedEventArgs();
                 e.Application = this;
-                _applicationRegionChangedEventHandler.Invoke(this, e);
+                applicationRegionChangedEventHandler.Invoke(this, e);
             }
         }
 
@@ -935,26 +902,26 @@ namespace Tizen.NUI
             add
             {
                 // Restricted to only one listener
-                if (_applicationBatteryLowEventHandler == null)
+                if (applicationBatteryLowEventHandler == null)
                 {
-                    _applicationBatteryLowEventHandler += value;
+                    applicationBatteryLowEventHandler += value;
 
-                    _applicationBatteryLowEventCallbackDelegate = new NUIApplicationBatteryLowEventCallbackDelegate(OnNUIApplicationBatteryLow);
+                    applicationBatteryLowEventCallbackDelegate = new NUIApplicationBatteryLowEventCallbackDelegate(OnNUIApplicationBatteryLow);
                     batteryLowSignal = this.BatteryLowSignal();
-                    batteryLowSignal?.Connect(_applicationBatteryLowEventCallbackDelegate);
+                    batteryLowSignal?.Connect(applicationBatteryLowEventCallbackDelegate);
                 }
             }
 
             remove
             {
-                if (_applicationBatteryLowEventHandler != null)
+                if (applicationBatteryLowEventHandler != null)
                 {
-                    batteryLowSignal?.Disconnect(_applicationBatteryLowEventCallbackDelegate);
+                    batteryLowSignal?.Disconnect(applicationBatteryLowEventCallbackDelegate);
                     batteryLowSignal?.Dispose();
                     batteryLowSignal = null;
                 }
 
-                _applicationBatteryLowEventHandler -= value;
+                applicationBatteryLowEventHandler -= value;
             }
         }
 
@@ -965,7 +932,7 @@ namespace Tizen.NUI
 
             // Populate all members of "e" (NUIApplicationBatteryLowEventArgs) with real data
             e.BatteryStatus = status;
-            _applicationBatteryLowEventHandler?.Invoke(this, e);
+            applicationBatteryLowEventHandler?.Invoke(this, e);
         }
 
         /**
@@ -977,26 +944,26 @@ namespace Tizen.NUI
             add
             {
                 // Restricted to only one listener
-                if (_applicationMemoryLowEventHandler == null)
+                if (applicationMemoryLowEventHandler == null)
                 {
-                    _applicationMemoryLowEventHandler += value;
+                    applicationMemoryLowEventHandler += value;
 
-                    _applicationMemoryLowEventCallbackDelegate = new NUIApplicationMemoryLowEventCallbackDelegate(OnNUIApplicationMemoryLow);
+                    applicationMemoryLowEventCallbackDelegate = new NUIApplicationMemoryLowEventCallbackDelegate(OnNUIApplicationMemoryLow);
                     memoryLowSignal = this.MemoryLowSignal();
-                    memoryLowSignal?.Connect(_applicationMemoryLowEventCallbackDelegate);
+                    memoryLowSignal?.Connect(applicationMemoryLowEventCallbackDelegate);
                 }
             }
 
             remove
             {
-                if (_applicationMemoryLowEventHandler != null)
+                if (applicationMemoryLowEventHandler != null)
                 {
-                    memoryLowSignal?.Disconnect(_applicationMemoryLowEventCallbackDelegate);
+                    memoryLowSignal?.Disconnect(applicationMemoryLowEventCallbackDelegate);
                     memoryLowSignal?.Dispose();
                     memoryLowSignal = null;
                 }
 
-                _applicationMemoryLowEventHandler -= value;
+                applicationMemoryLowEventHandler -= value;
             }
         }
 
@@ -1007,7 +974,7 @@ namespace Tizen.NUI
 
             // Populate all members of "e" (NUIApplicationMemoryLowEventArgs) with real data
             e.MemoryStatus = status;
-            _applicationMemoryLowEventHandler?.Invoke(this, e);
+            applicationMemoryLowEventHandler?.Invoke(this, e);
         }
 
         /**
@@ -1019,48 +986,48 @@ namespace Tizen.NUI
             add
             {
                 // Restricted to only one listener
-                if (_applicationAppControlEventHandler == null)
+                if (applicationAppControlEventHandler == null)
                 {
-                    _applicationAppControlEventHandler += value;
+                    applicationAppControlEventHandler += value;
 
-                    _applicationAppControlEventCallbackDelegate = new NUIApplicationAppControlEventCallbackDelegate(OnNUIApplicationAppControl);
+                    applicationAppControlEventCallbackDelegate = new NUIApplicationAppControlEventCallbackDelegate(OnNUIApplicationAppControl);
                     appControlSignal = this.AppControlSignal();
-                    appControlSignal?.Connect(_applicationAppControlEventCallbackDelegate);
+                    appControlSignal?.Connect(applicationAppControlEventCallbackDelegate);
                 }
             }
 
             remove
             {
-                if (_applicationAppControlEventHandler != null)
+                if (applicationAppControlEventHandler != null)
                 {
-                    appControlSignal?.Disconnect(_applicationAppControlEventCallbackDelegate);
+                    appControlSignal?.Disconnect(applicationAppControlEventCallbackDelegate);
                     appControlSignal?.Dispose();
                     appControlSignal = null;
                 }
 
-                _applicationAppControlEventHandler -= value;
+                applicationAppControlEventHandler -= value;
             }
         }
 
         // Callback for Application AppControlSignal
         private void OnNUIApplicationAppControl(IntPtr application, IntPtr voidp)
         {
-            if (_applicationAppControlEventHandler != null)
+            if (applicationAppControlEventHandler != null)
             {
                 NUIApplicationAppControlEventArgs e = new NUIApplicationAppControlEventArgs();
                 e.VoidP = voidp;
                 e.Application = this;
-                _applicationAppControlEventHandler.Invoke(this, e);
+                applicationAppControlEventHandler.Invoke(this, e);
             }
         }
 
-        protected static Application _instance; // singleton
+        protected static Application instance; // singleton
 
         public static Application Instance
         {
             get
             {
-                return _instance;
+                return instance;
             }
         }
 
@@ -1090,59 +1057,59 @@ namespace Tizen.NUI
         {
             // register all Views with the type registry, so that can be created / styled via JSON
             //ViewRegistryHelper.Initialize(); //moved to Application side.
-            if (_instance)
+            if (instance)
             {
-                return _instance;
+                return instance;
             }
 
             Application ret = New(1, stylesheet, windowMode);
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
 
             // set the singleton
-            _instance = ret;
+            instance = ret;
             return ret;
         }
 
         public static Application NewApplication(string stylesheet, NUIApplication.WindowMode windowMode, Rectangle positionSize)
         {
-            if (_instance)
+            if (instance)
             {
-                return _instance;
+                return instance;
             }
             Application ret = New(1, stylesheet, windowMode, positionSize);
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
 
             // set the singleton
-            _instance = ret;
+            instance = ret;
             return ret;
         }
 
         public static Application NewApplication(string[] args, string stylesheet, NUIApplication.WindowMode windowMode)
         {
-            if (_instance)
+            if (instance)
             {
-                return _instance;
+                return instance;
             }
             Application ret = New(args, stylesheet, windowMode);
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
 
             // set the singleton
-            _instance = ret;
-            return _instance;
+            instance = ret;
+            return instance;
         }
 
         public static Application NewApplication(string[] args, string stylesheet, NUIApplication.WindowMode windowMode, Rectangle positionSize)
         {
-            if (_instance)
+            if (instance)
             {
-                return _instance;
+                return instance;
             }
             Application ret = New(args, stylesheet, windowMode, positionSize);
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
 
             // set the singleton
-            _instance = ret;
-            return _instance;
+            instance = ret;
+            return instance;
         }
 
         /// <summary>
index bfec36f..f137152 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@ namespace Tizen.NUI
 {
     internal class ApplicationControlSignal : Disposable
     {
-
         internal ApplicationControlSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index 0a23479..947d644 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,7 +17,6 @@
 
 namespace Tizen.NUI
 {
-
     internal class ApplicationSignal : Disposable
     {
 
index c13ecb1..7fee197 100755 (executable)
@@ -1,6 +1,21 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+using System;
 using System.Runtime.InteropServices;
 
 namespace Tizen.NUI
@@ -45,7 +60,7 @@ namespace Tizen.NUI
         {
             ComponentApplication ret = New(args, stylesheet);
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-            _instance = ret;
+            instance = ret;
             return ret;
         }
 
@@ -75,14 +90,12 @@ namespace Tizen.NUI
             return ret;
         }
 
-
         [UnmanagedFunctionPointer(CallingConvention.StdCall)]
         private delegate IntPtr NUIComponentApplicationCreatenativeEventCallbackDelegate();
 
         public delegate IntPtr CreateNativeEventHandler();
-        private CreateNativeEventHandler _applicationCreateNativeEventHandler;
-        private NUIComponentApplicationCreatenativeEventCallbackDelegate _applicationCreateNativeEventCallbackDelegate;
-
+        private CreateNativeEventHandler applicationCreateNativeEventHandler;
+        private NUIComponentApplicationCreatenativeEventCallbackDelegate applicationCreateNativeEventCallbackDelegate;
 
         /**
           * @brief Event for Initialized signal which can be used to subscribe/unsubscribe the event handler
@@ -93,23 +106,23 @@ namespace Tizen.NUI
             add
             {
                 // Restricted to only one listener
-                if (_applicationCreateNativeEventHandler == null)
+                if (applicationCreateNativeEventHandler == null)
                 {
-                    _applicationCreateNativeEventHandler += value;
+                    applicationCreateNativeEventHandler += value;
 
-                    _applicationCreateNativeEventCallbackDelegate = new NUIComponentApplicationCreatenativeEventCallbackDelegate(OnApplicationCreateNative);
-                    Connect(_applicationCreateNativeEventCallbackDelegate);
+                    applicationCreateNativeEventCallbackDelegate = new NUIComponentApplicationCreatenativeEventCallbackDelegate(OnApplicationCreateNative);
+                    Connect(applicationCreateNativeEventCallbackDelegate);
                 }
             }
 
             remove
             {
-                if (_applicationCreateNativeEventHandler != null)
+                if (applicationCreateNativeEventHandler != null)
                 {
-                    Disconnect(_applicationCreateNativeEventCallbackDelegate);
+                    Disconnect(applicationCreateNativeEventCallbackDelegate);
                 }
 
-                _applicationCreateNativeEventHandler -= value;
+                applicationCreateNativeEventHandler -= value;
             }
         }
 
@@ -148,17 +161,7 @@ namespace Tizen.NUI
         // Callback for Application InitSignal
         private IntPtr OnApplicationCreateNative()
         {
-            IntPtr handle = IntPtr.Zero;
-
-            if (_applicationCreateNativeEventHandler != null)
-            {
-                handle = _applicationCreateNativeEventHandler.Invoke();
-            }
-
-            return handle;
+            return applicationCreateNativeEventHandler?.Invoke() ?? IntPtr.Zero;
         }
-
     }
-
-
 }
index 0805631..33b6301 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -25,29 +25,29 @@ namespace Tizen.NUI
 {
     class NUIComponentCoreBackend : ICoreBackend
     {
-        private Dictionary<Type, ComponentStateManger> _componentFactories;
+        private Dictionary<Type, ComponentStateManger> componentFactories;
         public Dictionary<Type, ComponentStateManger> ComponentFactories
         {
             set
             {
-                _componentFactories = value;
+                componentFactories = value;
             }
             get
             {
-                return _componentFactories;
+                return componentFactories;
             }
         }
 
         /// <summary>
         /// Application instance to connect event.
         /// </summary>
-        protected ComponentApplication _application;
-        private string _stylesheet = "";
+        protected ComponentApplication application;
+        private string stylesheet = "";
 
         /// <summary>
         /// Dictionary to contain each type of event callback.
         /// </summary>
-        protected IDictionary<EventType, object> Handlers = new Dictionary<EventType, object>();
+        protected IDictionary<EventType, object> handlers = new Dictionary<EventType, object>();
 
         /// <summary>
         /// Adds NUIApplication event to Application.
@@ -57,7 +57,7 @@ namespace Tizen.NUI
         /// <param name="handler">The event callback.</param>
         public void AddEventHandler(EventType evType, Action handler)
         {
-            Handlers.Add(evType, handler);
+            handlers.Add(evType, handler);
         }
 
         /// <summary>
@@ -69,7 +69,7 @@ namespace Tizen.NUI
         /// <param name="handler">The event callback.</param>
         public void AddEventHandler<TEventArgs>(EventType evType, Action<TEventArgs> handler) where TEventArgs : EventArgs
         {
-            Handlers.Add(evType, handler);
+            handlers.Add(evType, handler);
         }
 
         /// <summary>
@@ -84,7 +84,7 @@ namespace Tizen.NUI
         /// </summary>
         public NUIComponentCoreBackend(string stylesheet)
         {
-            _stylesheet = stylesheet;
+            this.stylesheet = stylesheet;
         }
 
         /// <summary>
@@ -92,9 +92,9 @@ namespace Tizen.NUI
         /// </summary>
         public void Dispose()
         {
-            if (_application != null)
+            if (application != null)
             {
-                _application.Dispose();
+                application.Dispose();
             }
         }
 
@@ -103,9 +103,9 @@ namespace Tizen.NUI
         /// </summary>
         public void Exit()
         {
-            if (_application != null)
+            if (application != null)
             {
-                _application.Quit();
+                application.Quit();
             }
         }
 
@@ -118,13 +118,13 @@ namespace Tizen.NUI
             TizenSynchronizationContext.Initialize();
 
             args[0] = Tizen.Applications.Application.Current.ApplicationInfo.ExecutablePath;
-            _application = ComponentApplication.NewComponentApplication(args, _stylesheet);
+            application = ComponentApplication.NewComponentApplication(args, stylesheet);
 
-            _application.Initialized += OnInitialized;
-            _application.CreateNative += OnCreateNative;
-            _application.Terminating += OnTerminated;
+            application.Initialized += OnInitialized;
+            application.CreateNative += OnCreateNative;
+            application.Terminating += OnTerminated;
 
-            _application.MainLoop();
+            application.MainLoop();
         }
 
 
@@ -135,7 +135,7 @@ namespace Tizen.NUI
         {
             IntPtr nativeComponentFactoryMap = IntPtr.Zero;
             int n = 0;
-            foreach (KeyValuePair<Type, ComponentStateManger> entry in _componentFactories)
+            foreach (KeyValuePair<Type, ComponentStateManger> entry in componentFactories)
             {
                 nativeComponentFactoryMap = entry.Value.Bind(nativeComponentFactoryMap);
                 n++;
@@ -150,8 +150,7 @@ namespace Tizen.NUI
         /// <param name="e">The event argument for Initialized.</param>
         private void OnInitialized(object source, NUIApplicationInitEventArgs e)
         {
-            var createHandler = Handlers[EventType.Created] as Action;
-            createHandler?.Invoke();
+            (handlers[EventType.Created] as Action)?.Invoke();
         }
 
         /// <summary>
@@ -161,8 +160,7 @@ namespace Tizen.NUI
         /// <param name="e">The event argument for Terminated.</param>
         private void OnTerminated(object source, NUIApplicationTerminatingEventArgs e)
         {
-            var handler = Handlers[EventType.Terminated] as Action;
-            handler?.Invoke();
+            (handlers[EventType.Terminated] as Action)?.Invoke();
         }
 
     }
index 73eacd8..5c79e29 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -27,14 +27,14 @@ namespace Tizen.NUI
         /// <summary>
         /// Application instance to connect event.
         /// </summary>
-        protected WidgetApplication _application;
-        private string _stylesheet = "";
-        Dictionary<System.Type, string> _widgetInfo;
+        protected WidgetApplication application;
+        private string stylesheet = "";
+        private Dictionary<System.Type, string> widgetInfo;
 
         /// <summary>
         /// Dictionary to contain each type of event callback.
         /// </summary>
-        protected IDictionary<EventType, object> Handlers = new Dictionary<EventType, object>();
+        protected IDictionary<EventType, object> handlers = new Dictionary<EventType, object>();
 
         /// <summary>
         /// The default Constructor.
@@ -48,7 +48,7 @@ namespace Tizen.NUI
         /// </summary>
         public NUIWidgetCoreBackend(string stylesheet)
         {
-            _stylesheet = stylesheet;
+            this.stylesheet = stylesheet;
         }
 
         /// <summary>
@@ -59,7 +59,7 @@ namespace Tizen.NUI
         /// <param name="handler">Event callback</param>
         public void AddEventHandler(EventType evType, Action handler)
         {
-            Handlers.Add(evType, handler);
+            handlers.Add(evType, handler);
         }
 
         /// <summary>
@@ -71,7 +71,7 @@ namespace Tizen.NUI
         /// <param name="handler">Event callback</param>
         public void AddEventHandler<TEventArgs>(EventType evType, Action<TEventArgs> handler) where TEventArgs : EventArgs
         {
-            Handlers.Add(evType, handler);
+            handlers.Add(evType, handler);
         }
 
 
@@ -80,10 +80,7 @@ namespace Tizen.NUI
         /// </summary>
         public void Dispose()
         {
-            if (_application != null)
-            {
-                _application.Dispose();
-            }
+            application?.Dispose();
         }
 
         /// <summary>
@@ -91,23 +88,17 @@ namespace Tizen.NUI
         /// </summary>
         public void Exit()
         {
-            if (_application != null)
-            {
-                _application.Quit();
-            }
+            application?.Quit();
         }
 
         public void RegisterWidgetInfo(Dictionary<System.Type, string> widgetInfo)
         {
-            _widgetInfo = widgetInfo;
+            this.widgetInfo = widgetInfo;
         }
 
         public void AddWidgetInfo(Dictionary<System.Type, string> widgetInfo)
         {
-            if (_application != null)
-            {
-                _application.AddWidgetInfo(widgetInfo);
-            }
+            application?.AddWidgetInfo(widgetInfo);
         }
 
         /// <summary>
@@ -119,17 +110,17 @@ namespace Tizen.NUI
             TizenSynchronizationContext.Initialize();
 
             args[0] = Tizen.Applications.Application.Current.ApplicationInfo.ExecutablePath;
-            _application = WidgetApplication.NewWidgetApplication(args, _stylesheet);
-            _application.RegisterWidgetInfo(_widgetInfo);
+            application = WidgetApplication.NewWidgetApplication(args, stylesheet);
+            application.RegisterWidgetInfo(widgetInfo);
 
-            _application.BatteryLow += OnBatteryLow;
-            _application.LanguageChanged += OnLanguageChanged;
-            _application.MemoryLow += OnMemoryLow;
-            _application.RegionChanged += OnRegionChanged; ;
-            _application.Initialized += OnInitialized;
-            _application.Terminating += OnTerminated;
+            application.BatteryLow += OnBatteryLow;
+            application.LanguageChanged += OnLanguageChanged;
+            application.MemoryLow += OnMemoryLow;
+            application.RegionChanged += OnRegionChanged; ;
+            application.Initialized += OnInitialized;
+            application.Terminating += OnTerminated;
 
-            _application.MainLoop();
+            application.MainLoop();
         }
 
         /// <summary>
@@ -139,12 +130,12 @@ namespace Tizen.NUI
         /// <param name="e">The event argument for Initialized.</param>
         private void OnInitialized(object source, NUIApplicationInitEventArgs e)
         {
-            var preCreateHandler = Handlers[EventType.PreCreated] as Action;
+            var preCreateHandler = handlers[EventType.PreCreated] as Action;
             preCreateHandler?.Invoke();
 
-            var createHandler = Handlers[EventType.Created] as Action;
+            var createHandler = handlers[EventType.Created] as Action;
             createHandler?.Invoke();
-            _application.RegisterWidgetCreatingFunction();
+            application.RegisterWidgetCreatingFunction();
         }
 
         /// <summary>
@@ -154,7 +145,7 @@ namespace Tizen.NUI
         /// <param name="e">The event argument for Terminated.</param>
         private void OnTerminated(object source, NUIApplicationTerminatingEventArgs e)
         {
-            var handler = Handlers[EventType.Terminated] as Action;
+            var handler = handlers[EventType.Terminated] as Action;
             handler?.Invoke();
         }
 
@@ -165,7 +156,7 @@ namespace Tizen.NUI
         /// <param name="e">The event argument for RegionChanged.</param>
         private void OnRegionChanged(object source, NUIApplicationRegionChangedEventArgs e)
         {
-            var handler = Handlers[EventType.RegionFormatChanged] as Action<RegionFormatChangedEventArgs>;
+            var handler = handlers[EventType.RegionFormatChanged] as Action<RegionFormatChangedEventArgs>;
             handler?.Invoke(new RegionFormatChangedEventArgs(e.Application.GetRegion()));
         }
 
@@ -176,7 +167,7 @@ namespace Tizen.NUI
         /// <param name="e">The event argument for LanguageChanged.</param>
         private void OnLanguageChanged(object source, NUIApplicationLanguageChangedEventArgs e)
         {
-            var handler = Handlers[EventType.LocaleChanged] as Action<LocaleChangedEventArgs>;
+            var handler = handlers[EventType.LocaleChanged] as Action<LocaleChangedEventArgs>;
             handler?.Invoke(new LocaleChangedEventArgs(e.Application.GetLanguage()));
         }
 
@@ -187,7 +178,7 @@ namespace Tizen.NUI
         /// <param name="e">The event argument for MemoryLow.</param>
         private void OnMemoryLow(object source, NUIApplicationMemoryLowEventArgs e)
         {
-            var handler = Handlers[EventType.LowMemory] as Action<LowMemoryEventArgs>;
+            var handler = handlers[EventType.LowMemory] as Action<LowMemoryEventArgs>;
 
             switch (e.MemoryStatus)
             {
@@ -216,7 +207,7 @@ namespace Tizen.NUI
         /// <param name="e">The event argument for BatteryLow.</param>
         private void OnBatteryLow(object source, NUIApplicationBatteryLowEventArgs e)
         {
-            var handler = Handlers[EventType.LowBattery] as Action<LowBatteryEventArgs>;
+            var handler = handlers[EventType.LowBattery] as Action<LowBatteryEventArgs>;
             switch (e.BatteryStatus)
             {
                 case Application.BatteryStatus.Normal:
@@ -241,7 +232,7 @@ namespace Tizen.NUI
         {
             get
             {
-                return _application;
+                return application;
             }
         }
     }
index aaf893d..4fa5fa3 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -22,7 +22,6 @@ namespace Tizen.NUI
 {
     internal class WatchApplication : Application
     {
-
         internal WatchApplication(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
@@ -39,17 +38,17 @@ namespace Tizen.NUI
 
         private void DisConnectFromSignals()
         {
-            if (_timeTickCallback != null)
+            if (timeTickCallback != null)
             {
-                this.TimeTickSignal().Disconnect(_timeTickCallback);
+                this.TimeTickSignal().Disconnect(timeTickCallback);
             }
-            if (_ambientTickCallback != null)
+            if (ambientTickCallback != null)
             {
-                this.AmbientTickSignal().Disconnect(_ambientTickCallback);
+                this.AmbientTickSignal().Disconnect(ambientTickCallback);
             }
-            if (_ambientChangedCallback != null)
+            if (ambientChangedCallback != null)
             {
-                this.AmbientChangedSignal().Disconnect(_ambientChangedCallback);
+                this.AmbientChangedSignal().Disconnect(ambientChangedCallback);
             }
         }
 
@@ -58,7 +57,7 @@ namespace Tizen.NUI
             WatchApplication ret = New();
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             // we've got an application now connect the signals
-            _instance = ret;
+            instance = ret;
             return ret;
         }
 
@@ -66,7 +65,7 @@ namespace Tizen.NUI
         {
             WatchApplication ret = New(args);
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-            _instance = ret;
+            instance = ret;
             return ret;
         }
 
@@ -74,7 +73,7 @@ namespace Tizen.NUI
         {
             WatchApplication ret = New(args, stylesheet);
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-            _instance = ret;
+            instance = ret;
             return ret;
         }
 
@@ -136,8 +135,8 @@ namespace Tizen.NUI
 
         [UnmanagedFunctionPointer(CallingConvention.StdCall)]
         private delegate void TimeTickCallbackType(IntPtr application, IntPtr watchTime);
-        private TimeTickCallbackType _timeTickCallback;
-        private DaliEventHandler<object, TimeTickEventArgs> _timeTickEventHandler;
+        private TimeTickCallbackType timeTickCallback;
+        private DaliEventHandler<object, TimeTickEventArgs> timeTickEventHandler;
 
         /// <summary>
         /// TimeTick event.
@@ -146,22 +145,22 @@ namespace Tizen.NUI
         {
             add
             {
-                if (_timeTickEventHandler == null)
+                if (timeTickEventHandler == null)
                 {
-                    _timeTickCallback = new TimeTickCallbackType(OnTimeTick);
-                    TimeTickSignal().Connect(_timeTickCallback);
+                    timeTickCallback = new TimeTickCallbackType(OnTimeTick);
+                    TimeTickSignal().Connect(timeTickCallback);
                 }
 
-                _timeTickEventHandler += value;
+                timeTickEventHandler += value;
             }
 
             remove
             {
-                _timeTickEventHandler -= value;
+                timeTickEventHandler -= value;
 
-                if (_timeTickEventHandler == null && TimeTickSignal().Empty() == false)
+                if (timeTickEventHandler == null && TimeTickSignal().Empty() == false)
                 {
-                    TimeTickSignal().Disconnect(_timeTickCallback);
+                    TimeTickSignal().Disconnect(timeTickCallback);
                 }
             }
         }
@@ -172,8 +171,7 @@ namespace Tizen.NUI
             e.Application = this;
             e.WatchTime = WatchTime.GetWatchTimeFromPtr(watchTime);
 
-            _timeTickEventHandler?.Invoke(this, e);
-
+            timeTickEventHandler?.Invoke(this, e);
         }
 
         internal WatchTimeSignal TimeTickSignal()
@@ -209,8 +207,8 @@ namespace Tizen.NUI
 
         [UnmanagedFunctionPointer(CallingConvention.StdCall)]
         private delegate void AmbientTickCallbackType(IntPtr application, IntPtr watchTime);
-        private AmbientTickCallbackType _ambientTickCallback;
-        private DaliEventHandler<object, AmbientTickEventArgs> _ambientTickEventHandler;
+        private AmbientTickCallbackType ambientTickCallback;
+        private DaliEventHandler<object, AmbientTickEventArgs> ambientTickEventHandler;
 
         /// <summary>
         /// AmbientTick event.
@@ -219,22 +217,22 @@ namespace Tizen.NUI
         {
             add
             {
-                if (_ambientTickEventHandler == null)
+                if (ambientTickEventHandler == null)
                 {
-                    _ambientTickCallback = new AmbientTickCallbackType(OnAmbientTick);
-                    AmbientTickSignal().Connect(_ambientTickCallback);
+                    ambientTickCallback = new AmbientTickCallbackType(OnAmbientTick);
+                    AmbientTickSignal().Connect(ambientTickCallback);
                 }
 
-                _ambientTickEventHandler += value;
+                ambientTickEventHandler += value;
             }
 
             remove
             {
-                _ambientTickEventHandler -= value;
+                ambientTickEventHandler -= value;
 
-                if (_ambientTickEventHandler == null && AmbientTickSignal().Empty() == false)
+                if (ambientTickEventHandler == null && AmbientTickSignal().Empty() == false)
                 {
-                    AmbientTickSignal().Disconnect(_ambientTickCallback);
+                    AmbientTickSignal().Disconnect(ambientTickCallback);
                 }
             }
         }
@@ -245,7 +243,7 @@ namespace Tizen.NUI
 
             e.Application = this;
             e.WatchTime = WatchTime.GetWatchTimeFromPtr(watchTime);
-            _ambientTickEventHandler?.Invoke(this, e);
+            ambientTickEventHandler?.Invoke(this, e);
         }
 
         internal WatchTimeSignal AmbientTickSignal()
@@ -281,8 +279,8 @@ namespace Tizen.NUI
 
         [UnmanagedFunctionPointer(CallingConvention.StdCall)]
         private delegate void AmbientChangedCallbackType(IntPtr application, bool changed);
-        private AmbientChangedCallbackType _ambientChangedCallback;
-        private DaliEventHandler<object, AmbientChangedEventArgs> _ambientChangedEventHandler;
+        private AmbientChangedCallbackType ambientChangedCallback;
+        private DaliEventHandler<object, AmbientChangedEventArgs> ambientChangedEventHandler;
 
         /// <summary>
         /// AmbientChanged event.
@@ -291,22 +289,22 @@ namespace Tizen.NUI
         {
             add
             {
-                if (_ambientChangedEventHandler == null)
+                if (ambientChangedEventHandler == null)
                 {
-                    _ambientChangedCallback = new AmbientChangedCallbackType(OnAmbientChanged);
-                    AmbientChangedSignal().Connect(_ambientChangedCallback);
+                    ambientChangedCallback = new AmbientChangedCallbackType(OnAmbientChanged);
+                    AmbientChangedSignal().Connect(ambientChangedCallback);
                 }
 
-                _ambientChangedEventHandler += value;
+                ambientChangedEventHandler += value;
             }
 
             remove
             {
-                _ambientChangedEventHandler -= value;
+                ambientChangedEventHandler -= value;
 
-                if (_ambientChangedEventHandler == null && AmbientChangedSignal().Empty() == false)
+                if (ambientChangedEventHandler == null && AmbientChangedSignal().Empty() == false)
                 {
-                    AmbientChangedSignal().Disconnect(_ambientChangedCallback);
+                    AmbientChangedSignal().Disconnect(ambientChangedCallback);
                 }
             }
         }
@@ -316,7 +314,7 @@ namespace Tizen.NUI
             AmbientChangedEventArgs e = new AmbientChangedEventArgs();
             e.Application = this;
             e.Changed = changed;
-            _ambientChangedEventHandler?.Invoke(this, e);
+            ambientChangedEventHandler?.Invoke(this, e);
         }
 
         internal WatchBoolSignal AmbientChangedSignal()
index 90150d2..940a273 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,12 +19,10 @@ namespace Tizen.NUI
 {
     internal class WatchBoolSignal : Disposable
     {
-
         internal WatchBoolSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.Watch.DeleteWatchBoolSignal(swigCPtr);
index 80b3ed1..f60c2ab 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,12 +19,10 @@ namespace Tizen.NUI
 {
     internal class WatchTimeSignal : Disposable
     {
-
         internal WatchTimeSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.Watch.DeleteWatchTimeSignal(swigCPtr);
index e7c4b19..16a4fb0 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * limitations under the License.
  *
  */
-using System;
-using System.Runtime.InteropServices;
-using System.ComponentModel;
 
 namespace Tizen.NUI
 {
     internal class ActivatedSignalType : Disposable
     {
-
         internal ActivatedSignalType(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index 89791c7..a761de1 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,10 +19,8 @@ using Tizen.NUI.BaseComponents;
 
 namespace Tizen.NUI
 {
-
     internal class Alignment : View
     {
-
         internal Alignment(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index c9dfbb0..dab7833 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@ namespace Tizen.NUI
 {
     internal class AngleAxis : Disposable
     {
-
         internal AngleAxis(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index 236f25d..4c1d191 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -17,7 +17,6 @@
 
 namespace Tizen.NUI
 {
-
     internal class AngleThresholdPair : Disposable
     {
 
index 9d36313..51f5f6d 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@ namespace Tizen.NUI
 {
     internal class Any : Disposable
     {
-
         internal Any(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
@@ -34,7 +33,6 @@ namespace Tizen.NUI
             Interop.Any.DeleteAny(swigCPtr);
         }
 
-
         public Any() : this(Interop.Any.NewAny(), true)
         {
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
index b521b59..4abb6f9 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@ namespace Tizen.NUI
 {
     internal class AsyncImageLoader : BaseHandle
     {
-
         internal AsyncImageLoader(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index 9e02af5..dfc4351 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * limitations under the License.
  *
  */
-using System;
-using System.Runtime.InteropServices;
 using System.ComponentModel;
 
 namespace Tizen.NUI
 {
     internal class AuthenticationSignalType : Disposable
     {
-
         internal AuthenticationSignalType(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         /// <summary>
         /// Dispose
         /// </summary>
index 5970b56..dd322fb 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 
 namespace Tizen.NUI
 {
-
     internal class BaseObject : RefObject
     {
-
         internal BaseObject(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         //you can override it to clean-up your own resources.
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
index 3b98b5c..870127f 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,12 +19,10 @@ namespace Tizen.NUI
 {
     internal class ButtonSignal : Disposable
     {
-
         internal ButtonSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.ButtonSignal.DeleteButtonSignal(swigCPtr);
index a19dde1..e07a5e8 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,12 +19,10 @@ namespace Tizen.NUI
 {
     internal class ChildPropertyRegistration : Disposable
     {
-
         internal ChildPropertyRegistration(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.NDalic.DeleteChildPropertyRegistration(swigCPtr);
index 256b1d4..ef36d28 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -14,9 +14,6 @@
  * limitations under the License.
  *
  */
-using System;
-using System.Runtime.InteropServices;
-using System.ComponentModel;
 
 namespace Tizen.NUI
 {
@@ -25,12 +22,10 @@ namespace Tizen.NUI
         /// <summary>
         /// ContentReceivedSignalType
         /// </summary>
-
         internal ContentReceivedSignalType(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         /// <summary>
         /// Dispose
         /// </summary>
index 9cffb31..3ab6e2a 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -21,12 +21,10 @@ namespace Tizen.NUI
 {
     internal class ControlKeySignal : Disposable
     {
-
         internal ControlKeySignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.ControlKeySignal.DeleteControlKeySignal(swigCPtr);
index 0c2e1bf..bc3e510 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@ namespace Tizen.NUI
 {
     internal class CustomActor : Animatable
     {
-
         internal CustomActor(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index d032800..bfa0950 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -22,7 +22,6 @@ namespace Tizen.NUI
 {
     internal class CustomAlgorithmInterface : Disposable
     {
-
         internal CustomAlgorithmInterface(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index 285437d..8c17cc6 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2018 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -15,7 +15,6 @@
  *
  */
 using System;
-using System.Reflection;
 using System.Diagnostics;
 using System.Runtime.CompilerServices;
 
index 66eade3..58ebba0 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,12 +19,10 @@ namespace Tizen.NUI
 {
     internal class DaliException : Disposable
     {
-
         internal DaliException(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.DaliException.DeleteDaliException(swigCPtr);
index f58cad9..07e45df 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -48,5 +48,4 @@ namespace Tizen.NUI
         /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
         SPIRAL
     }
-
 }
index 430c8d2..ac586c1 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -23,12 +23,10 @@ namespace Tizen.NUI
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class DefaultRuler : Ruler
     {
-
         internal DefaultRuler(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         /// This will be public opened.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
index 6fecc1d..8046906 100755 (executable)
@@ -1,11 +1,19 @@
-// Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
-// PROPRIETARY/CONFIDENTIAL
-// This software is the confidential and proprietary
-// information of SAMSUNG ELECTRONICS ("Confidential Information"). You shall
-// not disclose such Confidential Information and shall use it only in
-// accordance with the terms of the license agreement you entered into with
-// SAMSUNG ELECTRONICS.
-//
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 using System;
 using System.Collections.Generic;
@@ -16,11 +24,13 @@ namespace Tizen.NUI
     [SuppressMessage("Microsoft.Design", "CA1001:Types that own disposable fields should be disposable", Justification = "This is a singleton class and is not disposed")]
     internal class DisposeQueue
     {
-        private static readonly DisposeQueue _disposableQueue = new DisposeQueue();
-        private List<IDisposable> _disposables = new List<IDisposable>();
-        private System.Object _listLock = new object();
-        private EventThreadCallback _eventThreadCallback;
-        private EventThreadCallback.CallbackDelegate _disposeQueueProcessDisposablesDelegate;
+        private static readonly DisposeQueue disposableQueue = new DisposeQueue();
+        private List<IDisposable> disposables = new List<IDisposable>();
+        private System.Object listLock = new object();
+        private EventThreadCallback eventThreadCallback;
+        private EventThreadCallback.CallbackDelegate disposeQueueProcessDisposablesDelegate;
+
+        private bool isCalled = false;
 
         private DisposeQueue()
         {
@@ -33,42 +43,41 @@ namespace Tizen.NUI
 
         public static DisposeQueue Instance
         {
-            get { return _disposableQueue; }
+            get { return disposableQueue; }
         }
 
-        private bool _isCalled = false;
         public void Initialize()
         {
-            if (_isCalled == false)
+            if (isCalled == false)
             {
-                _disposeQueueProcessDisposablesDelegate = new EventThreadCallback.CallbackDelegate(ProcessDisposables);
-                _eventThreadCallback = new EventThreadCallback(_disposeQueueProcessDisposablesDelegate);
-                _isCalled = true;
+                disposeQueueProcessDisposablesDelegate = new EventThreadCallback.CallbackDelegate(ProcessDisposables);
+                eventThreadCallback = new EventThreadCallback(disposeQueueProcessDisposablesDelegate);
+                isCalled = true;
             }
         }
 
         public void Add(IDisposable disposable)
         {
-            lock (_listLock)
+            lock (listLock)
             {
-                _disposables.Add(disposable);
+                disposables.Add(disposable);
             }
 
-            if (_eventThreadCallback != null)
+            if (eventThreadCallback != null)
             {
-                _eventThreadCallback.Trigger();
+                eventThreadCallback.Trigger();
             }
         }
 
         public void ProcessDisposables()
         {
-            lock (_listLock)
+            lock (listLock)
             {
-                foreach (IDisposable disposable in _disposables)
+                foreach (IDisposable disposable in disposables)
                 {
                     disposable.Dispose();
                 }
-                _disposables.Clear();
+                disposables.Clear();
             }
         }
     }
index 44cc775..9115d07 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -14,6 +14,7 @@
  * limitations under the License.
  *
  */
+
 using System.ComponentModel;
 
 namespace Tizen.NUI
@@ -26,7 +27,6 @@ namespace Tizen.NUI
         {
         }
 
-
         /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
@@ -36,8 +36,7 @@ namespace Tizen.NUI
 
         public EventThreadCallback(CallbackDelegate func) : this(Interop.EventThreadCallback.NewEventThreadCallback(func), true)
         {
-            if (NDalicPINVOKE.SWIGPendingException.Pending)
-                throw NDalicPINVOKE.SWIGPendingException.Retrieve();
+            if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
         public void Trigger()
@@ -47,8 +46,7 @@ namespace Tizen.NUI
                 Interop.EventThreadCallback.Trigger(SwigCPtr);
             }
 
-            if (NDalicPINVOKE.SWIGPendingException.Pending)
-                throw NDalicPINVOKE.SWIGPendingException.Retrieve();
+            if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
     }
 }
index eb9bd92..452ce08 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -28,7 +28,6 @@ namespace Tizen.NUI
         {
         }
 
-
         /// This will be public opened.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
index cad0be2..c2f7f1a 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * limitations under the License.
  *
  */
+
 using System.ComponentModel;
 
 namespace Tizen.NUI
 {
     internal class FloatSignal : Disposable
     {
-
         internal FloatSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
@@ -33,7 +32,6 @@ namespace Tizen.NUI
             Interop.FloatSignal.DeleteFloatSignal(swigCPtr);
         }
 
-
         public bool Empty()
         {
             bool ret = Interop.FloatSignal.Empty(SwigCPtr);
index ae339c9..ed70a93 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * limitations under the License.
  *
  */
+
 using Tizen.NUI.BaseComponents;
 
 namespace Tizen.NUI
 {
     internal class FocusChangedSignal : Disposable
     {
-
         internal FocusChangedSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.FocusChangedSignal.DeleteFocusChangedSignal(swigCPtr);
index 298476e..17d18de 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * limitations under the License.
  *
  */
+
 using Tizen.NUI.BaseComponents;
 
 namespace Tizen.NUI
 {
     internal class FocusGroupChangedSignal : Disposable
     {
-
         internal FocusGroupChangedSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.FocusGroupChangedSignal.DeleteFocusGroupChangedSignal(swigCPtr);
index d806bbe..d2c45e4 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -14,6 +14,7 @@
  * limitations under the License.
  *
  */
+
 namespace Tizen.NUI
 {
     internal class FontDescription : Disposable
index 70c1cd8..1772dfc 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -18,7 +18,6 @@ namespace Tizen.NUI
 {
     internal class FontMetrics : Disposable
     {
-
         internal FontMetrics(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index 7037dbe..d507e71 100755 (executable)
@@ -1,26 +1,24 @@
-// Copyright (c) 2017 Samsung Electronics Co., Ltd.
-//
-// Licensed under the Apache License, Version 2.0 (the "License");
-// you may not use this file except in compliance with the License.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-//
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 // This File has been auto-generated by SWIG and then modified using DALi Ruby Scripts
 // Some have been manually changed
-
 // friend assembly setting
 // compile with: /target:Tizen.NUI.ExtTEST /keyfile:FriendAssemblies.snk
-using System;
-using System.Collections.Generic;
-using System.Text;
 
 using System.Runtime.CompilerServices;
 
@@ -41,7 +39,6 @@ using System.Runtime.CompilerServices;
 
 namespace Tizen.NUI
 {
-
     internal static class PublicKey
     {
         internal const string TizenFX =
@@ -63,5 +60,4 @@ namespace Tizen.NUI
             "e6b2035e799be5ab69a41ede17cad2e2b7967fbf49b685452496be0";
 
     }
-
 }
index b5b440d..1338a70 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2020 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@ namespace Tizen.NUI
 {
     internal class GLWindowResizedSignal : Disposable
     {
-
         internal GLWindowResizedSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index 4384a8d..9bf1248 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -18,7 +18,6 @@ namespace Tizen.NUI
 {
     internal class GlyphInfo : Disposable
     {
-
         internal GlyphInfo(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index cea10a8..01a4858 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -20,12 +20,10 @@ namespace Tizen.NUI
 {
     internal class HoverSignal : Disposable
     {
-
         internal HoverSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.ActorHoverSignal.DeleteActorHoverSignal(swigCPtr);
index 6d4ffd7..1dfa935 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@ namespace Tizen.NUI
 {
     internal class InputMethodOptions : Disposable
     {
-
         internal InputMethodOptions(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index 2f6bb46..c8db9a9 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2020 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,18 +19,15 @@ namespace Tizen.NUI
 {
     internal class InterceptTouchSignal : Disposable
     {
-
         internal InterceptTouchSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.TouchSignal.DeleteTouchSignal(swigCPtr);
         }
 
-
         public bool Empty()
         {
             bool ret = Interop.TouchSignal.Empty(SwigCPtr);
index 91a9aa4..9502107 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,12 +19,10 @@ namespace Tizen.NUI
 {
     internal class KeyEventSignal : Disposable
     {
-
         internal KeyEventSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.KeyEventSignal.DeleteKeyEventSignal(swigCPtr);
index 11cad4a..3609769 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -21,12 +21,10 @@ namespace Tizen.NUI
 {
     internal class KeyInputFocusManager : BaseHandle
     {
-
         internal KeyInputFocusManager(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.KeyInputFocusManager.DeleteKeyInputFocusManager(swigCPtr);
index 60712a8..849d49f 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -21,12 +21,10 @@ namespace Tizen.NUI
 {
     internal class KeyInputFocusSignal : Disposable
     {
-
         internal KeyInputFocusSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.KeyInputFocusManager.DeleteKeyInputFocusSignal(swigCPtr);
index 76f49c4..894a8e7 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -14,9 +14,6 @@
  * limitations under the License.
  *
  */
-using System;
-using System.Runtime.InteropServices;
-using System.ComponentModel;
 
 namespace Tizen.NUI
 {
index 83ef543..56300a1 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2020 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -24,7 +24,6 @@ namespace Tizen.NUI
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.KeyboardRepeatSettingsChangedSignal.DeleteSignal(swigCPtr);
index 98ae41f..db394eb 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -22,12 +22,10 @@ namespace Tizen.NUI
 {
     internal class KeyboardResizedSignalType : Disposable
     {
-
         internal KeyboardResizedSignalType(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.KeyboardResizedSignalType.DeleteKeyboardResizedSignalType(swigCPtr);
index 1a03e35..b0c848c 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -24,8 +24,7 @@ namespace Tizen.NUI
     /// KeyboardTypeSignalType
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
-    [Obsolete("Deprecated in API6, Will be removed in API9, " +
-        "Please use InputMethodContext.KeyboardTypeChanged event instead!")]
+    [Obsolete("Deprecated in API6, Will be removed in API9, Please use InputMethodContext.KeyboardTypeChanged event instead!")]
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class KeyboardTypeSignalType : Disposable
     {
@@ -47,8 +46,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <returns>True if there are any slots connected to the signal</returns>
         /// <since_tizen> 4 </since_tizen>
-        [Obsolete("Deprecated in API6, Will be removed in API9, " +
-            "Please use InputMethodContext.KeyboardTypeChanged event instead!")]
+        [Obsolete("Deprecated in API6, Will be removed in API9, Please use InputMethodContext.KeyboardTypeChanged event instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public bool Empty()
         {
@@ -62,8 +60,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <returns>The number of slots connected to this signal</returns>
         /// <since_tizen> 4 </since_tizen>
-        [Obsolete("Deprecated in API6, Will be removed in API9, " +
-            "Please use InputMethodContext.KeyboardTypeChanged event instead!")]
+        [Obsolete("Deprecated in API6, Will be removed in API9, Please use InputMethodContext.KeyboardTypeChanged event instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public uint GetConnectionCount()
         {
@@ -77,8 +74,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <param name="func">The function to connect</param>
         /// <since_tizen> 4 </since_tizen>
-        [Obsolete("Deprecated in API6, Will be removed in API9, " +
-            "Please use InputMethodContext.KeyboardTypeChanged event instead!")]
+        [Obsolete("Deprecated in API6, Will be removed in API9, Please use InputMethodContext.KeyboardTypeChanged event instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void Connect(System.Delegate func)
         {
@@ -94,8 +90,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <param name="func">The function to disconnect</param>
         /// <since_tizen> 4 </since_tizen>
-        [Obsolete("Deprecated in API6, Will be removed in API9, " +
-            "Please use InputMethodContext.KeyboardTypeChanged event instead!")]
+        [Obsolete("Deprecated in API6, Will be removed in API9, Please use InputMethodContext.KeyboardTypeChanged event instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void Disconnect(System.Delegate func)
         {
@@ -111,8 +106,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <param name="arg">The member function to connect</param>
         /// <since_tizen> 5 </since_tizen>
-        [Obsolete("Deprecated in API6, Will be removed in API9, " +
-            "Please use InputMethodContext.KeyboardTypeChanged event instead!")]
+        [Obsolete("Deprecated in API6, Will be removed in API9, Please use InputMethodContext.KeyboardTypeChanged event instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void Emit(InputMethodContext.KeyboardType arg)
         {
@@ -124,8 +118,7 @@ namespace Tizen.NUI
         /// The contructor.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
-        [Obsolete("Deprecated in API6, Will be removed in API9, " +
-            "Please use InputMethodContext.KeyboardTypeChanged event instead!")]
+        [Obsolete("Deprecated in API6, Will be removed in API9, Please use InputMethodContext.KeyboardTypeChanged event instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public KeyboardTypeSignalType() : this(Interop.KeyboardTypeSignalType.NewKeyboardTypeSignalType(), true)
         {
index 34567ec..16b7052 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -22,12 +22,10 @@ namespace Tizen.NUI
 {
     internal class LanguageChangedSignalType : Disposable
     {
-
         internal LanguageChangedSignalType(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.LanguageChangedSignalType.DeleteLanguageChangedSignalType(swigCPtr);
index 432dc5e..35485e3 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@ namespace Tizen.NUI
 {
     internal class LinearConstrainer : BaseHandle
     {
-
         internal LinearConstrainer(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index ed37461..c8fc4da 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * limitations under the License.
  *
  */
-using System;
-using System.Runtime.InteropServices;
 using System.ComponentModel;
 
 namespace Tizen.NUI
 {
     internal class ListEventSignalType : Disposable
     {
-
         internal ListEventSignalType(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.ListEventSignalType.DeleteListEventSignalType(swigCPtr);
index c2e43fb..d6981e5 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -20,12 +20,10 @@ namespace Tizen.NUI
 {
     internal class LongPressGestureDetectedSignal : Disposable
     {
-
         internal LongPressGestureDetectedSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.LongPressGestureDetectedSignal.DeleteLongPressGestureDetectedSignal(swigCPtr);
index f7ae897..b65e6ca 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -22,12 +22,10 @@ namespace Tizen.NUI
     /// </summary>
     internal class LowBatterySignalType : Disposable
     {
-
         internal LowBatterySignalType(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.LowBatterySignal.DeleteLowBatterySignalType(swigCPtr);
index bdd6b97..9a410a5 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,12 +19,10 @@ namespace Tizen.NUI
 {
     internal class LowMemorySignalType : Disposable
     {
-
         internal LowMemorySignalType(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.LowMemorySignalType.DeleteLowMemorySignalType(swigCPtr);
index eaaf986..b031407 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@ namespace Tizen.NUI
 {
     internal class Matrix : Disposable
     {
-
         internal Matrix(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index 047111f..fd4385a 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@ namespace Tizen.NUI
 {
     internal class Matrix3 : Disposable
     {
-
         internal Matrix3(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index 67ca06b..bf63bd9 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -21,7 +21,6 @@ namespace Tizen.NUI
 {
     internal class Model3dView : View
     {
-
         internal Model3dView(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index 2ceeb43..3204560 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0f4fbf0..ce15d23 100755 (executable)
@@ -1,5 +1,21 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
-using Tizen.NUI;
 using Tizen.Applications.ComponentBased.Common;
 
 namespace Tizen.NUI
@@ -9,10 +25,10 @@ namespace Tizen.NUI
     /// </summary>
     internal class NUIWindowInfo : IWindowInfo
     {
-        private const string LogTag = "Tizen.NUI";
-        private Window _win;
-        private int _resId;
-        private bool _disposed = false;
+        private const string logTag = "Tizen.NUI";
+        private Window window;
+        private int resourceId;
+        private bool disposed = false;
 
         /// <summary>
         /// Initializes the NUI Window class.
@@ -20,7 +36,7 @@ namespace Tizen.NUI
         /// <param name="win">The window object of component.</param>
         internal NUIWindowInfo(Window win)
         {
-            _win = win;
+            window = win;
         }
 
         /// <summary>
@@ -31,14 +47,14 @@ namespace Tizen.NUI
         {
             get
             {
-                if (_resId == 0)
+                if (resourceId == 0)
                 {
-                    _resId = _win.GetNativeId();
-                    if (_resId != 0)
-                        Log.Info(LogTag, "Fail to get resource ID");
+                    resourceId = window.GetNativeId();
+                    if (resourceId != 0)
+                        Log.Info(logTag, "Fail to get resource ID");
                 }
 
-                return _resId;
+                return resourceId;
             }
         }
 
@@ -48,15 +64,15 @@ namespace Tizen.NUI
         /// <param name="disposing">If true, disposes any disposable objects. If false, does not dispose disposable objects.</param>
         protected virtual void Dispose(bool disposing)
         {
-            if (_disposed)
+            if (disposed)
                 return;
 
             if (disposing)
             {
-                _win.Dispose();
-                _win = null;
+                window.Dispose();
+                window = null;
             }
-            _disposed = true;
+            disposed = true;
         }
 
         /// <summary>
@@ -69,6 +85,5 @@ namespace Tizen.NUI
             GC.SuppressFinalize(this);
         }
     }
-
 }
 
index 0cb11f8..884b727 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -22,7 +22,6 @@ namespace Tizen.NUI
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class NativeImageInterface : RefObject
     {
-
         internal NativeImageInterface(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index a22300b..0e92af4 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,18 +19,15 @@ namespace Tizen.NUI
 {
     internal class ObjectCreatedSignal : Disposable
     {
-
         internal ObjectCreatedSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.ObjectCreatedSignal.DeleteObjectCreatedSignal(swigCPtr);
         }
 
-
         public bool Empty()
         {
             bool ret = Interop.ObjectCreatedSignal.Empty(SwigCPtr);
index 2c9f1dd..1d80773 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,18 +19,15 @@ namespace Tizen.NUI
 {
     internal class ObjectDestroyedSignal : Disposable
     {
-
         internal ObjectDestroyedSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.ObjectDestroyedSignal.DeleteObjectDestroyedSignal(swigCPtr);
         }
 
-
         public bool Empty()
         {
             bool ret = Interop.ObjectDestroyedSignal.Empty(SwigCPtr);
index d1dfcfb..e238546 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -14,6 +14,7 @@
  * limitations under the License.
  *
  */
+
 using System;
 using System.Runtime.InteropServices;
 
@@ -21,7 +22,6 @@ namespace Tizen.NUI
 {
     internal class ObjectRegistry : BaseHandle
     {
-
         internal ObjectRegistry(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
@@ -38,70 +38,70 @@ namespace Tizen.NUI
 
         public class ObjectCreatedEventArgs : EventArgs
         {
-            private BaseHandle _baseHandle;
+            private BaseHandle baseHandle;
 
             public BaseHandle BaseHandle
             {
                 get
                 {
-                    return _baseHandle;
+                    return baseHandle;
                 }
                 set
                 {
-                    _baseHandle = value;
+                    baseHandle = value;
                 }
             }
         }
 
         public class ObjectDestroyedEventArgs : EventArgs
         {
-            private RefObject _refObject;
+            private RefObject refObject;
 
             public RefObject RefObject
             {
                 get
                 {
-                    return _refObject;
+                    return refObject;
                 }
                 set
                 {
-                    _refObject = value;
+                    refObject = value;
                 }
             }
         }
 
         [UnmanagedFunctionPointer(CallingConvention.StdCall)]
         private delegate void ObjectCreatedEventCallbackDelegate(IntPtr baseHandle);
-        private DaliEventHandler<object, ObjectCreatedEventArgs> _objectRegistryObjectCreatedEventHandler;
-        private ObjectCreatedEventCallbackDelegate _objectRegistryObjectCreatedEventCallbackDelegate;
+        private DaliEventHandler<object, ObjectCreatedEventArgs> objectRegistryObjectCreatedEventHandler;
+        private ObjectCreatedEventCallbackDelegate objectRegistryObjectCreatedEventCallbackDelegate;
 
         [UnmanagedFunctionPointer(CallingConvention.StdCall)]
         private delegate void ObjectDestroyedEventCallbackDelegate(IntPtr fefObject);
-        private DaliEventHandler<object, ObjectDestroyedEventArgs> _objectRegistryObjectDestroyedEventHandler;
-        private ObjectDestroyedEventCallbackDelegate _objectRegistryObjectDestroyedEventCallbackDelegate;
+        private DaliEventHandler<object, ObjectDestroyedEventArgs> objectRegistryObjectDestroyedEventHandler;
+        private ObjectDestroyedEventCallbackDelegate objectRegistryObjectDestroyedEventCallbackDelegate;
 
         public event DaliEventHandler<object, ObjectCreatedEventArgs> ObjectCreated
         {
             add
             {
                 // Restricted to only one listener
-                if (_objectRegistryObjectCreatedEventHandler == null)
+                if (objectRegistryObjectCreatedEventHandler == null)
                 {
-                    _objectRegistryObjectCreatedEventHandler += value;
+                    objectRegistryObjectCreatedEventHandler += value;
 
-                    _objectRegistryObjectCreatedEventCallbackDelegate = new ObjectCreatedEventCallbackDelegate(OnObjectCreated);
-                    this.ObjectCreatedSignal().Connect(_objectRegistryObjectCreatedEventCallbackDelegate);
+                    objectRegistryObjectCreatedEventCallbackDelegate = new ObjectCreatedEventCallbackDelegate(OnObjectCreated);
+                    this.ObjectCreatedSignal().Connect(objectRegistryObjectCreatedEventCallbackDelegate);
                 }
             }
 
             remove
             {
-                if (_objectRegistryObjectCreatedEventHandler != null)
+                if (objectRegistryObjectCreatedEventHandler != null)
                 {
-                    this.ObjectCreatedSignal().Disconnect(_objectRegistryObjectCreatedEventCallbackDelegate);
+                    this.ObjectCreatedSignal().Disconnect(objectRegistryObjectCreatedEventCallbackDelegate);
                 }
 
-                _objectRegistryObjectCreatedEventHandler -= value;
+                objectRegistryObjectCreatedEventHandler -= value;
             }
         }
 
@@ -113,10 +113,10 @@ namespace Tizen.NUI
             // Populate all members of "e" (ObjectCreatedEventArgs) with real data
             //e.BaseHandle = BaseHandle.GetBaseHandleFromPtr(baseHandle); //GetBaseHandleFromPtr() is not present in BaseHandle.cs. Not sure what is the reason?
 
-            if (_objectRegistryObjectCreatedEventHandler != null)
+            if (objectRegistryObjectCreatedEventHandler != null)
             {
                 //here we send all data to user event handlers
-                _objectRegistryObjectCreatedEventHandler(this, e);
+                objectRegistryObjectCreatedEventHandler(this, e);
             }
         }
 
@@ -125,23 +125,23 @@ namespace Tizen.NUI
             add
             {
                 // Restricted to only one listener
-                if (_objectRegistryObjectDestroyedEventHandler == null)
+                if (objectRegistryObjectDestroyedEventHandler == null)
                 {
-                    _objectRegistryObjectDestroyedEventHandler += value;
+                    objectRegistryObjectDestroyedEventHandler += value;
 
-                    _objectRegistryObjectDestroyedEventCallbackDelegate = new ObjectDestroyedEventCallbackDelegate(OnObjectDestroyed);
-                    this.ObjectDestroyedSignal().Connect(_objectRegistryObjectDestroyedEventCallbackDelegate);
+                    objectRegistryObjectDestroyedEventCallbackDelegate = new ObjectDestroyedEventCallbackDelegate(OnObjectDestroyed);
+                    this.ObjectDestroyedSignal().Connect(objectRegistryObjectDestroyedEventCallbackDelegate);
                 }
             }
 
             remove
             {
-                if (_objectRegistryObjectDestroyedEventHandler != null)
+                if (objectRegistryObjectDestroyedEventHandler != null)
                 {
-                    this.ObjectDestroyedSignal().Disconnect(_objectRegistryObjectDestroyedEventCallbackDelegate);
+                    this.ObjectDestroyedSignal().Disconnect(objectRegistryObjectDestroyedEventCallbackDelegate);
                 }
 
-                _objectRegistryObjectDestroyedEventHandler -= value;
+                objectRegistryObjectDestroyedEventHandler -= value;
             }
         }
 
@@ -153,10 +153,10 @@ namespace Tizen.NUI
             // Populate all members of "e" (ObjectDestroyedEventArgs) with real data
             e.RefObject = RefObject.GetRefObjectFromPtr(refObject);
 
-            if (_objectRegistryObjectDestroyedEventHandler != null)
+            if (objectRegistryObjectDestroyedEventHandler != null)
             {
                 //here we send all data to user event handlers
-                _objectRegistryObjectDestroyedEventHandler(this, e);
+                objectRegistryObjectDestroyedEventHandler(this, e);
             }
         }
 
index 3ce80dd..b6eb2eb 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -20,18 +20,15 @@ namespace Tizen.NUI
 {
     internal class PanGestureDetectedSignal : Disposable
     {
-
         internal PanGestureDetectedSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.PanGestureDetector.DeletePanGestureDetectedSignal(swigCPtr);
         }
 
-
         public bool Empty()
         {
             bool ret = Interop.PanGestureDetector.PanGestureDetectedSignalEmpty(SwigCPtr);
index 8c82574..316d643 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@ namespace Tizen.NUI
 {
     internal class PathConstrainer : BaseHandle
     {
-
         internal PathConstrainer(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index f8a717e..6999676 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * limitations under the License.
  *
  */
+
 using Tizen.NUI.BaseComponents;
 
 namespace Tizen.NUI
 {
     internal class PinchGestureDetectedSignal : Disposable
     {
-
         internal PinchGestureDetectedSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.PinchGesture.DeletePinchGestureDetectedSignal(swigCPtr);
index 09fff3c..93a00f4 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,18 +19,15 @@ namespace Tizen.NUI
 {
     internal class ProgressBarValueChangedSignal : Disposable
     {
-
         internal ProgressBarValueChangedSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.ProgressBar.DeleteProgressBarValueChangedSignal(swigCPtr);
         }
 
-
         public bool Empty()
         {
             bool ret = Interop.ProgressBar.ProgressBarValueChangedSignalEmpty(SwigCPtr);
index 634b1d1..14b9c31 100755 (executable)
@@ -14,6 +14,7 @@
  * limitations under the License.
  *
  */
+
 using System;
 using System.Collections.Generic;
 using System.Diagnostics;
index d4cdd14..2d26357 100755 (executable)
@@ -1,8 +1,22 @@
-
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 using System.Reflection;
 using System;
-using System.Runtime.InteropServices;
 using System.Collections.Generic;
 using Tizen.NUI.BaseComponents;
 
@@ -13,14 +27,14 @@ namespace Tizen.NUI
     /// </summary>
     internal class PropertyRangeManager
     {
-        private Dictionary<String, PropertyRange> _propertyRange;
+        private Dictionary<String, PropertyRange> propertyRange;
 
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.NUI.PropertyRangeManager"/> class.
         /// </summary>
         public PropertyRangeManager()
         {
-            _propertyRange = new Dictionary<String, PropertyRange>();
+            propertyRange = new Dictionary<String, PropertyRange>();
         }
 
         /// <summary>
@@ -30,7 +44,7 @@ namespace Tizen.NUI
         {
             PropertyRange range;
 
-            if (_propertyRange.TryGetValue(viewName, out range))
+            if (propertyRange.TryGetValue(viewName, out range))
             {
                 // already registered
                 return range;
@@ -42,7 +56,7 @@ namespace Tizen.NUI
             GetPropertyStartRange(viewType, ref range);
 
             // add it to our dictionary
-            _propertyRange.Add(viewName, range);
+            propertyRange.Add(viewName, range);
 
             return range;
 
@@ -61,7 +75,7 @@ namespace Tizen.NUI
 
             PropertyRange range;
 
-            if (!_propertyRange.TryGetValue(viewName, out range))
+            if (!propertyRange.TryGetValue(viewName, out range))
             {
                 // view not found, register it now
                 range = RegisterView(viewName, viewType);
@@ -70,7 +84,7 @@ namespace Tizen.NUI
             int index = range.GetNextFreePropertyIndex(type);
 
             // update the dictionary
-            _propertyRange[viewName] = range;
+            propertyRange[viewName] = range;
 
             return index;
 
index 117a4a4..37e052f 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@ namespace Tizen.NUI
 {
     internal class PropertyRegistration : Disposable
     {
-
         internal PropertyRegistration(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index b66f043..25bc43b 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2018 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 
 using System;
 using System.Collections.Concurrent;
-using System.Collections.Generic;
-using System.Runtime.InteropServices;
 using System.Threading;
 
 namespace Tizen.NUI
 {
     /// <summary>
     /// This is used to store a mapping between C++ base handle objects and it's C# instances.
-    ///
     /// </summary>
     internal sealed class Registry
     {
@@ -50,7 +47,6 @@ namespace Tizen.NUI
             _controlMap = new ConcurrentDictionary<IntPtr, WeakReference>();
         }
 
-
         /// <summary>
         /// Stores the mapping between this instance of BaseHandle (C# base class) and native part.
         /// </summary>
index a07109b..81fd318 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -24,7 +24,6 @@ namespace Tizen.NUI
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class RenderTask : Animatable
     {
-
         internal RenderTask(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index d485abb..efffc25 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@ namespace Tizen.NUI
 {
     internal class RenderTaskList : BaseHandle
     {
-
         internal RenderTaskList(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index f917635..5e02c91 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,18 +19,15 @@ namespace Tizen.NUI
 {
     internal class RenderTaskSignal : Disposable
     {
-
         internal RenderTaskSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.RenderTask.DeleteRenderTaskSignal(swigCPtr);
         }
 
-
         public RenderTaskSignal() : this(Interop.RenderTask.NewRenderTaskSignal(), true)
         {
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
index 2daee0c..4f3dec4 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2020 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 
 namespace Tizen.NUI
 {
-
     internal class ResizeSignal : Disposable
     {
-
         internal ResizeSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.ResizeSignal.DeleteResizeSignal(swigCPtr);
index 57144b4..743d378 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -20,12 +20,10 @@ namespace Tizen.NUI
     using Tizen.NUI.BaseComponents;
     internal class RotationGestureDetectedSignal : Disposable
     {
-
         internal RotationGestureDetectedSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.RotationGesture.DeleteRotationGestureDetectedSignal(swigCPtr);
index 2bb916b..992448d 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -23,7 +23,6 @@ namespace Tizen.NUI
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class Ruler : RefObject
     {
-
         internal Ruler(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
@@ -227,7 +226,6 @@ namespace Tizen.NUI
         {
             /// <summary>A Fixed ruler.</summary>
             /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
-
             Fixed,
 
             /// <summary>A Free ruler.</summary>
index ed3d497..17d9fdc 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -24,7 +24,6 @@ namespace Tizen.NUI
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class RulerDomain : Disposable
     {
-
         internal RulerDomain(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index 20a4fff..9381132 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -23,7 +23,6 @@ namespace Tizen.NUI
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class RulerPtr : Disposable
     {
-
         internal RulerPtr(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index 71d7d1a..4ac25ad 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@ using Tizen.NUI.BaseComponents;
 
 namespace Tizen.NUI
 {
-
     internal class ScrollStateChangedSignal : Disposable
     {
 
@@ -27,7 +26,6 @@ namespace Tizen.NUI
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.ScrollStateChangedSignal.DeleteScrollStateChangedSignal(swigCPtr);
index 9a6a7ef..f33a4af 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,12 +19,10 @@ namespace Tizen.NUI
 {
     internal class ScrollViewSnapStartedSignal : Disposable
     {
-
         internal ScrollViewSnapStartedSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.ScrollView.DeleteScrollViewSnapStartedSignal(swigCPtr);
index 13c31b1..92bbf50 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,12 +19,10 @@ namespace Tizen.NUI
 {
     internal class ScrollableSignal : Disposable
     {
-
         internal ScrollableSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.ScrollableSignal.DeleteScrollableSignal(swigCPtr);
index 397b428..8124509 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,12 +19,10 @@ namespace Tizen.NUI
 {
     internal class SignalConnectorType : Disposable
     {
-
         internal SignalConnectorType(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.NDalic.DeleteSignalConnectorType(swigCPtr);
index a1f3411..6c9e528 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * limitations under the License.
  *
  */
-using System;
-using System.Runtime.InteropServices;
-using System.ComponentModel;
 
 namespace Tizen.NUI
 {
     internal class SignalObserver : Disposable
     {
-
         internal SignalObserver(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.SignalObserver.DeleteSignalObserver(swigCPtr);
index 6d3047c..cbc1bfc 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,18 +19,15 @@ namespace Tizen.NUI
 {
     internal class SliderMarkReachedSignal : Disposable
     {
-
         internal SliderMarkReachedSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.Slider.DeleteSliderMarkReachedSignal(swigCPtr);
         }
 
-
         public bool Empty()
         {
             bool ret = Interop.Slider.SliderMarkReachedSignalEmpty(SwigCPtr);
index 9aab514..8c0aaac 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,12 +19,10 @@ namespace Tizen.NUI
 {
     internal class SliderValueChangedSignal : Disposable
     {
-
         internal SliderValueChangedSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.Slider.DeleteSliderValueChangedSignal(swigCPtr);
index 9de7ab7..768e5dc 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -22,7 +22,6 @@ namespace Tizen.NUI
 {
     internal class SlotObserver : Disposable
     {
-
         internal SlotObserver(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index 654a234..d7090dc 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,18 +19,15 @@ namespace Tizen.NUI
 {
     internal class StageWheelSignal : Disposable
     {
-
         internal StageWheelSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.Wheel.DeleteStageWheelSignal(swigCPtr);
         }
 
-
         public bool Empty()
         {
             bool ret = Interop.Wheel.StageWheelSignalEmpty(SwigCPtr);
index 4bd96c2..1b4109b 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,12 +19,10 @@ namespace Tizen.NUI
 {
     internal class StateChangedSignalType : Disposable
     {
-
         internal StateChangedSignalType(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.StateChangeSignalType.DeleteStateChangedSignalType(swigCPtr);
index efbcd04..76b4025 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -22,12 +22,10 @@ namespace Tizen.NUI
 {
     internal class StatusSignalType : Disposable
     {
-
         internal StatusSignalType(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.StatusSignalType.DeleteStatusSignalType(swigCPtr);
index ed741bf..bb15ac2 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@ namespace Tizen.NUI
 {
     internal class StringValuePair : Disposable
     {
-
         internal StringValuePair(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index e62e308..d8a8e3a 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,12 +19,10 @@ namespace Tizen.NUI
 {
     internal class StyleChangedSignal : Disposable
     {
-
         internal StyleChangedSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.StyleChangedSignal.DeleteStyleChangedSignal(swigCPtr);
index aa4c5e6..d8ca032 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -20,12 +20,10 @@ namespace Tizen.NUI
     using Tizen.NUI.BaseComponents;
     internal class TapGestureDetectedSignal : Disposable
     {
-
         internal TapGestureDetectedSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.TapGestureDetectedSignal.DeleteTapGestureDetectedSignal(swigCPtr);
index c57192f..b7e6d09 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,21 +19,17 @@ using Tizen.NUI.BaseComponents;
 
 namespace Tizen.NUI
 {
-
     internal class TextEditorSignal : Disposable
     {
-
         internal TextEditorSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.TextEditor.DeleteTextEditorSignal(swigCPtr);
         }
 
-
         public bool Empty()
         {
             bool ret = Interop.TextEditor.TextEditorSignalEmpty(SwigCPtr);
index 67feef1..9893e74 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -21,18 +21,15 @@ namespace Tizen.NUI
 {
     internal class TextFieldSignal : Disposable
     {
-
         internal TextFieldSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.TextField.DeleteTextFieldSignal(swigCPtr);
         }
 
-
         public bool Empty()
         {
             bool ret = Interop.TextField.TextFieldSignalEmpty(SwigCPtr);
index cdecb00..8204ce1 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@ namespace Tizen.NUI
 {
     internal class TimePeriod : Disposable
     {
-
         internal TimePeriod(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
@@ -34,7 +33,6 @@ namespace Tizen.NUI
             Interop.TimePeriod.DeleteTimePeriod(swigCPtr);
         }
 
-
         public TimePeriod(float durationSeconds) : this(Interop.TimePeriod.NewTimePeriod(durationSeconds), true)
         {
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
index 084ce2e..64d41f4 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,12 +19,10 @@ namespace Tizen.NUI
 {
     internal class TimerSignalType : Disposable
     {
-
         internal TimerSignalType(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.Timer.DeleteTimerSignalType(swigCPtr);
index c310917..8d14542 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -20,18 +20,15 @@ namespace Tizen.NUI
 {
     internal class TouchDataSignal : Disposable
     {
-
         internal TouchDataSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.ActorTouchDataSignal.DeleteActorTouchDataSignal(swigCPtr);
         }
 
-
         public bool Empty()
         {
             bool ret = Interop.ActorTouchDataSignal.Empty(SwigCPtr);
index a00b40a..df2da38 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@ namespace Tizen.NUI
 {
     internal class TouchPoint : Disposable
     {
-
         internal TouchPoint(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
@@ -35,7 +34,6 @@ namespace Tizen.NUI
             Interop.TouchPoint.DeleteTouchPoint(swigCPtr);
         }
 
-
         public TouchPoint(int id, TouchPoint.StateType state, float screenX, float screenY) : this(Interop.TouchPoint.NewTouchPoint(id, (int)state, screenX, screenY), true)
         {
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
index 5c61a3b..71d4988 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  */
 
+using System.Collections;
+using System.Collections.Generic;
+using System.Runtime.InteropServices;
+
 namespace Tizen.NUI
 {
-    internal class TouchPointContainer : Disposable, global::System.Collections.IEnumerable,
-        global::System.Collections.Generic.IEnumerable<TouchPoint>
+    internal class TouchPointContainer : Disposable, IEnumerable, IEnumerable<TouchPoint>
     {
-
         internal TouchPointContainer(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-        internal static global::System.Runtime.InteropServices.HandleRef getCPtr(TouchPointContainer obj)
+        internal static HandleRef getCPtr(TouchPointContainer obj)
         {
             return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.SwigCPtr;
         }
 
-        protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
+        protected override void ReleaseSwigCPtr(HandleRef swigCPtr)
         {
             Interop.TouchPointContainer.DeleteTouchPointContainer(swigCPtr);
         }
 
-        public TouchPointContainer(global::System.Collections.ICollection c) : this()
+        public TouchPointContainer(ICollection c) : this()
         {
             if (c == null)
                 throw new global::System.ArgumentNullException(nameof(c));
@@ -131,12 +133,12 @@ namespace Tizen.NUI
                 array.SetValue(getitemcopy(index + i), arrayIndex + i);
         }
 
-        global::System.Collections.Generic.IEnumerator<TouchPoint> global::System.Collections.Generic.IEnumerable<TouchPoint>.GetEnumerator()
+        IEnumerator<TouchPoint> IEnumerable<TouchPoint>.GetEnumerator()
         {
             return new TouchPointContainerEnumerator(this);
         }
 
-        global::System.Collections.IEnumerator global::System.Collections.IEnumerable.GetEnumerator()
+        IEnumerator IEnumerable.GetEnumerator()
         {
             return new TouchPointContainerEnumerator(this);
         }
@@ -151,8 +153,7 @@ namespace Tizen.NUI
         /// whenever the collection is modified. This has been done for changes in the size of the
         /// collection, but not when one of the elements of the collection is modified as it is a bit
         /// tricky to detect unmanaged code that modifies the collection under our feet.
-        public sealed class TouchPointContainerEnumerator : global::System.Collections.IEnumerator
-          , global::System.Collections.Generic.IEnumerator<TouchPoint>
+        public sealed class TouchPointContainerEnumerator : IEnumerator, IEnumerator<TouchPoint>
         {
             private TouchPointContainer collectionRef;
             private int currentIndex;
index 03958f9..57350aa 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,18 +19,15 @@ namespace Tizen.NUI
 {
     internal class TouchSignal : Disposable
     {
-
         internal TouchSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.TouchSignal.DeleteTouchSignal(swigCPtr);
         }
 
-
         public bool Empty()
         {
             bool ret = Interop.TouchSignal.Empty(SwigCPtr);
index 0adf818..1a5cb8c 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,18 +19,15 @@ namespace Tizen.NUI
 {
     internal class TypeAction : Disposable
     {
-
         internal TypeAction(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.NDalic.DeleteTypeAction(swigCPtr);
         }
 
-
         internal TypeAction(TypeRegistration registered, string name, SWIGTYPE_p_f_p_Dali__BaseObject_r_q_const__std__string_r_q_const__Dali__Property__Map__bool f) : this(Interop.NDalic.NewTypeAction(TypeRegistration.getCPtr(registered), name, SWIGTYPE_p_f_p_Dali__BaseObject_r_q_const__std__string_r_q_const__Dali__Property__Map__bool.getCPtr(f)), true)
         {
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
index 9c9dd9e..bf1508e 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@ namespace Tizen.NUI
 {
     internal class TypeRegistration : Disposable
     {
-
         internal TypeRegistration(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index 3b5b1e0..d7973e2 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -20,8 +20,6 @@ using System.ComponentModel;
 
 namespace Tizen.NUI
 {
-
-    //"Please do not use! this will be deprecated"
     /// <summary>
     /// Simple class for passing around pairs of small unsigned integers.<br />
     /// Use this for integer dimensions and points with limited range such as image
index a1a1e63..fe65c17 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,18 +19,15 @@ namespace Tizen.NUI
 {
     internal class VectorBase : Disposable
     {
-
         internal VectorBase(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             throw new global::System.MethodAccessException("C++ destructor does not have public access");
         }
 
-
         public uint Count()
         {
             uint ret = Interop.VectorBase.Count(SwigCPtr);
index 43d3c93..813c66c 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -18,12 +18,10 @@ namespace Tizen.NUI
 {
     internal class VectorBlob : Disposable
     {
-
         internal VectorBlob(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.VectorBlob.DeleteVectorBlob(swigCPtr);
index 23c6d3c..573547b 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@ namespace Tizen.NUI
 {
     internal class VectorUint16Pair : Disposable
     {
-
         internal VectorUint16Pair(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index 489f479..f178e4d 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@ namespace Tizen.NUI
 {
     internal class VectorUnsignedChar : Disposable
     {
-
         internal VectorUnsignedChar(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index f47c643..c6a713e 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,21 +19,17 @@ using Tizen.NUI.BaseComponents;
 
 namespace Tizen.NUI
 {
-
     internal class VideoViewSignal : Disposable
     {
-
         internal VideoViewSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.VideoView.DeleteVideoViewSignal(swigCPtr);
         }
 
-
         public bool Empty()
         {
             bool ret = Interop.VideoView.VideoViewSignalEmpty(SwigCPtr);
index f83a52f..666e7a1 100755 (executable)
@@ -24,7 +24,6 @@ namespace Tizen.NUI
 {
     internal class ViewImpl : CustomActorImpl
     {
-
         internal ViewImpl(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
@@ -86,6 +85,7 @@ namespace Tizen.NUI
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
         }
+
         public void SetBackground(PropertyMap map)
         {
             Interop.ViewImpl.SetBackground(SwigCPtr, PropertyMap.getCPtr(map));
index 5ce0db9..490379f 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -21,12 +21,10 @@ namespace Tizen.NUI
 {
     internal class ViewLayoutDirectionChangedSignal : Disposable
     {
-
         internal ViewLayoutDirectionChangedSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.Layout.DeleteViewLayoutDirectionChangedSignal(swigCPtr);
index 796d341..568c970 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,15 +19,12 @@ using Tizen.NUI.BaseComponents;
 
 namespace Tizen.NUI
 {
-
     internal class ViewResourceReadySignal : Disposable
     {
-
         internal ViewResourceReadySignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.ViewResourceReadySignal.DeleteViewResourceReadySignal(swigCPtr);
index ffb1c07..d10d43e 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -22,12 +22,10 @@ namespace Tizen.NUI
 {
     internal class ViewSignal : Disposable
     {
-
         internal ViewSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.ActorSignal.DeleteActorSignal(swigCPtr);
index 406fdc6..cb7b346 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 using Tizen.NUI.BaseComponents;
 namespace Tizen.NUI
 {
-
     internal class ViewVisibilityChangedSignal : Disposable
     {
-
         internal ViewVisibilityChangedSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.ViewVisibilityChangedSignal.DeleteViewVisibilityChangedSignal(swigCPtr);
         }
 
-
         public bool Empty()
         {
             bool ret = Interop.ViewVisibilityChangedSignal.Empty(SwigCPtr);
index 2c3052c..ec288d8 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,18 +19,15 @@ namespace Tizen.NUI
 {
     internal class VoidSignal : Disposable
     {
-
         internal VoidSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.VoidSignal.DeleteVoidSignal(swigCPtr);
         }
 
-
         public VoidSignal() : this(Interop.VoidSignal.NewVoidSignal(), true)
         {
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
index d05b11f..016b8fd 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 using System.Reflection;
 
@@ -5,21 +22,21 @@ namespace Tizen.NUI
 {
     internal sealed class WeakEventHandler<TEventArgs> where TEventArgs : EventArgs
     {
-        private readonly WeakReference _targetReference;
-        private readonly MethodInfo _method;
+        private readonly WeakReference targetReference;
+        private readonly MethodInfo method;
 
         public WeakEventHandler(EventHandler<TEventArgs> callback)
         {
-            _method = callback.GetMethodInfo();
-            _targetReference = new WeakReference(callback.Target, true);
+            method = callback.GetMethodInfo();
+            targetReference = new WeakReference(callback.Target, true);
         }
 
         public void Handler(object sender, TEventArgs e)
         {
-            var target = _targetReference.Target;
+            var target = targetReference.Target;
             if (target != null)
             {
-                var callback = (Action<object, TEventArgs>)_method.CreateDelegate(typeof(Action<object, TEventArgs>), target);
+                var callback = (Action<object, TEventArgs>)method.CreateDelegate(typeof(Action<object, TEventArgs>), target);
                 if (callback != null)
                 {
                     callback(sender, e);
index 96e6402..d95fea3 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -20,12 +20,10 @@ namespace Tizen.NUI
 {
     internal class WheelSignal : Disposable
     {
-
         internal WheelSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.ActorWheelSignal.DeleteActorWheelSignal(swigCPtr);
index 488fd3b..d4fb2e2 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,12 +19,10 @@ namespace Tizen.NUI
 {
     internal class floatp : Disposable
     {
-
         internal floatp(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.floatp.DeleteFloatp(swigCPtr);
index 9c682be..69716cd 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -15,9 +15,6 @@
  */
 
 using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Text;
 using Tizen.NUI.BaseComponents;
 
 namespace Tizen.NUI
index b7b1ee3..384611d 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  */
 
 using System;
-using Tizen.NUI.BaseComponents;
 using Tizen.Applications;
-using System.ComponentModel;
-using System.Runtime.InteropServices;
 
 namespace Tizen.NUI
 {
index 3b2f6e3..a0bbf37 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -28,7 +28,6 @@ namespace Tizen.NUI
         {
         }
 
-
         [EditorBrowsable(EditorBrowsableState.Never)]
         public SafeFrameBrokerHandle(IntPtr existingHandleValue, bool ownsHandle) : base(IntPtr.Zero, ownsHandle)
         {
@@ -51,6 +50,5 @@ namespace Tizen.NUI
             this.SetHandle(IntPtr.Zero);
             return true;
         }
-
     }
 }
index 83c350c..4ebcde6 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2020 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd All Rights Reserved
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -31,7 +31,6 @@ namespace Tizen.NUI
         private Interop.FrameProvider.FrameProviderEventCallbacks callbacks;
         private bool disposed = false;
 
-
         /// <summary>
         /// Initializes the FrameProvider class.
         /// </summary>
index 6d1db4f..b6cefba 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 7deba36..676d13e 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 4a98c5f..c24eacc 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 30adbe4..64c13c0 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index e8a0abc..7127c78 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index f1cb925..9d9d36b 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index b0765de..abd81fe 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 01b890c..a85431d 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 2161f49..0f944ea 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 19d462b..78afb6b 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index dd79f73..23ede20 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 4b6a8c8..798963d 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index aaa5d6d..eb617c5 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index efa3735..0265f03 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index bd13f8f..980d04e 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 19031c8..5a2caca 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 88808b8..a51d50c 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 8064bfe..742dd5c 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index a64caf3..0ffe860 100755 (executable)
@@ -1,7 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 namespace Tizen.NUI
 {
     internal static partial class Interop
index 6e69a14..2cf4f32 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 61197f0..8dcc6f7 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 6d8fe82..a4daffa 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index daacf8f..5a237c2 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 1a15f00..20b1c1a 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 13b361b..217fdb9 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 5507e13..65c0941 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
@@ -8,9 +21,6 @@ namespace Tizen.NUI
     {
         internal static partial class BaseHandle
         {
-             
-              
-
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_BaseHandle__SWIG_1")]
             public static extern global::System.IntPtr NewBaseHandle();
 
index 4680c51..d86a941 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index cc1618a..22d25bb 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index f4ad962..110064e 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index b78ab8b..850438f 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index b0a0b81..7ce6e64 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 39aefca..080b9c1 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index a5de041..a9cd2e7 100755 (executable)
@@ -1,4 +1,20 @@
-
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 namespace Tizen.NUI
 {
     using global::System;
index 08d2b26..4e8c6d5 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index ab3d36c..aa7b54a 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 31a02e2..887fc92 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 171affe..dc84c39 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 9e82c51..19665b1 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 535873c..bf0c50d 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index c525f2c..0118e57 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 4afd419..9319dd2 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index aa52101..7f48ace 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index ba1bc94..ca9f9f2 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 3c95373..e509198 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index ddd0848..4425844 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 9b36ced..ff59107 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index c4d7fcc..c62acd0 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 95ca429..68529cf 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 0499477..f1916a7 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index ca325a7..c912111 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 6438efc..2faddd3 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index ddb40a6..adf3f74 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 48eb7bb..334c1d6 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index fef5a56..eec4fd9 100755 (executable)
@@ -1,7 +1,21 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-using global::System.Runtime.InteropServices;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+using System.Runtime.InteropServices;
 
 namespace Tizen.NUI
 {
index f005df6..5013877 100755 (executable)
@@ -1,7 +1,21 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-using global::System.Runtime.InteropServices;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+using System.Runtime.InteropServices;
 
 namespace Tizen.NUI
 {
index 111745b..7915abb 100755 (executable)
@@ -1,7 +1,21 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-using global::System.Runtime.InteropServices;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+using System.Runtime.InteropServices;
 
 namespace Tizen.NUI
 {
index 650eec6..2ecc66a 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 279c408..942063f 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 2f5958d..3cac506 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 2d17ea2..ca1a2da 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index d904647..f82a0c6 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index c368ee7..d0c0ab4 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index d8f055d..5bddf63 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index f1c4da2..81973ed 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 0460363..a193d67 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 9671f83..6456bd3 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 48fdb70..851d110 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 99a6ac7..ea1ef69 100755 (executable)
@@ -1,7 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 namespace Tizen.NUI
 {
     internal static partial class Interop
index e40c344..7455fd4 100755 (executable)
@@ -1,7 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 namespace Tizen.NUI
 {
     internal static partial class Interop
@@ -77,60 +89,45 @@ namespace Tizen.NUI
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_ImageView_IMAGE_VISUAL_ACTION_STOP_get")]
             public static extern int ImageVisualActionStopGet();
 
-
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ImageView.New(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ImageView_New__SWIG_0")]
             public static extern global::System.IntPtr ImageView_New__SWIG_0();
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ImageView.New(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ImageView_New__SWIG_2")]
             public static extern global::System.IntPtr ImageView_New__SWIG_2(string jarg1);
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ImageView.New(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ImageView_New__SWIG_3")]
             public static extern global::System.IntPtr ImageView_New__SWIG_3(string jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ImageView.Upcast(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ImageView_SWIGUpcast")]
             public static extern global::System.IntPtr ImageView_SWIGUpcast(global::System.IntPtr jarg1);
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ImageView.SetImage(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ImageView_SetImage__SWIG_1")]
             public static extern void ImageView_SetImage__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ImageView.SetImage(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ImageView_SetImage__SWIG_2")]
             public static extern void ImageView_SetImage__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ImageView.DeleteImageView(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_delete_ImageView")]
             public static extern void delete_ImageView(global::System.Runtime.InteropServices.HandleRef jarg1);
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ImageView.ImageGet(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ImageView_Property_IMAGE_get")]
             public static extern int ImageView_Property_IMAGE_get();
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ImageView.PreMultipliedAlphaGet(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ImageView_Property_PRE_MULTIPLIED_ALPHA_get")]
             public static extern int ImageView_Property_PRE_MULTIPLIED_ALPHA_get();
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ImageView.PixelAreaGet(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ImageView_Property_PIXEL_AREA_get")]
             public static extern int ImageView_Property_PIXEL_AREA_get();
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ImageView.ImageVisualActionReloadGet(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_ImageView_IMAGE_VISUAL_ACTION_RELOAD_get")]
             public static extern int ImageView_IMAGE_VISUAL_ACTION_RELOAD_get();
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ImageView.ImageVisualActionPlayGet(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_ImageView_IMAGE_VISUAL_ACTION_PLAY_get")]
             public static extern int ImageView_IMAGE_VISUAL_ACTION_PLAY_get();
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ImageView.ImageVisualActionPauseGet(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_ImageView_IMAGE_VISUAL_ACTION_PAUSE_get")]
             public static extern int ImageView_IMAGE_VISUAL_ACTION_PAUSE_get();
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use ImageView.ImageVisualActionStopGet(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_ImageView_IMAGE_VISUAL_ACTION_STOP_get")]
             public static extern int ImageView_IMAGE_VISUAL_ACTION_STOP_get();
         }
index 031a3d0..5aed7f1 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index f37bb3e..39f1591 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 2996199..d03580e 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 7c0aa8c..649864e 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 1b8e1cb..c74b15d 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 3571384..b4eee0e 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index c333102..8f63793 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 2c277f0..8700e64 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 985ebca..0a23147 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 73f257f..fff6727 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index d28abe4..a09dcd3 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 0464f6f..c9f7ba6 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index ba4f844..4047db6 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index e201d15..008b069 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 4e67aa0..4d31a33 100755 (executable)
@@ -1,5 +1,21 @@
-using global::System;
-using global::System.Runtime.InteropServices;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+using System.Runtime.InteropServices;
 
 namespace Tizen.NUI
 {
index eb0f696..2dc551f 100755 (executable)
@@ -1,7 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 namespace Tizen.NUI
 {
     internal static partial class Interop
index ac68807..f666e98 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 4e152f0..48fd9f2 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 63e527b..04544e3 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index edecfab..1c74e5b 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 9fb5167..2ead621 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index fd9d377..60a97b3 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 6c78a07..b7273be 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index ab1fc23..95730ef 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 551334b..4c72de2 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index c4292de..6834ddb 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index bdc9099..b905974 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 5beb31e..38e4dc8 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 7f6af46..50ce996 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index a0cd36a..f9db748 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 2221ec8..0334655 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index c99c143..859a97d 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index c252dec..6f64e07 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 0d6c12d..47e49fe 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 6c4d2c6..ba088b5 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 20b56ef..28e5f3f 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 69013d9..906b51f 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 371a037..371d2ef 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 91efaa0..e614df7 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index f3d2159..bdde50a 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index d107bbf..6e09f5f 100755 (executable)
@@ -1,7 +1,19 @@
-using System.Runtime.InteropServices;
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 253d041..7853a21 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index c19854c..b0e5340 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index b5599c0..05a7ca1 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 916fc75..cf73cba 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 6553ed2..3d8fc1f 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index d4d5d60..15195cc 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index f4285b7..5542b64 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 90a6f84..bbed4ef 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 9e2064d..49e73e8 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 7e82d8b..6827af8 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index cc726f7..b641e89 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index a9ebc88..f64df96 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 0037152..6905e94 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 87f3e3b..82b7bdd 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index dc1c166..8a50aee 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
@@ -36,7 +49,7 @@ namespace Tizen.NUI
             public static extern int GetPixelFormat(global::System.Runtime.InteropServices.HandleRef jarg1);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_PixelData_GenerateUrl")]
-            public static extern string GenerateUrl(IntPtr handle);
+            public static extern string GenerateUrl(global::System.IntPtr handle);
         }
     }
 }
index 4d78332..8efde29 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index edc0262..19e7209 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 038c2cf..b0264a1 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index c9b5c8a..4b6d481 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 58cb912..1ea67c8 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 52e14b4..5dcba83 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 65b7877..0bb3836 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 5df3a41..99de261 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 3992f9d..a5e8346 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 4270e64..1a5b855 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 54307f3..46b4df4 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 2a7ebf6..ab955ee 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 39f992e..d229d86 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 7de7372..49dd0c3 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index f6e645e..7e2de61 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index b1e48bb..93060db 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 49fb3df..fd312e0 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index b0c0fb2..d15c4c6 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index c7bacd3..9938fb6 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 5d6b259..ec343ee 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index ccaaf47..02c9882 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 6b1f41c..5ee6ff7 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index c5088fb..c81809a 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index fbe834f..768cb9d 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 9569a40..e01577b 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index d69d377..9b3a7d9 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index a67e785..30b595b 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index ebb188c..f91317f 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index c17035a..b2d1d0e 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index c9bf75f..b63c389 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 8515fc8..c16aaef 100755 (executable)
@@ -1,7 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 namespace Tizen.NUI
 {
     internal static partial class Interop
index db12ca6..b7cdbad 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 3153ce3..8f4ccf8 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index b57cfc7..ecaf907 100755 (executable)
@@ -1,7 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 namespace Tizen.NUI
 {
     internal static partial class Interop
index a34da1b..f45206b 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index df5affa..706c29c 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 1781927..751c009 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 845fff9..a621754 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 583b0cb..ddac5db 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 76bc69f..5512df1 100755 (executable)
@@ -1,7 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 namespace Tizen.NUI
 {
     internal static partial class Interop
index b3b9988..22b7510 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index cc6b0c8..d7330ca 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index f8545d0..1b7854d 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 115df2c..fc10f77 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 49f7070..003fe56 100755 (executable)
@@ -1,7 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Runtime.InteropServices;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 76532eb..6f0e276 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
@@ -48,7 +61,7 @@ namespace Tizen.NUI
             public static extern uint GetHeight(global::System.Runtime.InteropServices.HandleRef jarg1);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_Texture_TbmSurface")]
-            public static extern global::System.IntPtr NewTbmSurface(IntPtr jarg1);
+            public static extern global::System.IntPtr NewTbmSurface(System.IntPtr jarg1);
         }
     }
 }
index 3ddca18..df74327 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 859b7ab..fe2ea65 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 7abfa83..51da0e5 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 40a347e..e5d48ec 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 472bb0a..0472201 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index b2ec071..db2dca6 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index d3c52fc..3a1be84 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 65ddda8..243582c 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index f55568a..ba0b974 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 80ccf0c..b8016a6 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index b65ba2b..36dab34 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index c3c8510..907a427 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 57c4b6c..4553945 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 9bf766c..daee15f 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 1ab768a..9e54443 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 26736dc..bebe4d8 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 91a818b..ce0b475 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index ac37c2b..3dfeaff 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 0289ff7..6df4e9a 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 835e2c8..83d7e7c 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index be96699..b579993 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index a21bca5..2d0d7d2 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 8998d4c..bb1f94e 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 4c4cf44..281c796 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 6a2a73b..c3b8267 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 56a07a3..ed58cf2 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
@@ -63,7 +76,6 @@ namespace Tizen.NUI
             public static extern global::System.IntPtr ResourceReadySignal(global::System.Runtime.InteropServices.HandleRef jarg1);
 
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use View.GetVisualResourceStatus(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_View_GetVisualResourceStatus")]
             public static extern int View_GetVisualResourceStatus(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
         }
index 724d12a..7bbee31 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 4b32f25..8215d72 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index dfb4dc7..cd3f553 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 27a7aa9..fb48f1b 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 9bc4890..3308228 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 06b2f5a..aefcf9e 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 481b507..1f321a7 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 7b74240..3bde6bc 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 2f26967..56bd8fc 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 807da1d..89dcc19 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 7fa5ce8..d9440f9 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 465886a..1ee9250 100755 (executable)
@@ -1,5 +1,21 @@
-
-using global::System;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+using System;
 using System.Runtime.InteropServices;
 
 namespace Tizen.NUI
index c872f02..b7262ad 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index dd00864..2af7984 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index bcb14c5..15d7e88 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index be08a4d..8cbae8e 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index f1ddc10..e92f134 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index b52e380..83aac7e 100755 (executable)
@@ -1,4 +1,20 @@
-
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 namespace Tizen.NUI
 {
     internal static partial class Interop
index 00724a9..5741207 100755 (executable)
@@ -1,4 +1,20 @@
-
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 namespace Tizen.NUI
 {
     internal static partial class Interop
index 561ee1f..d634f14 100755 (executable)
@@ -1,4 +1,20 @@
-
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 namespace Tizen.NUI
 {
     internal static partial class Interop
index 1346440..d797e56 100755 (executable)
@@ -1,4 +1,20 @@
-
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 namespace Tizen.NUI
 {
     internal static partial class Interop
index 075db2c..4531819 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index a8b13b2..f902a9a 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index ab370da..d619b08 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 0a4bdfb..95198b7 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 6b18cb4..a6c2cd6 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index f93c8f4..ab588e2 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
@@ -123,32 +136,24 @@ namespace Tizen.NUI
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WidgetView_SWIGUpcast")]
             public static extern global::System.IntPtr Upcast(global::System.IntPtr jarg1);
 
-
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use WidgetView.PauseWidget(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WidgetView_PauseWidget")]
             public static extern bool WidgetView_PauseWidget(global::System.Runtime.InteropServices.HandleRef jarg1);
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use WidgetView.ResumeWidget(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WidgetView_ResumeWidget")]
             public static extern bool WidgetView_ResumeWidget(global::System.Runtime.InteropServices.HandleRef jarg1);
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use WidgetView.TerminateWidget(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WidgetView_TerminateWidget")]
             public static extern bool WidgetView_TerminateWidget(global::System.Runtime.InteropServices.HandleRef jarg1);
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use WidgetView.DeleteWidgetView(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_delete_WidgetView")]
             public static extern void delete_WidgetView(global::System.Runtime.InteropServices.HandleRef jarg1);
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use WidgetView.Upcast(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WidgetView_SWIGUpcast")]
             public static extern global::System.IntPtr WidgetView_SWIGUpcast(global::System.IntPtr jarg1);
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use WidgetView.WidgetAddedSignal(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WidgetView_WidgetAddedSignal")]
             public static extern global::System.IntPtr WidgetView_WidgetAddedSignal(global::System.Runtime.InteropServices.HandleRef jarg1);
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use WidgetView.WidgetDeletedSignal(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WidgetView_WidgetDeletedSignal")]
             public static extern global::System.IntPtr WidgetView_WidgetDeletedSignal(global::System.Runtime.InteropServices.HandleRef jarg1);
         }
index b841154..8ce91ed 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
@@ -36,12 +49,9 @@ namespace Tizen.NUI
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WidgetViewManager_SWIGUpcast")]
             public static extern global::System.IntPtr Upcast(global::System.IntPtr jarg1);
 
-
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use WidgetViewManager.New(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WidgetViewManager_New")]
             public static extern global::System.IntPtr WidgetViewManager_New(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2);
 
-            [Obsolete("Please do not use this! Deprecated in API9, will be removed in API11! Please use WidgetViewManager.AddWidget(...) instead!")]
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WidgetViewManager_AddWidget")]
             public static extern global::System.IntPtr WidgetViewManager_AddWidget(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3, int jarg4, int jarg5, float jarg6);
         }
index 59bc770..f5caf91 100755 (executable)
@@ -1,7 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 namespace Tizen.NUI
 {
     internal static partial class Interop
index 1aa13e0..452d644 100755 (executable)
@@ -1,4 +1,19 @@
-using System;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index abf5de7..d0079e1 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index ae13716..414588c 100755 (executable)
@@ -1,4 +1,20 @@
-
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 namespace Tizen.NUI
 {
     using global::System;
index a8702d1..e2a3a8c 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 5d6a092..1b16e2b 100755 (executable)
@@ -1,7 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 namespace Tizen.NUI
 {
     internal static partial class Interop
index 7de7a35..2db382f 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 2c44518..7a4bb92 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index b27727c..a90f56d 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index b6b7592..1a9cf51 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index e21ba06..c15ccc2 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2018 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -20,7 +20,6 @@ using System.ComponentModel;
 
 namespace Tizen.NUI
 {
-
     class NDalicPINVOKE
     {
         public const string Lib = "libdali2-csharp-binder.so";
index 29a4672..f2aeba3 100755 (executable)
@@ -1,5 +1,21 @@
-using System;
-using global::System.Runtime.InteropServices;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+using System.Runtime.InteropServices;
 
 namespace Tizen.NUI
 {
index 7d4252f..5a50fa3 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index da47c79..315dd2b 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index c519d9e..886a3ef 100755 (executable)
@@ -1,6 +1,19 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI
 {
index 03a75bb..ed80ca8 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -35,15 +35,15 @@ namespace Tizen.NUI
         [UnmanagedFunctionPointer(CallingConvention.StdCall)]
         internal delegate void Callback(int id);
 
-        event Callback _instance;
+        event Callback instance;
 
-        private Window _window;
+        private Window window;
 
-        Animation _coreAnimation;
+        Animation coreAnimation;
 
-        private List<LayoutData> _layoutTransitionDataQueue;
+        private List<LayoutData> layoutTransitionDataQueue;
 
-        private List<LayoutItem> _itemRemovalQueue;
+        private List<LayoutItem> itemRemovalQueue;
 
         /// <summary>
         /// Constructs a LayoutController which controls the measuring and layouting.<br />
@@ -51,8 +51,8 @@ namespace Tizen.NUI
         /// </summary>
         public LayoutController(Window window) : this(Interop.LayoutController.New(), true)
         {
-            _window = window;
-            _layoutTransitionDataQueue = new List<LayoutData>();
+            this.window = window;
+            layoutTransitionDataQueue = new List<LayoutData>();
         }
 
         internal LayoutController(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
@@ -93,7 +93,7 @@ namespace Tizen.NUI
         [EditorBrowsable(EditorBrowsableState.Never)]
         public Animation GetCoreAnimation()
         {
-            return _coreAnimation;
+            return coreAnimation;
         }
 
         /// <summary>
@@ -109,10 +109,10 @@ namespace Tizen.NUI
         /// </summary>
         internal void CreateProcessCallback()
         {
-            if (_instance == null)
+            if (instance == null)
             {
-                _instance = new Callback(Process);
-                Interop.LayoutController.SetCallback(SwigCPtr, _instance);
+                instance = new Callback(Process);
+                Interop.LayoutController.SetCallback(SwigCPtr, instance);
             }
         }
 
@@ -122,7 +122,7 @@ namespace Tizen.NUI
         /// <param name="transitionDataEntry">Transition data for a LayoutItem.</param>
         internal void AddTransitionDataEntry(LayoutData transitionDataEntry)
         {
-            _layoutTransitionDataQueue.Add(transitionDataEntry);
+            layoutTransitionDataQueue.Add(transitionDataEntry);
         }
 
         /// <summary>
@@ -131,11 +131,11 @@ namespace Tizen.NUI
         /// <param name="itemToRemove">LayoutItem to remove.</param>
         internal void AddToRemovalStack(LayoutItem itemToRemove)
         {
-            if (_itemRemovalQueue == null)
+            if (itemRemovalQueue == null)
             {
-                _itemRemovalQueue = new List<LayoutItem>();
+                itemRemovalQueue = new List<LayoutItem>();
             }
-            _itemRemovalQueue.Add(itemToRemove);
+            itemRemovalQueue.Add(itemToRemove);
         }
 
         /// <summary>
@@ -201,7 +201,7 @@ namespace Tizen.NUI
                 else
                 {
                     // Parent not a View so assume it's a Layer which is the size of the window.
-                    rootSize = new Size2D(_window.Size.Width, _window.Size.Height);
+                    rootSize = new Size2D(window.Size.Width, window.Size.Height);
                 }
 
                 // Determine measure specification for root.
@@ -268,10 +268,10 @@ namespace Tizen.NUI
         private void Process(int id)
         {
             // First layer in the Window should be the default layer (index 0 )
-            uint numberOfLayers = _window.LayerCount;
+            uint numberOfLayers = window.LayerCount;
             for (uint layerIndex = 0; layerIndex < numberOfLayers; layerIndex++)
             {
-                Layer layer = _window.GetLayer(layerIndex);
+                Layer layer = window.GetLayer(layerIndex);
                 if (layer != null)
                 {
                     for (uint i = 0; i < layer.ChildCount; i++)
@@ -317,17 +317,17 @@ namespace Tizen.NUI
         /// </summary>
         private void PlayAnimation()
         {
-            Debug.WriteLineIf(LayoutDebugController, "LayoutController Playing, Core Duration:" + _coreAnimation.Duration);
-            _coreAnimation.Play();
+            Debug.WriteLineIf(LayoutDebugController, "LayoutController Playing, Core Duration:" + coreAnimation.Duration);
+            coreAnimation.Play();
         }
 
         private void AnimationFinished(object sender, EventArgs e)
         {
             // Iterate list of LayoutItem that were set for removal.
             // Now the core animation has finished their Views can be removed.
-            if (_itemRemovalQueue != null)
+            if (itemRemovalQueue != null)
             {
-                foreach (LayoutItem item in _itemRemovalQueue)
+                foreach (LayoutItem item in itemRemovalQueue)
                 {
                     // Check incase the parent was already removed and the Owner was
                     // removed already.
@@ -343,7 +343,7 @@ namespace Tizen.NUI
 
                     }
                 }
-                _itemRemovalQueue.Clear();
+                itemRemovalQueue.Clear();
                 // If LayoutItems added to stack whilst the core animation is playing
                 // they would have been cleared here.
                 // Could have another stack to be added to whilst the animation is running.
@@ -352,7 +352,7 @@ namespace Tizen.NUI
                 // occurs again.
             }
             Debug.WriteLineIf(LayoutDebugController, "LayoutController AnimationFinished");
-            _coreAnimation?.Clear();
+            coreAnimation?.Clear();
         }
 
         /// <summary>
@@ -365,19 +365,19 @@ namespace Tizen.NUI
             bool animationPending = false;
 
             Debug.WriteLineIf(LayoutDebugController,
-                               "LayoutController SetupCoreAnimation for:" + _layoutTransitionDataQueue.Count);
+                               "LayoutController SetupCoreAnimation for:" + layoutTransitionDataQueue.Count);
 
-            if (_layoutTransitionDataQueue.Count > 0) // Something to animate
+            if (layoutTransitionDataQueue.Count > 0) // Something to animate
             {
-                if (!_coreAnimation)
+                if (!coreAnimation)
                 {
-                    _coreAnimation = new Animation();
+                    coreAnimation = new Animation();
                 }
-                _coreAnimation.EndAction = Animation.EndActions.StopFinal;
-                _coreAnimation.Finished += AnimationFinished;
+                coreAnimation.EndAction = Animation.EndActions.StopFinal;
+                coreAnimation.Finished += AnimationFinished;
 
                 // Iterate all items that have been queued for repositioning.
-                foreach (LayoutData layoutPositionData in _layoutTransitionDataQueue)
+                foreach (LayoutData layoutPositionData in layoutTransitionDataQueue)
                 {
                     AddAnimatorsToAnimation(layoutPositionData);
                 }
@@ -386,7 +386,7 @@ namespace Tizen.NUI
 
                 // transitions have now been applied, clear stack, ready for new transitions on
                 // next layout traversal.
-                _layoutTransitionDataQueue.Clear();
+                layoutTransitionDataQueue.Clear();
             }
             return animationPending;
         }
@@ -396,7 +396,7 @@ namespace Tizen.NUI
             // A removed item does not have a valid target position within the layout so don't try to position.
             if (layoutPositionData.ConditionForAnimation != TransitionCondition.Remove)
             {
-                _coreAnimation.AnimateTo(layoutPositionData.Item.Owner, "Position",
+                coreAnimation.AnimateTo(layoutPositionData.Item.Owner, "Position",
                             new Vector3(layoutPositionData.Left,
                                         layoutPositionData.Top,
                                         layoutPositionData.Item.Owner.Position.Z),
@@ -426,7 +426,7 @@ namespace Tizen.NUI
             }
             else
             {
-                _coreAnimation.AnimateTo(layoutPositionData.Item.Owner, "Size",
+                coreAnimation.AnimateTo(layoutPositionData.Item.Owner, "Size",
                                          new Vector3(layoutPositionData.Right - layoutPositionData.Left,
                                                      layoutPositionData.Bottom - layoutPositionData.Top,
                                                      layoutPositionData.Item.Owner.Position.Z),
@@ -452,7 +452,7 @@ namespace Tizen.NUI
                     if (transition.AnimatableProperty != AnimatableProperties.Position &&
                         transition.AnimatableProperty != AnimatableProperties.Size)
                     {
-                        _coreAnimation.AnimateTo(view,
+                        coreAnimation.AnimateTo(view,
                                                  transition.AnimatableProperty.ToString(),
                                                  transition.TargetValue,
                                                  transition.Animator.Delay,
index 9e73384..1f5051a 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -24,9 +24,7 @@ namespace Tizen.NUI
     /// This should be internal, please do not use.
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
-    [Obsolete("Deprecated in API6, Will be removed in API9, " +
-        "Please do not use!" +
-        "IntPtr(native integer pointer) is supposed to be not used in Application!")]
+    [Obsolete("Deprecated in API6, Will be removed in API9, Please do not use! IntPtr(native integer pointer) is supposed to be not used in Application!")]
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class SWIGTYPE_p_bundle
     {
index d5f01fa..7407eb7 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -23,7 +23,6 @@ namespace Tizen.NUI
 {
     internal class Builder : BaseHandle
     {
-
         internal Builder(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
@@ -40,8 +39,8 @@ namespace Tizen.NUI
 
         [UnmanagedFunctionPointer(CallingConvention.StdCall)]
         private delegate void QuitEventCallbackDelegate();
-        private DaliEventHandler<object, QuitEventArgs> _builderQuitEventHandler;
-        private QuitEventCallbackDelegate _builderQuitEventCallbackDelegate;
+        private DaliEventHandler<object, QuitEventArgs> builderQuitEventHandler;
+        private QuitEventCallbackDelegate builderQuitEventCallbackDelegate;
         private VoidSignal quitSignal;
 
         public event DaliEventHandler<object, QuitEventArgs> Quit
@@ -49,24 +48,24 @@ namespace Tizen.NUI
             add
             {
                 // Restricted to only one listener
-                if (_builderQuitEventHandler == null)
+                if (builderQuitEventHandler == null)
                 {
-                    _builderQuitEventHandler += value;
+                    builderQuitEventHandler += value;
 
-                    _builderQuitEventCallbackDelegate = new QuitEventCallbackDelegate(OnQuit);
+                    builderQuitEventCallbackDelegate = new QuitEventCallbackDelegate(OnQuit);
                     quitSignal = this.QuitSignal();
-                    quitSignal?.Connect(_builderQuitEventCallbackDelegate);
+                    quitSignal?.Connect(builderQuitEventCallbackDelegate);
                 }
             }
 
             remove
             {
-                if (_builderQuitEventHandler != null)
+                if (builderQuitEventHandler != null)
                 {
-                    quitSignal?.Disconnect(_builderQuitEventCallbackDelegate);
+                    quitSignal?.Disconnect(builderQuitEventCallbackDelegate);
                 }
 
-                _builderQuitEventHandler -= value;
+                builderQuitEventHandler -= value;
             }
         }
 
@@ -75,10 +74,10 @@ namespace Tizen.NUI
         {
             QuitEventArgs e = new QuitEventArgs();
 
-            if (_builderQuitEventHandler != null)
+            if (builderQuitEventHandler != null)
             {
                 //here we send all data to user event handlers
-                _builderQuitEventHandler(this, e);
+                builderQuitEventHandler(this, e);
             }
         }
 
index c9d78d9..675faf6 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -22,7 +22,6 @@ namespace Tizen.NUI
 {
     internal class ConnectionTrackerInterface : SignalObserver
     {
-
         internal ConnectionTrackerInterface(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index 4698521..ae4d298 100755 (executable)
@@ -79,9 +79,9 @@ namespace Tizen.NUI
             //Release your own unmanaged resources here.
             //You should not access any managed member here except static instance.
             //because the execution order of Finalizes is non-deterministic.
-            if (_finishedCallback != null)
+            if (finishedCallback != null)
             {
-                FinishedSignal().Disconnect(_finishedCallback);
+                FinishedSignal().Disconnect(finishedCallback);
             }
 
             base.Dispose(type);
@@ -89,8 +89,8 @@ namespace Tizen.NUI
 
         [UnmanagedFunctionPointer(CallingConvention.StdCall)]
         private delegate void FinishedCallbackType(IntPtr application);
-        private DaliEventHandler<object, EventArgs> _finishedEventHandler;
-        private FinishedCallbackType _finishedCallback;
+        private DaliEventHandler<object, EventArgs> finishedEventHandler;
+        private FinishedCallbackType finishedCallback;
 
         /// <summary>
         /// If ActivateOnce has been called, then connect to this signal to be notified when the target actor has been rendered.
@@ -102,21 +102,21 @@ namespace Tizen.NUI
             add
             {
                 // Restricted to only one listener
-                if (_finishedEventHandler == null)
+                if (finishedEventHandler == null)
                 {
-                    _finishedCallback = new FinishedCallbackType(OnFinished);
-                    FinishedSignal().Connect(_finishedCallback);
+                    finishedCallback = new FinishedCallbackType(OnFinished);
+                    FinishedSignal().Connect(finishedCallback);
                 }
-                _finishedEventHandler += value;
+                finishedEventHandler += value;
             }
 
             remove
             {
-                _finishedEventHandler -= value;
+                finishedEventHandler -= value;
 
-                if (_finishedEventHandler == null && FinishedSignal().Empty() == false)
+                if (finishedEventHandler == null && FinishedSignal().Empty() == false)
                 {
-                    FinishedSignal().Disconnect(_finishedCallback);
+                    FinishedSignal().Disconnect(finishedCallback);
                 }
             }
         }
@@ -126,10 +126,10 @@ namespace Tizen.NUI
         {
             EventArgs e = new EventArgs();
 
-            if (_finishedEventHandler != null)
+            if (finishedEventHandler != null)
             {
                 //here we send all data to user event handlers
-                _finishedEventHandler(this, e);
+                finishedEventHandler(this, e);
             }
         }
 
index 7b9a723..beb9046 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,12 +19,10 @@ namespace Tizen.NUI
 {
     internal class GaussianBlurViewSignal : Disposable
     {
-
         internal GaussianBlurViewSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.GaussianBlurViewSignal.DeleteGaussianBlurViewSignal(swigCPtr);
index 70b9a8d..b2a678a 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -25,7 +25,6 @@ namespace Tizen.NUI
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class ItemFactory : Disposable
     {
-
         internal ItemFactory(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index 719ce08..92fc3bf 100755 (executable)
@@ -39,53 +39,53 @@ namespace Tizen.NUI
 
         public class PagePanStartedEventArgs : EventArgs
         {
-            private PageTurnView _pageTurnView;
+            private PageTurnView pageTurnView;
 
             public PageTurnView PageTurnView
             {
                 get
                 {
-                    return _pageTurnView;
+                    return pageTurnView;
                 }
                 set
                 {
-                    _pageTurnView = value;
+                    pageTurnView = value;
                 }
             }
         }
 
         public class PagePanFinishedEventArgs : EventArgs
         {
-            private PageTurnView _pageTurnView;
+            private PageTurnView pageTurnView;
 
             public PageTurnView PageTurnView
             {
                 get
                 {
-                    return _pageTurnView;
+                    return pageTurnView;
                 }
                 set
                 {
-                    _pageTurnView = value;
+                    pageTurnView = value;
                 }
             }
         }
 
         public class PageTurnStartedEventArgs : EventArgs
         {
-            private PageTurnView _pageTurnView;
-            private uint _pageIndex;
-            private bool _isTurningForward;
+            private PageTurnView pageTurnView;
+            private uint pageIndex;
+            private bool isTurningForward;
 
             public PageTurnView PageTurnView
             {
                 get
                 {
-                    return _pageTurnView;
+                    return pageTurnView;
                 }
                 set
                 {
-                    _pageTurnView = value;
+                    pageTurnView = value;
                 }
             }
 
@@ -93,11 +93,11 @@ namespace Tizen.NUI
             {
                 get
                 {
-                    return _pageIndex;
+                    return pageIndex;
                 }
                 set
                 {
-                    _pageIndex = value;
+                    pageIndex = value;
                 }
             }
 
@@ -105,11 +105,11 @@ namespace Tizen.NUI
             {
                 get
                 {
-                    return _isTurningForward;
+                    return isTurningForward;
                 }
                 set
                 {
-                    _isTurningForward = value;
+                    isTurningForward = value;
                 }
             }
 
@@ -117,19 +117,19 @@ namespace Tizen.NUI
 
         public class PageTurnFinishedEventArgs : EventArgs
         {
-            private PageTurnView _pageTurnView;
-            private uint _pageIndex;
-            private bool _isTurningForward;
+            private PageTurnView pageTurnView;
+            private uint pageIndex;
+            private bool isTurningForward;
 
             public PageTurnView PageTurnView
             {
                 get
                 {
-                    return _pageTurnView;
+                    return pageTurnView;
                 }
                 set
                 {
-                    _pageTurnView = value;
+                    pageTurnView = value;
                 }
             }
 
@@ -137,11 +137,11 @@ namespace Tizen.NUI
             {
                 get
                 {
-                    return _pageIndex;
+                    return pageIndex;
                 }
                 set
                 {
-                    _pageIndex = value;
+                    pageIndex = value;
                 }
             }
 
@@ -149,11 +149,11 @@ namespace Tizen.NUI
             {
                 get
                 {
-                    return _isTurningForward;
+                    return isTurningForward;
                 }
                 set
                 {
-                    _isTurningForward = value;
+                    isTurningForward = value;
                 }
             }
 
@@ -161,46 +161,46 @@ namespace Tizen.NUI
 
         [UnmanagedFunctionPointer(CallingConvention.StdCall)]
         private delegate void PagePanStartedCallbackDelegate(IntPtr page);
-        private DaliEventHandler<object, PagePanStartedEventArgs> _pageTurnViewPagePanStartedEventHandler;
-        private PagePanStartedCallbackDelegate _pageTurnViewPagePanStartedCallbackDelegate;
+        private DaliEventHandler<object, PagePanStartedEventArgs> pageTurnViewPagePanStartedEventHandler;
+        private PagePanStartedCallbackDelegate pageTurnViewPagePanStartedCallbackDelegate;
 
         [UnmanagedFunctionPointer(CallingConvention.StdCall)]
         private delegate void PagePanFinishedCallbackDelegate(IntPtr page);
-        private DaliEventHandler<object, PagePanFinishedEventArgs> _pageTurnViewPagePanFinishedEventHandler;
-        private PagePanFinishedCallbackDelegate _pageTurnViewPagePanFinishedCallbackDelegate;
+        private DaliEventHandler<object, PagePanFinishedEventArgs> pageTurnViewPagePanFinishedEventHandler;
+        private PagePanFinishedCallbackDelegate pageTurnViewPagePanFinishedCallbackDelegate;
 
         [UnmanagedFunctionPointer(CallingConvention.StdCall)]
         private delegate void PageTurnStartedCallbackDelegate(IntPtr page, uint pageIndex, bool isTurningForward);
-        private DaliEventHandler<object, PageTurnStartedEventArgs> _pageTurnViewPageTurnStartedEventHandler;
-        private PageTurnStartedCallbackDelegate _pageTurnViewPageTurnStartedCallbackDelegate;
+        private DaliEventHandler<object, PageTurnStartedEventArgs> pageTurnViewPageTurnStartedEventHandler;
+        private PageTurnStartedCallbackDelegate pageTurnViewPageTurnStartedCallbackDelegate;
 
         [UnmanagedFunctionPointer(CallingConvention.StdCall)]
         private delegate void PageTurnFinishedCallbackDelegate(IntPtr page, uint pageIndex, bool isTurningForward);
-        private DaliEventHandler<object, PageTurnFinishedEventArgs> _pageTurnViewPageTurnFinishedEventHandler;
-        private PageTurnFinishedCallbackDelegate _pageTurnViewPageTurnFinishedCallbackDelegate;
+        private DaliEventHandler<object, PageTurnFinishedEventArgs> pageTurnViewPageTurnFinishedEventHandler;
+        private PageTurnFinishedCallbackDelegate pageTurnViewPageTurnFinishedCallbackDelegate;
 
         public event DaliEventHandler<object, PagePanStartedEventArgs> PagePanStarted
         {
             add
             {
                 // Restricted to only one listener
-                if (_pageTurnViewPagePanStartedEventHandler == null)
+                if (pageTurnViewPagePanStartedEventHandler == null)
                 {
-                    _pageTurnViewPagePanStartedEventHandler += value;
+                    pageTurnViewPagePanStartedEventHandler += value;
 
-                    _pageTurnViewPagePanStartedCallbackDelegate = new PagePanStartedCallbackDelegate(OnPagePanStarted);
-                    this.PagePanStartedSignal().Connect(_pageTurnViewPagePanStartedCallbackDelegate);
+                    pageTurnViewPagePanStartedCallbackDelegate = new PagePanStartedCallbackDelegate(OnPagePanStarted);
+                    this.PagePanStartedSignal().Connect(pageTurnViewPagePanStartedCallbackDelegate);
                 }
             }
 
             remove
             {
-                if (_pageTurnViewPagePanStartedEventHandler != null)
+                if (pageTurnViewPagePanStartedEventHandler != null)
                 {
-                    this.PagePanStartedSignal().Disconnect(_pageTurnViewPagePanStartedCallbackDelegate);
+                    this.PagePanStartedSignal().Disconnect(pageTurnViewPagePanStartedCallbackDelegate);
                 }
 
-                _pageTurnViewPagePanStartedEventHandler -= value;
+                pageTurnViewPagePanStartedEventHandler -= value;
             }
         }
 
@@ -212,10 +212,10 @@ namespace Tizen.NUI
             // Populate all members of "e" (PagePanStartedEventArgs) with real page
             e.PageTurnView = PageTurnView.GetPageTurnViewFromPtr(page);
 
-            if (_pageTurnViewPagePanStartedEventHandler != null)
+            if (pageTurnViewPagePanStartedEventHandler != null)
             {
                 //here we send all page to user event handlers
-                _pageTurnViewPagePanStartedEventHandler(this, e);
+                pageTurnViewPagePanStartedEventHandler(this, e);
             }
         }
 
@@ -224,23 +224,23 @@ namespace Tizen.NUI
             add
             {
                 // Restricted to only one listener
-                if (_pageTurnViewPagePanFinishedEventHandler == null)
+                if (pageTurnViewPagePanFinishedEventHandler == null)
                 {
-                    _pageTurnViewPagePanFinishedEventHandler += value;
+                    pageTurnViewPagePanFinishedEventHandler += value;
 
-                    _pageTurnViewPagePanFinishedCallbackDelegate = new PagePanFinishedCallbackDelegate(OnPagePanFinished);
-                    this.PagePanFinishedSignal().Connect(_pageTurnViewPagePanFinishedCallbackDelegate);
+                    pageTurnViewPagePanFinishedCallbackDelegate = new PagePanFinishedCallbackDelegate(OnPagePanFinished);
+                    this.PagePanFinishedSignal().Connect(pageTurnViewPagePanFinishedCallbackDelegate);
                 }
             }
 
             remove
             {
-                if (_pageTurnViewPagePanFinishedEventHandler != null)
+                if (pageTurnViewPagePanFinishedEventHandler != null)
                 {
-                    this.PagePanFinishedSignal().Disconnect(_pageTurnViewPagePanFinishedCallbackDelegate);
+                    this.PagePanFinishedSignal().Disconnect(pageTurnViewPagePanFinishedCallbackDelegate);
                 }
 
-                _pageTurnViewPagePanFinishedEventHandler -= value;
+                pageTurnViewPagePanFinishedEventHandler -= value;
             }
         }
 
@@ -252,10 +252,10 @@ namespace Tizen.NUI
             // Populate all members of "e" (PagePanFinishedEventArgs) with real page
             e.PageTurnView = PageTurnView.GetPageTurnViewFromPtr(page);
 
-            if (_pageTurnViewPagePanFinishedEventHandler != null)
+            if (pageTurnViewPagePanFinishedEventHandler != null)
             {
                 //here we send all page to user event handlers
-                _pageTurnViewPagePanFinishedEventHandler(this, e);
+                pageTurnViewPagePanFinishedEventHandler(this, e);
             }
         }
 
@@ -265,23 +265,23 @@ namespace Tizen.NUI
             add
             {
                 // Restricted to only one listener
-                if (_pageTurnViewPageTurnStartedEventHandler == null)
+                if (pageTurnViewPageTurnStartedEventHandler == null)
                 {
-                    _pageTurnViewPageTurnStartedEventHandler += value;
+                    pageTurnViewPageTurnStartedEventHandler += value;
 
-                    _pageTurnViewPageTurnStartedCallbackDelegate = new PageTurnStartedCallbackDelegate(OnPageTurnStarted);
-                    this.PageTurnStartedSignal().Connect(_pageTurnViewPageTurnStartedCallbackDelegate);
+                    pageTurnViewPageTurnStartedCallbackDelegate = new PageTurnStartedCallbackDelegate(OnPageTurnStarted);
+                    this.PageTurnStartedSignal().Connect(pageTurnViewPageTurnStartedCallbackDelegate);
                 }
             }
 
             remove
             {
-                if (_pageTurnViewPageTurnStartedEventHandler != null)
+                if (pageTurnViewPageTurnStartedEventHandler != null)
                 {
-                    this.PageTurnStartedSignal().Disconnect(_pageTurnViewPageTurnStartedCallbackDelegate);
+                    this.PageTurnStartedSignal().Disconnect(pageTurnViewPageTurnStartedCallbackDelegate);
                 }
 
-                _pageTurnViewPageTurnStartedEventHandler -= value;
+                pageTurnViewPageTurnStartedEventHandler -= value;
             }
         }
 
@@ -296,10 +296,10 @@ namespace Tizen.NUI
             e.IsTurningForward = isTurningForward;
 
 
-            if (_pageTurnViewPageTurnStartedEventHandler != null)
+            if (pageTurnViewPageTurnStartedEventHandler != null)
             {
                 //here we send all page to user event handlers
-                _pageTurnViewPageTurnStartedEventHandler(this, e);
+                pageTurnViewPageTurnStartedEventHandler(this, e);
             }
         }
 
@@ -309,23 +309,23 @@ namespace Tizen.NUI
             add
             {
                 // Restricted to only one listener
-                if (_pageTurnViewPageTurnFinishedEventHandler == null)
+                if (pageTurnViewPageTurnFinishedEventHandler == null)
                 {
-                    _pageTurnViewPageTurnFinishedEventHandler += value;
+                    pageTurnViewPageTurnFinishedEventHandler += value;
 
-                    _pageTurnViewPageTurnFinishedCallbackDelegate = new PageTurnFinishedCallbackDelegate(OnPageTurnFinished);
-                    this.PageTurnFinishedSignal().Connect(_pageTurnViewPageTurnFinishedCallbackDelegate);
+                    pageTurnViewPageTurnFinishedCallbackDelegate = new PageTurnFinishedCallbackDelegate(OnPageTurnFinished);
+                    this.PageTurnFinishedSignal().Connect(pageTurnViewPageTurnFinishedCallbackDelegate);
                 }
             }
 
             remove
             {
-                if (_pageTurnViewPageTurnFinishedEventHandler != null)
+                if (pageTurnViewPageTurnFinishedEventHandler != null)
                 {
-                    this.PageTurnFinishedSignal().Disconnect(_pageTurnViewPageTurnFinishedCallbackDelegate);
+                    this.PageTurnFinishedSignal().Disconnect(pageTurnViewPageTurnFinishedCallbackDelegate);
                 }
 
-                _pageTurnViewPageTurnFinishedEventHandler -= value;
+                pageTurnViewPageTurnFinishedEventHandler -= value;
             }
         }
 
@@ -340,10 +340,10 @@ namespace Tizen.NUI
             e.IsTurningForward = isTurningForward;
 
 
-            if (_pageTurnViewPageTurnFinishedEventHandler != null)
+            if (pageTurnViewPageTurnFinishedEventHandler != null)
             {
                 //here we send all page to user event handlers
-                _pageTurnViewPageTurnFinishedEventHandler(this, e);
+                pageTurnViewPageTurnFinishedEventHandler(this, e);
             }
         }
 
index bddeaa6..f080fe5 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2017 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -21,10 +21,10 @@ namespace Tizen.NUI
 {
     internal class WidgetApplication : Application
     {
-        private Dictionary<System.Type, string> _widgetInfo;
-        private List<Widget> _widgetList = new List<Widget>();
+        private Dictionary<System.Type, string> widgetInfo;
+        private List<Widget> widgetList = new List<Widget>();
         private delegate System.IntPtr CreateWidgetFunctionDelegate(ref string widgetName);
-        private List<CreateWidgetFunctionDelegate> _createWidgetFunctionDelegateList = new List<CreateWidgetFunctionDelegate>();
+        private List<CreateWidgetFunctionDelegate> createWidgetFunctionDelegateList = new List<CreateWidgetFunctionDelegate>();
 
         internal WidgetApplication(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
@@ -44,7 +44,7 @@ namespace Tizen.NUI
         {
             WidgetApplication ret = New(args, stylesheet);
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-            _instance = ret;
+            instance = ret;
             return ret;
         }
 
@@ -76,7 +76,7 @@ namespace Tizen.NUI
 
         public void RegisterWidgetCreatingFunction()
         {
-            foreach (KeyValuePair<System.Type, string> widgetInfo in _widgetInfo)
+            foreach (KeyValuePair<System.Type, string> widgetInfo in widgetInfo)
             {
                 string widgetName = widgetInfo.Value;
                 RegisterWidgetCreatingFunction(ref widgetName);
@@ -88,7 +88,7 @@ namespace Tizen.NUI
             CreateWidgetFunctionDelegate newDelegate = new CreateWidgetFunctionDelegate(WidgetCreateFunction);
 
             // Keep this delegate until WidgetApplication is terminated
-            _createWidgetFunctionDelegateList.Add(newDelegate);
+            createWidgetFunctionDelegateList.Add(newDelegate);
 
             System.IntPtr ip = System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate<System.Delegate>(newDelegate);
             CreateWidgetFunction createWidgetFunction = new CreateWidgetFunction(ip);
@@ -99,21 +99,21 @@ namespace Tizen.NUI
 
         public void AddWidgetInstance(Widget widget)
         {
-            _widgetList.Add(widget);
+            widgetList.Add(widget);
         }
 
         public void RegisterWidgetInfo(Dictionary<System.Type, string> widgetInfo)
         {
-            _widgetInfo = widgetInfo;
+            this.widgetInfo = widgetInfo;
         }
 
         public void AddWidgetInfo(Dictionary<Type, string> newWidgetInfo)
         {
             foreach (KeyValuePair<Type, string> widgetInfo in newWidgetInfo)
             {
-                if (_widgetInfo.ContainsKey(widgetInfo.Key) == false)
+                if (this.widgetInfo.ContainsKey(widgetInfo.Key) == false)
                 {
-                    _widgetInfo.Add(widgetInfo.Key, widgetInfo.Value);
+                    this.widgetInfo.Add(widgetInfo.Key, widgetInfo.Value);
                     string widgetName = widgetInfo.Value;
                     RegisterWidgetCreatingFunction(ref widgetName);
                 }
@@ -148,7 +148,7 @@ namespace Tizen.NUI
         {
             get
             {
-                return _widgetInfo;
+                return widgetInfo;
             }
         }
     }
index 8476cad..b42f731 100755 (executable)
@@ -15,8 +15,6 @@
  *
  */
 using System;
-using System.ComponentModel;
-using System.Runtime.InteropServices;
 
 namespace Tizen.NUI
 {
@@ -44,18 +42,18 @@ namespace Tizen.NUI
 
         public class WIdgetInstanceOnCreateArgs : EventArgs
         {
-            private string _contentInfo;
-            private Window _window;
+            private string contentInfo;
+            private Window window;
 
             public string ContentInfo
             {
                 get
                 {
-                    return _contentInfo;
+                    return contentInfo;
                 }
                 set
                 {
-                    _contentInfo = value;
+                    contentInfo = value;
                 }
             }
 
@@ -63,42 +61,42 @@ namespace Tizen.NUI
             {
                 get
                 {
-                    return _window;
+                    return window;
                 }
                 set
                 {
-                    _window = value;
+                    window = value;
                 }
             }
         }
 
-        private EventHandler<WIdgetInstanceOnCreateArgs> _widgetInstanceOnCreateEventHandler;
+        private EventHandler<WIdgetInstanceOnCreateArgs> widgetInstanceOnCreateEventHandler;
         public event EventHandler<WIdgetInstanceOnCreateArgs> WidgetInstanceCreated
         {
             add
             {
-                _widgetInstanceOnCreateEventHandler += value;
+                widgetInstanceOnCreateEventHandler += value;
             }
             remove
             {
-                _widgetInstanceOnCreateEventHandler -= value;
+                widgetInstanceOnCreateEventHandler -= value;
             }
         }
 
         public class WIdgetInstanceOnDestroyArgs : EventArgs
         {
-            private string _contentInfo;
-            private Widget.TerminationType _terminateType;
+            private string contentInfo;
+            private Widget.TerminationType terminateType;
 
             public string ContentInfo
             {
                 get
                 {
-                    return _contentInfo;
+                    return contentInfo;
                 }
                 set
                 {
-                    _contentInfo = value;
+                    contentInfo = value;
                 }
             }
 
@@ -106,98 +104,98 @@ namespace Tizen.NUI
             {
                 get
                 {
-                    return _terminateType;
+                    return terminateType;
                 }
                 set
                 {
-                    _terminateType = value;
+                    terminateType = value;
                 }
             }
         }
 
-        private EventHandler<WIdgetInstanceOnDestroyArgs> _widgetInstanceOnDestroyEventHandler;
+        private EventHandler<WIdgetInstanceOnDestroyArgs> widgetInstanceOnDestroyEventHandler;
         public event EventHandler<WIdgetInstanceOnDestroyArgs> WidgetInstanceDestroyed
         {
             add
             {
-                _widgetInstanceOnDestroyEventHandler += value;
+                widgetInstanceOnDestroyEventHandler += value;
             }
             remove
             {
-                _widgetInstanceOnDestroyEventHandler -= value;
+                widgetInstanceOnDestroyEventHandler -= value;
             }
         }
 
         public class WidgetInstanceOnResizeArgs : EventArgs
         {
-            private Window _window;
+            private Window window;
 
             public Window Window
             {
                 get
                 {
-                    return _window;
+                    return window;
                 }
                 set
                 {
-                    _window = value;
+                    window = value;
                 }
             }
         }
 
-        private EventHandler<WidgetInstanceOnResizeArgs> _widgetInstanceOnResizeEventHandler;
+        private EventHandler<WidgetInstanceOnResizeArgs> widgetInstanceOnResizeEventHandler;
         public event EventHandler<WidgetInstanceOnResizeArgs> WidgetInstanceResized
         {
             add
             {
-                _widgetInstanceOnResizeEventHandler += value;
+                widgetInstanceOnResizeEventHandler += value;
             }
             remove
             {
-                _widgetInstanceOnResizeEventHandler -= value;
+                widgetInstanceOnResizeEventHandler -= value;
             }
         }
 
-        private EventHandler _widgetInstanceOnPauseEventHandler;
+        private EventHandler widgetInstanceOnPauseEventHandler;
         public event EventHandler WidgetInstancePaused
         {
             add
             {
-                _widgetInstanceOnPauseEventHandler += value;
+                widgetInstanceOnPauseEventHandler += value;
             }
             remove
             {
-                _widgetInstanceOnPauseEventHandler -= value;
+                widgetInstanceOnPauseEventHandler -= value;
             }
         }
 
-        private EventHandler _widgetInstanceOnResumeEventHandler;
+        private EventHandler widgetInstanceOnResumeEventHandler;
         public event EventHandler WidgetInstanceResumed
         {
             add
             {
-                _widgetInstanceOnResumeEventHandler += value;
+                widgetInstanceOnResumeEventHandler += value;
             }
             remove
             {
-                _widgetInstanceOnResumeEventHandler -= value;
+                widgetInstanceOnResumeEventHandler -= value;
             }
         }
 
         public class WidgetInstanceOnUpdateArgs : EventArgs
         {
-            private string _contentInfo;
-            private int _force;
+            private string contentInfo;
+            private int force;
 
             public string ContentInfo
             {
                 get
                 {
-                    return _contentInfo;
+                    return contentInfo;
                 }
                 set
                 {
-                    _contentInfo = value;
+                    contentInfo = value;
                 }
             }
 
@@ -205,25 +203,25 @@ namespace Tizen.NUI
             {
                 get
                 {
-                    return _force;
+                    return force;
                 }
                 set
                 {
-                    _force = value;
+                    force = value;
                 }
             }
         }
 
-        private EventHandler<WidgetInstanceOnUpdateArgs> _widgetInstanceOnUpdateEventHandler;
+        private EventHandler<WidgetInstanceOnUpdateArgs> widgetInstanceOnUpdateEventHandler;
         public event EventHandler<WidgetInstanceOnUpdateArgs> WidgetInstanceUpdated
         {
             add
             {
-                _widgetInstanceOnUpdateEventHandler += value;
+                widgetInstanceOnUpdateEventHandler += value;
             }
             remove
             {
-                _widgetInstanceOnUpdateEventHandler -= value;
+                widgetInstanceOnUpdateEventHandler -= value;
             }
         }
 
@@ -232,7 +230,7 @@ namespace Tizen.NUI
             WIdgetInstanceOnCreateArgs args = new WIdgetInstanceOnCreateArgs();
             args.ContentInfo = contentInfo;
             args.Window = window;
-            _widgetInstanceOnCreateEventHandler?.Invoke(this, args);
+            widgetInstanceOnCreateEventHandler?.Invoke(this, args);
         }
 
         public virtual void OnTerminate(string contentInfo, Widget.TerminationType type)
@@ -240,24 +238,24 @@ namespace Tizen.NUI
             WIdgetInstanceOnDestroyArgs args = new WIdgetInstanceOnDestroyArgs();
             args.ContentInfo = contentInfo;
             args.TerminateType = type;
-            _widgetInstanceOnDestroyEventHandler?.Invoke(this, args);
+            widgetInstanceOnDestroyEventHandler?.Invoke(this, args);
         }
 
         public virtual void OnPause()
         {
-            _widgetInstanceOnPauseEventHandler?.Invoke(this, new EventArgs());
+            widgetInstanceOnPauseEventHandler?.Invoke(this, new EventArgs());
         }
 
         public virtual void OnResume()
         {
-            _widgetInstanceOnResumeEventHandler?.Invoke(this, new EventArgs());
+            widgetInstanceOnResumeEventHandler?.Invoke(this, new EventArgs());
         }
 
         public virtual void OnResize(Window window)
         {
             WidgetInstanceOnResizeArgs args = new WidgetInstanceOnResizeArgs();
             args.Window = window;
-            _widgetInstanceOnResizeEventHandler?.Invoke(this, args);
+            widgetInstanceOnResizeEventHandler?.Invoke(this, args);
         }
 
         public virtual void OnUpdate(string contentInfo, int force)
@@ -265,7 +263,7 @@ namespace Tizen.NUI
             WidgetInstanceOnUpdateArgs args = new WidgetInstanceOnUpdateArgs();
             args.ContentInfo = contentInfo;
             args.Force = force;
-            _widgetInstanceOnUpdateEventHandler?.Invoke(this, args);
+            widgetInstanceOnUpdateEventHandler?.Invoke(this, args);
         }
 
         internal virtual void SignalConnected(SlotObserver slotObserver, SWIGTYPE_p_Dali__CallbackBase callback)
index d88b85f..9b9eee7 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -24,8 +24,7 @@ namespace Tizen.NUI
     /// WidgetViewSignal
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
-    [Obsolete("Deprecated in API6, Will be removed in API9, " +
-        "Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
+    [Obsolete("Deprecated in API6, Will be removed in API9, Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class WidgetViewSignal : Disposable
     {
@@ -47,8 +46,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <returns>True if there are any slots connected to the signal</returns>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API6, Will be removed in API9, " +
-            "Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
+        [Obsolete("Deprecated in API6, Will be removed in API9, Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public bool Empty()
         {
@@ -62,8 +60,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <returns>The number of slots connected to this signal</returns>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API6, Will be removed in API9, " +
-            "Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
+        [Obsolete("Deprecated in API6, Will be removed in API9, Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public uint GetConnectionCount()
         {
@@ -77,8 +74,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <param name="func">The function to connect</param>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API6, Will be removed in API9, " +
-            "Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
+        [Obsolete("Deprecated in API6, Will be removed in API9, Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void Connect(System.Delegate func)
         {
@@ -94,8 +90,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <param name="func">The function to disconnect</param>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API6, Will be removed in API9, " +
-            "Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
+        [Obsolete("Deprecated in API6, Will be removed in API9, Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void Disconnect(System.Delegate func)
         {
@@ -111,8 +106,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <param name="arg">The member function to connect</param>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API6, Will be removed in API9, " +
-            "Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
+        [Obsolete("Deprecated in API6, Will be removed in API9, Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void Emit(WidgetView arg)
         {
@@ -124,8 +118,7 @@ namespace Tizen.NUI
         /// The contructor.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API6, Will be removed in API9, " +
-            "Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
+        [Obsolete("Deprecated in API6, Will be removed in API9, Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public WidgetViewSignal() : this(Interop.WidgetView.NewWidgetViewSignal(), true)
         {
index 14c6f3a..5a49440 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,6 @@ namespace Tizen.NUI
 {
     internal class WindowTransitionEffectSignal : Disposable
     {
-
         internal WindowTransitionEffectSignal(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
index c421cb3..af26c7e 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,12 +19,10 @@ namespace Tizen.NUI
 {
     internal class WindowFocusSignalType : Disposable
     {
-
         internal WindowFocusSignalType(global::System.IntPtr cPtr, bool cMemoryOwn) : base(cPtr, cMemoryOwn)
         {
         }
 
-
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
             Interop.WindowFocusSignalType.DeleteWindowFocusSignalType(swigCPtr);
index 4ce9e6d..3e30a76 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2020 Samsung Electronics Co., Ltd.
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4081993..2d4bc90 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 using System.Collections;
 using System.Collections.Generic;
index c85c2e5..772ed8b 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 using System.Collections.Generic;
 using System.Globalization;
index fee3ac3..b028d7c 100755 (executable)
@@ -1,4 +1,21 @@
-namespace Tizen.NUI.Xaml
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+namespace Tizen.NUI.Xaml
 {
     internal static class DesignMode
     {
index 0761f92..d08cf08 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 using System.Collections.Generic;
 using System.Xml;
index 0edf79a..2b8abe8 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 using System.Collections;
 using System.Collections.Generic;
index 0285f07..bce9bf7 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 using System.Collections.Generic;
 
index 431a872..9f617b2 100755 (executable)
@@ -1,4 +1,21 @@
-namespace Tizen.NUI.Xaml
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+namespace Tizen.NUI.Xaml
 {
     internal interface IConverterOptions
     {
index 9aced85..3156347 100755 (executable)
@@ -1,4 +1,21 @@
-using System.Collections.Generic;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+using System.Collections.Generic;
 
 namespace Tizen.NUI.Xaml
 {
index 2d901bf..40e34c8 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 
 namespace Tizen.NUI.Xaml
index 47e6196..f4d7cf1 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System.Collections.Generic;
 
 namespace Tizen.NUI.Xaml
index 4e070f7..8ea6349 100755 (executable)
@@ -1,4 +1,21 @@
-using System;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+using System;
 using System.Reflection;
 using System.Xml;
 using System.IO;
index e2fbee0..ab6e039 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 using System.Reflection;
 
index 060dc0e..553f3f8 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 //
 // MarkupExpressionParser.cs
 //
index 0b523b6..f817d20 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 using System.Reflection;
 using Tizen.NUI.Binding;
index efeccad..dc57346 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System.Collections.Generic;
 using Tizen.NUI.Binding.Internals;
 
index 436281a..7486b35 100755 (executable)
@@ -1,4 +1,21 @@
-using System.Collections.Generic;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+using System.Collections.Generic;
 using System.Linq;
 
 namespace Tizen.NUI.Xaml
index baef31d..9177168 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+using System;
 using System.Collections.Generic;
 using System.ComponentModel;
 using System.Linq;
index 0388856..ca9ec13 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 using System.Collections.Generic;
 using Tizen.NUI.Binding;
index ad16a86..14cd470 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+using System;
 using System.IO;
 using System.Reflection;
 using Tizen.NUI;
index 3f6a33d..5b93899 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+using System;
 
 namespace Tizen.NUI.Xaml
 {
index c514fb7..295bd3d 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 using System.Collections.Generic;
 using System.Xml;
index b010311..fa6ff61 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 //
 // TypeConversionExtensions.cs
 //
index 1b8a56c..4714bec 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 using System.Reflection;
 
index f731f9c..e13521e 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+using System;
 using System.Collections;
 using System.Collections.Generic;
 using System.Collections.ObjectModel;
index 68e9421..37078b6 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 //
 // XamlLoader.cs
 //
index 21b45ac..ef695b2 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System.Collections.Generic;
 using System.Diagnostics;
 using System.Linq;
index afd5bc1..036973a 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+using System;
 
 namespace Tizen.NUI.Xaml
 {
index c70d268..03d92ee 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 //
 // XamlParser.cs
 //
index 056189d..0d117cc 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 using System.Diagnostics;
 
index ece85ad..b5f7db0 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 
 namespace Tizen.NUI.Xaml
index 6c57471..9b0f8c4 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System.Collections.Generic;
 using System.ComponentModel;
 using System.Threading.Tasks;
index eaa794d..9e40d08 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System.ComponentModel;
 using System.Threading.Tasks;
 
index e0cc021..28409de 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+using System;
 
 namespace Tizen.NUI.Binding
 {
index f1a7642..d39fb39 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+using System;
 using System.Collections.Generic;
 using System.ComponentModel;
 using System.Diagnostics;
index fd1206c..f083623 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 
 namespace Tizen.NUI.Binding
index 77faaa8..f85de38 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 //
 // ContentPropertyAttribute.cs
 //
index ae9c3a1..3e225c5 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 using System.ComponentModel;
 
index a0201e4..7e7ffc7 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 
 namespace Tizen.NUI.Binding
index fc1aac1..0acd10a 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 namespace Tizen.NUI.Binding
 {
     internal enum DependencyFetchTarget
index 9975433..5dcea57 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 using System.Linq;
 using System.Reflection;
index 63c9c99..a354a75 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+using System;
 using System.Collections.Generic;
 using System.Linq;
 using System.Reflection;
index ff77077..e452a70 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 using System.Collections.Generic;
 using System.ComponentModel;
index 8fad818..429dc45 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+using System;
 using System.ComponentModel;
 using System.Runtime.CompilerServices;
 
@@ -7,17 +23,17 @@ namespace Tizen.NUI.Binding
     [EditorBrowsable(EditorBrowsableState.Never)]
     internal abstract class DeviceInfo : INotifyPropertyChanged, IDisposable
     {
-        DeviceOrientation _currentOrientation;
-        bool _disposed;
+        DeviceOrientation currentOrientation;
+        bool disposed;
 
         public DeviceOrientation CurrentOrientation
         {
-            get { return _currentOrientation; }
+            get { return currentOrientation; }
             set
             {
-                if (Equals(_currentOrientation, value))
+                if (Equals(currentOrientation, value))
                     return;
-                _currentOrientation = value;
+                currentOrientation = value;
                 OnPropertyChanged();
             }
         }
@@ -40,9 +56,9 @@ namespace Tizen.NUI.Binding
 
         protected virtual void Dispose(bool disposing)
         {
-            if (_disposed)
+            if (disposed)
                 return;
-            _disposed = true;
+            disposed = true;
         }
 
         protected virtual void OnPropertyChanged([CallerMemberName] string propertyName = null)
index 8453e20..6cf2b09 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System.ComponentModel;
 
 namespace Tizen.NUI.Binding
index 998c1e6..552ea94 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 using System.Collections.Generic;
 using System.ComponentModel;
index 0ac4c87..2a62047 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 using System.ComponentModel;
 
index 8ae2a70..3ab625b 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 
 namespace Tizen.NUI.Binding
index 1fd0c61..85fb48b 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 using System.Globalization;
 using System.Linq;
index 6f54188..6c861f8 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 
 namespace Tizen.NUI.Binding
index 0a058b8..6dee10a 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 namespace Tizen.NUI.Binding
 {
     internal class GestureRecognizer : Element, IGestureRecognizer
index a0db2c5..28dc6cd 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 
 namespace Tizen.NUI.Binding
index f9261d7..0bbaa66 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System.ComponentModel;
 
 namespace Tizen.NUI.Binding
index a344ca9..e92f617 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System.ComponentModel;
 
 namespace Tizen.NUI.Binding
index 403ccfc..cfddb64 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System.Collections.Generic;
 
 namespace Tizen.NUI.Binding
index 01eebcb..5995b25 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 using Tizen.NUI.Binding.Internals;
 
index 0414a61..c32445a 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 
 namespace Tizen.NUI.Binding
 {
index f652069..3e0b935 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 using System.Collections.Generic;
 using System.Collections.ObjectModel;
index 5a4beb6..371d750 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 using System.Globalization;
 
index 2140741..0b05b37 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System.ComponentModel;
 
 namespace Tizen.NUI.Binding
index 1c258ac..e5d119e 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 using System.ComponentModel;
 using System.IO;
index 305ae80..88afe1d 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 namespace Tizen.NUI.Binding
 {
 
index 0f2e260..6cf2511 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 using System.ComponentModel;
 using System.IO;
index 37d7adf..a9d1f52 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 using System.Collections.Generic;
 using System.ComponentModel;
index 3ae0231..44d4014 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System.ComponentModel;
 
 namespace Tizen.NUI.Binding
index 6fe8409..4866b88 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 using System.Collections.Generic;
 using System.Collections.ObjectModel;
index f8f0c5c..1f6047d 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 namespace Tizen.NUI.Binding
 {
     internal interface IAttachedObject
index 5e57d42..b271cb4 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System.Collections.Generic;
 
 namespace Tizen.NUI.Binding
index ff4189f..a9384a6 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System.Collections.Generic;
 using System.ComponentModel;
 using System.Threading.Tasks;
index e196d48..c18f9a9 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+using System;
 
 namespace Tizen.NUI.Binding.Internals
 {
index e1c1c8a..23dc4fe 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 using System.ComponentModel;
 
index 65d36da..f909c3a 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 using System.ComponentModel;
 
index 4d9b64a..9ebbace 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+using System;
 using System.ComponentModel;
 
 namespace Tizen.NUI.Binding.Internals
index da4be24..7c20e06 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+using System;
 using System.IO;
 using System.Reflection;
 using Tizen.NUI.Xaml;
index 1d253d8..de97c75 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 using Tizen.NUI.Binding.Internals;
 
index 37d1055..1f5eabf 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 using System.Collections.Generic;
 using System.Linq;
index ae16b6a..c8af695 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 using System.Collections.Generic;
 using System.Linq;
@@ -38,7 +55,7 @@ namespace Tizen.NUI.Binding
             WeakReference DelegateWeakReference { get; }
             object DelegateStrongReference { get; }
 
-            readonly bool _isStrongReference;
+            readonly bool isStrongReference;
 
             public MaybeWeakReference(object subscriber, object delegateSource)
             {
@@ -46,17 +63,17 @@ namespace Tizen.NUI.Binding
                 {
                     // The target is the subscriber; we can use a weakreference
                     DelegateWeakReference = new WeakReference(delegateSource);
-                    _isStrongReference = false;
+                    isStrongReference = false;
                 }
                 else
                 {
                     DelegateStrongReference = delegateSource;
-                    _isStrongReference = true;
+                    isStrongReference = true;
                 }
             }
 
-            public object Target => _isStrongReference ? DelegateStrongReference : DelegateWeakReference.Target;
-            public bool IsAlive => _isStrongReference || DelegateWeakReference.IsAlive;
+            public object Target => isStrongReference ? DelegateStrongReference : DelegateWeakReference.Target;
+            public bool IsAlive => isStrongReference || DelegateWeakReference.IsAlive;
         }
 
         class Subscription : Tuple<WeakReference, MaybeWeakReference, MethodInfo, Filter>
@@ -100,8 +117,7 @@ namespace Tizen.NUI.Binding
             }
         }
 
-        readonly Dictionary<Sender, List<Subscription>> _subscriptions =
-            new Dictionary<Sender, List<Subscription>>();
+        readonly Dictionary<Sender, List<Subscription>> subscriptions = new Dictionary<Sender, List<Subscription>>();
 
         public static void Send<TSender, TArgs>(TSender sender, string message, TArgs args) where TSender : class
         {
@@ -198,9 +214,9 @@ namespace Tizen.NUI.Binding
             if (message == null)
                 throw new ArgumentNullException(nameof(message));
             var key = new Sender(message, senderType, argType);
-            if (!_subscriptions.ContainsKey(key))
+            if (!subscriptions.ContainsKey(key))
                 return;
-            List<Subscription> subcriptions = _subscriptions[key];
+            List<Subscription> subcriptions = subscriptions[key];
             if (subcriptions == null || !subcriptions.Any())
                 return; // should not be reachable
 
@@ -225,14 +241,14 @@ namespace Tizen.NUI.Binding
                 throw new ArgumentNullException(nameof(message));
             var key = new Sender(message, senderType, argType);
             var value = new Subscription(subscriber, target, methodInfo, filter);
-            if (_subscriptions.ContainsKey(key))
+            if (subscriptions.ContainsKey(key))
             {
-                _subscriptions[key].Add(value);
+                subscriptions[key].Add(value);
             }
             else
             {
                 var list = new List<Subscription> { value };
-                _subscriptions[key] = list;
+                subscriptions[key] = list;
             }
         }
 
@@ -244,11 +260,11 @@ namespace Tizen.NUI.Binding
                 throw new ArgumentNullException(nameof(message));
 
             var key = new Sender(message, senderType, argType);
-            if (!_subscriptions.ContainsKey(key))
+            if (!subscriptions.ContainsKey(key))
                 return;
-            _subscriptions[key].RemoveAll(sub => sub.CanBeRemoved() || sub.Subscriber.Target == subscriber);
-            if (!_subscriptions[key].Any())
-                _subscriptions.Remove(key);
+            subscriptions[key].RemoveAll(sub => sub.CanBeRemoved() || sub.Subscriber.Target == subscriber);
+            if (!subscriptions[key].Any())
+                subscriptions.Remove(key);
         }
 
         // This is a bit gross; it only exists to support the unit tests in PageTests
@@ -256,7 +272,7 @@ namespace Tizen.NUI.Binding
         // tightly coupled to the MessagingCenter singleton 
         internal static void ClearSubscribers()
         {
-            (Instance as MessagingCenter)?._subscriptions.Clear();
+            (Instance as MessagingCenter)?.subscriptions.Clear();
         }
     }
 }
index daaab4c..e91c9fd 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 using Tizen.NUI;
 using Tizen.NUI.Binding;
index fc70b8c..7d6f4dd 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using Tizen.NUI.Binding.Internals;
 
 namespace Tizen.NUI.Binding
index 97c67a2..3d5c9ca 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 using System.Collections.Generic;
 using Tizen.NUI.Xaml;
index ff826df..8cbba73 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 
 namespace Tizen.NUI.Binding
index da2266f..bb10bed 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 using System.Linq;
 using System.Reflection;
index b85ee2c..b2b0aa8 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 using System.Globalization;
 
index a4d2261..1bb8c9f 100755 (executable)
@@ -1,4 +1,21 @@
-using System;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+using System;
 
 namespace Tizen.NUI.Binding
 {
index 905762c..54e86b5 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 
 namespace Tizen.NUI.Binding
index 467aaaf..ba54500 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 using System.Collections.Generic;
 using System.ComponentModel;
index 4739051..b0ccc27 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 using System.Collections.Generic;
 
index 0ddfa2c..03a97a1 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 using System.Globalization;
 
index b001795..d48f6fa 100755 (executable)
@@ -1,4 +1,21 @@
-using System.Collections;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+using System.Collections;
 using System.Collections.Generic;
 using System.Collections.ObjectModel;
 using System.Linq;
@@ -7,45 +24,45 @@ namespace Tizen.NUI.Binding
 {
     internal class SynchronizedList<T> : IList<T>, IReadOnlyList<T>
     {
-        readonly List<T> _list = new List<T>();
-        ReadOnlyCollection<T> _snapshot;
+        readonly List<T> list = new List<T>();
+        ReadOnlyCollection<T> snapshot;
 
         public void Add(T item)
         {
-            lock (_list)
+            lock (list)
             {
-                _list.Add(item);
-                _snapshot = null;
+                list.Add(item);
+                snapshot = null;
             }
         }
 
         public void Clear()
         {
-            lock (_list)
+            lock (list)
             {
-                _list.Clear();
-                _snapshot = null;
+                list.Clear();
+                snapshot = null;
             }
         }
 
         public bool Contains(T item)
         {
-            lock (_list)
-                return _list.Contains(item);
+            lock (list)
+                return list.Contains(item);
         }
 
         public void CopyTo(T[] array, int arrayIndex)
         {
-            lock (_list)
-                _list.CopyTo(array, arrayIndex);
+            lock (list)
+                list.CopyTo(array, arrayIndex);
         }
 
         public int Count
         {
             get
             {
-                lock (_list)
-                    return _list.Count;
+                lock (list)
+                    return list.Count;
             }
         }
 
@@ -56,11 +73,11 @@ namespace Tizen.NUI.Binding
 
         public bool Remove(T item)
         {
-            lock (_list)
+            lock (list)
             {
-                if (_list.Remove(item))
+                if (list.Remove(item))
                 {
-                    _snapshot = null;
+                    snapshot = null;
                     return true;
                 }
 
@@ -75,28 +92,28 @@ namespace Tizen.NUI.Binding
 
         public IEnumerator<T> GetEnumerator()
         {
-            lock (_list)
+            lock (list)
             {
-                if (_snapshot == null)
+                if (snapshot == null)
                 {
-                    _snapshot = new ReadOnlyCollection<T>(_list.ToList());
+                    snapshot = new ReadOnlyCollection<T>(list.ToList());
                 }
-                return _snapshot.GetEnumerator();
+                return snapshot.GetEnumerator();
             }
         }
 
         public int IndexOf(T item)
         {
-            lock (_list)
-                return _list.IndexOf(item);
+            lock (list)
+                return list.IndexOf(item);
         }
 
         public void Insert(int index, T item)
         {
-            lock (_list)
+            lock (list)
             {
-                _list.Insert(index, item);
-                _snapshot = null;
+                list.Insert(index, item);
+                snapshot = null;
             }
         }
 
@@ -104,32 +121,32 @@ namespace Tizen.NUI.Binding
         {
             get
             {
-                lock (_list)
+                lock (list)
                 {
-                    ReadOnlyCollection<T> snap = _snapshot;
+                    ReadOnlyCollection<T> snap = snapshot;
                     if (snap != null)
                         return snap[index];
 
-                    return _list[index];
+                    return list[index];
                 }
             }
 
             set
             {
-                lock (_list)
+                lock (list)
                 {
-                    _list[index] = value;
-                    _snapshot = null;
+                    list[index] = value;
+                    snapshot = null;
                 }
             }
         }
 
         public void RemoveAt(int index)
         {
-            lock (_list)
+            lock (list)
             {
-                _list.RemoveAt(index);
-                _snapshot = null;
+                list.RemoveAt(index);
+                snapshot = null;
             }
         }
     }
index b1ad03b..ac27dd3 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 namespace Tizen.NUI.Binding
 {
     internal enum TargetIdiom
index d6ffbaf..b9ff49c 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 
 namespace Tizen.NUI.Binding
index 551ae0b..57792cc 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 using System.Globalization;
 
@@ -6,11 +22,11 @@ namespace Tizen.NUI.Binding
     internal class TemplateBinding : BindingBase
     {
         internal const string SelfPath = ".";
-        IValueConverter _converter;
-        object _converterParameter;
+        private IValueConverter converter;
+        private object converterParameter;
 
-        BindingExpression _expression;
-        string _path;
+        private BindingExpression expression;
+        private string path;
 
         public TemplateBinding()
         {
@@ -33,35 +49,35 @@ namespace Tizen.NUI.Binding
 
         public IValueConverter Converter
         {
-            get { return _converter; }
+            get { return converter; }
             set
             {
                 ThrowIfApplied();
 
-                _converter = value;
+                converter = value;
             }
         }
 
         public object ConverterParameter
         {
-            get { return _converterParameter; }
+            get { return converterParameter; }
             set
             {
                 ThrowIfApplied();
 
-                _converterParameter = value;
+                converterParameter = value;
             }
         }
 
         public string Path
         {
-            get { return _path; }
+            get { return path; }
             set
             {
                 ThrowIfApplied();
 
-                _path = value;
-                _expression = GetBindingExpression(value);
+                path = value;
+                expression = GetBindingExpression(value);
             }
         }
 
@@ -69,10 +85,10 @@ namespace Tizen.NUI.Binding
         {
             base.Apply(fromTarget);
 
-            if (_expression == null)
-                _expression = new BindingExpression(this, SelfPath);
+            if (expression == null)
+                expression = new BindingExpression(this, SelfPath);
 
-            _expression.Apply(fromTarget);
+            expression.Apply(fromTarget);
         }
 
         internal override async void Apply(object newContext, BindableObject bindObj, BindableProperty targetProperty, bool fromBindingContextChanged = false)
@@ -112,16 +128,16 @@ namespace Tizen.NUI.Binding
         {
             base.Unapply(fromBindingContextChanged: fromBindingContextChanged);
 
-            if (_expression != null)
-                _expression.Unapply();
+            if (expression != null)
+                expression.Unapply();
         }
 
         void ApplyInner(Element templatedParent, BindableObject bindableObject, BindableProperty targetProperty)
         {
-            if (_expression == null && templatedParent != null)
-                _expression = new BindingExpression(this, SelfPath);
+            if (expression == null && templatedParent != null)
+                expression = new BindingExpression(this, SelfPath);
 
-            _expression?.Apply(templatedParent, bindableObject, targetProperty);
+            expression?.Apply(templatedParent, bindableObject, targetProperty);
         }
 
         BindingExpression GetBindingExpression(string path)
index f26c497..a7e74fd 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 using System.Collections.Generic;
 using System.Collections.ObjectModel;
index 7ccf802..f61cccd 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 // using ElmSharp;
 using System;
 using System.Collections.Generic;
@@ -110,7 +127,7 @@ namespace Tizen.NUI.Binding
         {
             public static AppDomain CurrentDomain { get; private set; }
 
-            List<Assembly> _assemblies;
+            List<Assembly> assemblies;
 
             public static bool IsTizenSpecificAvailable { get; private set; }
 
@@ -121,18 +138,18 @@ namespace Tizen.NUI.Binding
 
             AppDomain()
             {
-                _assemblies = new List<Assembly>();
+                assemblies = new List<Assembly>();
 
                 // Add this renderer assembly to the list
-                _assemblies.Add(GetType().GetTypeInfo().Assembly);
+                assemblies.Add(GetType().GetTypeInfo().Assembly);
             }
 
             internal void RegisterAssemblyRecursively(Assembly asm)
             {
-                if (_assemblies.Contains(asm))
+                if (assemblies.Contains(asm))
                     return;
 
-                _assemblies.Add(asm);
+                assemblies.Add(asm);
 
                 foreach (var refName in asm.GetReferencedAssemblies())
                 {
@@ -163,7 +180,7 @@ namespace Tizen.NUI.Binding
 
             public Assembly[] GetAssemblies()
             {
-                return _assemblies.ToArray();
+                return assemblies.ToArray();
             }
         }
     }
index 0b994e6..7a5ec0e 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 namespace Tizen.NUI.Binding
 {
     internal enum ToolbarItemOrder
index 603a447..90913f1 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 using System.Collections.ObjectModel;
 
index 21b51b7..8bcbd7a 100755 (executable)
@@ -1,4 +1,21 @@
-//
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+//
 // System.ComponentModel.TypeConverterAttribute
 //
 // Authors:
index 94b17d4..450bc2f 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 using System.Globalization;
 using Tizen.NUI.Xaml;
index 67928a3..d95c633 100755 (executable)
@@ -1,4 +1,21 @@
-using System;
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
+using System;
 
 namespace Tizen.NUI.Binding
 {
index b5810ad..e52a629 100755 (executable)
@@ -1,3 +1,20 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
+
 using System;
 using System.Linq;
 using System.Reflection;
index 8e9ec36..802e1d4 100755 (executable)
@@ -1,3 +1,19 @@
+/*
+ * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ *
+ */
 using System;
 using System.Collections.Generic;
 using System.Reflection;
@@ -7,8 +23,7 @@ namespace Tizen.NUI.Binding
 {
     internal class WeakEventManager
     {
-        readonly Dictionary<string, List<Subscription>> _eventHandlers =
-            new Dictionary<string, List<Subscription>>();
+        readonly Dictionary<string, List<Subscription>> eventHandlers = new Dictionary<string, List<Subscription>>();
 
         public void AddEventHandler<TEventArgs>(string eventName, EventHandler<TEventArgs> handler)
             where TEventArgs : EventArgs
@@ -47,7 +62,7 @@ namespace Tizen.NUI.Binding
             var toRemove = new List<Subscription>();
 
             List<Subscription> target;
-            if (_eventHandlers.TryGetValue(eventName, out target))
+            if (eventHandlers.TryGetValue(eventName, out target))
             {
                 foreach (Subscription subscription in target)
                 {
@@ -118,10 +133,10 @@ namespace Tizen.NUI.Binding
         void AddEventHandler(string eventName, object handlerTarget, MethodInfo methodInfo)
         {
             List<Subscription> targets;
-            if (!_eventHandlers.TryGetValue(eventName, out targets))
+            if (!eventHandlers.TryGetValue(eventName, out targets))
             {
                 targets = new List<Subscription>();
-                _eventHandlers.Add(eventName, targets);
+                eventHandlers.Add(eventName, targets);
             }
 
             if (handlerTarget == null)
@@ -137,7 +152,7 @@ namespace Tizen.NUI.Binding
         void RemoveEventHandler(string eventName, object handlerTarget, MemberInfo methodInfo)
         {
             List<Subscription> subscriptions;
-            if (!_eventHandlers.TryGetValue(eventName, out subscriptions))
+            if (!eventHandlers.TryGetValue(eventName, out subscriptions))
             {
                 return;
             }