Follow formatting NUI
authorhuiyu.eun <huiyu.eun@samsung.com>
Wed, 18 Nov 2020 07:39:34 +0000 (16:39 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 19 Nov 2020 09:36:46 +0000 (18:36 +0900)
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
212 files changed:
src/Tizen.NUI.Components/Controls/ButtonGroup.cs
src/Tizen.NUI.Components/Controls/DropDown.cs
src/Tizen.NUI.Components/Controls/FlexibleView/OrientationHelper.cs
src/Tizen.NUI.Components/Controls/ImageScrollBar.cs
src/Tizen.NUI.Components/Controls/Loading.cs
src/Tizen.NUI.Components/Controls/Navigation/Page.cs
src/Tizen.NUI.Components/Controls/Pagination.cs
src/Tizen.NUI.Components/Controls/Popup.cs
src/Tizen.NUI.Components/Controls/RecyclerView/GridRecycleLayoutManager.cs
src/Tizen.NUI.Components/Controls/RecyclerView/LinearRecycleLayoutManager.cs
src/Tizen.NUI.Components/Controls/RecyclerView/RecycleAdapter.cs [changed mode: 0644->0755]
src/Tizen.NUI.Components/Controls/RecyclerView/RecycleLayoutManager.cs [changed mode: 0644->0755]
src/Tizen.NUI.Components/Controls/RecyclerView/RecyclerView.cs
src/Tizen.NUI.Components/Controls/Scrollbar.cs
src/Tizen.NUI.Components/Controls/SelectButton.cs
src/Tizen.NUI.Components/Controls/Slider.cs
src/Tizen.NUI.Components/Controls/Tab.cs
src/Tizen.NUI.Components/Controls/Toast.cs
src/Tizen.NUI.Components/PreloadStyle/OverlayAnimationButtonStyle.cs
src/Tizen.NUI.Components/Style/ButtonStyle.cs
src/Tizen.NUI.Components/Style/ControlStyle.cs
src/Tizen.NUI.Components/Utils/StyleManager.cs
src/Tizen.NUI.Components/Utils/Utility.cs
src/Tizen.NUI/src/internal/Alignment.cs
src/Tizen.NUI/src/internal/Application.cs
src/Tizen.NUI/src/internal/BackKeyManager.cs
src/Tizen.NUI/src/internal/CustomActor.cs
src/Tizen.NUI/src/internal/CustomAlgorithmInterface.cs
src/Tizen.NUI/src/internal/DisposeQueue.cs
src/Tizen.NUI/src/internal/EnvironmentVariable.cs
src/Tizen.NUI/src/internal/Extensions.cs
src/Tizen.NUI/src/internal/FrameBroker/DefaultFrameBroker.cs
src/Tizen.NUI/src/internal/FriendAssembly.cs
src/Tizen.NUI/src/internal/Interop/Interop.Animation.cs
src/Tizen.NUI/src/internal/Interop/Interop.BaseObject.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.ComponentApplication.cs
src/Tizen.NUI/src/internal/Interop/Interop.GLWindow.cs [changed mode: 0644->0755]
src/Tizen.NUI/src/internal/Interop/Interop.Geometry.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.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.PanGestureDetector.cs
src/Tizen.NUI/src/internal/Interop/Interop.PixelData.cs
src/Tizen.NUI/src/internal/Interop/Interop.ProgressBar.cs
src/Tizen.NUI/src/internal/Interop/Interop.RefObject.cs
src/Tizen.NUI/src/internal/Interop/Interop.TableView.cs
src/Tizen.NUI/src/internal/Interop/Interop.TextField.cs
src/Tizen.NUI/src/internal/Interop/Interop.Util.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.VectorUnsignedChar.cs
src/Tizen.NUI/src/internal/Interop/Interop.View.cs
src/Tizen.NUI/src/internal/Interop/Interop.WidgetImpl.cs
src/Tizen.NUI/src/internal/Interop/Interop.Window.cs
src/Tizen.NUI/src/internal/Interop/ManualPINVOKE.cs
src/Tizen.NUI/src/internal/Interop/NDalicPINVOKE.cs
src/Tizen.NUI/src/internal/ItemView.cs
src/Tizen.NUI/src/internal/KeyboardTypeSignalType.cs
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.FlexLayout.cs
src/Tizen.NUI/src/internal/Layouting/LayoutController.cs
src/Tizen.NUI/src/internal/Layouting/LayoutData.cs
src/Tizen.NUI/src/internal/LinearConstrainer.cs
src/Tizen.NUI/src/internal/LowMemorySignalType.cs
src/Tizen.NUI/src/internal/Model3dView.cs
src/Tizen.NUI/src/internal/NUIComponentCoreBackend.cs
src/Tizen.NUI/src/internal/NUICoreBackend.cs
src/Tizen.NUI/src/internal/NUIWidgetCoreBackend.cs
src/Tizen.NUI/src/internal/Object.cs
src/Tizen.NUI/src/internal/PageTurnLandscapeView.cs
src/Tizen.NUI/src/internal/PageTurnPortraitView.cs
src/Tizen.NUI/src/internal/PageTurnView.cs
src/Tizen.NUI/src/internal/PathConstrainer.cs
src/Tizen.NUI/src/internal/Registry.cs
src/Tizen.NUI/src/internal/RenderTask.cs
src/Tizen.NUI/src/internal/RenderTaskList.cs
src/Tizen.NUI/src/internal/Ruler.cs
src/Tizen.NUI/src/internal/SWIGTYPE_p_bundle.cs
src/Tizen.NUI/src/internal/SWIGTYPE_p_tm.cs
src/Tizen.NUI/src/internal/VersionCheck.cs
src/Tizen.NUI/src/internal/VideoViewSignal.cs
src/Tizen.NUI/src/internal/WatchApplication.cs
src/Tizen.NUI/src/internal/WidgetApplication.cs
src/Tizen.NUI/src/internal/WidgetImpl.cs
src/Tizen.NUI/src/internal/WidgetViewSignal.cs
src/Tizen.NUI/src/internal/Xaml/ApplyPropertiesVisitor.cs
src/Tizen.NUI/src/internal/Xaml/CreateValuesVisitor.cs
src/Tizen.NUI/src/internal/Xaml/ExpandMarkupsVisitor.cs
src/Tizen.NUI/src/internal/Xaml/FillResourceDictionariesVisitor.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/ResourcesLoader.cs
src/Tizen.NUI/src/internal/Xaml/TypeArgumentsParser.cs
src/Tizen.NUI/src/internal/Xaml/TypeConversionExtensions.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/BindingExpression.cs
src/Tizen.NUI/src/internal/XamlBinding/DependencyResolver.cs
src/Tizen.NUI/src/internal/XamlBinding/DependencyService.cs
src/Tizen.NUI/src/internal/XamlBinding/ExtentsTypeConverter.cs
src/Tizen.NUI/src/internal/XamlBinding/FlowDirection.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/ListStringTypeConverter.cs
src/Tizen.NUI/src/internal/XamlBinding/MergedStyle.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/PositionTypeConverter.cs
src/Tizen.NUI/src/internal/XamlBinding/RectangleTypeConverter.cs
src/Tizen.NUI/src/internal/XamlBinding/RotationTypeConverter.cs
src/Tizen.NUI/src/internal/XamlBinding/StyleSheets/CssReader.cs
src/Tizen.NUI/src/internal/XamlBinding/StyleSheets/Selector.cs
src/Tizen.NUI/src/internal/XamlBinding/StyleSheets/Style.cs
src/Tizen.NUI/src/internal/XamlBinding/StyleSheets/StyleSheet.cs
src/Tizen.NUI/src/internal/XamlBinding/StyleSheets/StyleSheetServiceProvider.cs
src/Tizen.NUI/src/internal/XamlBinding/StyleSheets/TextReaderExtensions.cs
src/Tizen.NUI/src/internal/XamlBinding/SynchronizedList.cs
src/Tizen.NUI/src/internal/XamlBinding/VectorTypeConverter.cs
src/Tizen.NUI/src/public/Animation.cs
src/Tizen.NUI/src/public/AutofillContainer.cs
src/Tizen.NUI/src/public/BaseComponents/AnimatedVectorImageView.cs
src/Tizen.NUI/src/public/BaseComponents/ControlState.cs [changed mode: 0644->0755]
src/Tizen.NUI/src/public/BaseComponents/ImageView.cs [changed mode: 0644->0755]
src/Tizen.NUI/src/public/BaseComponents/LottieAnimationView.cs
src/Tizen.NUI/src/public/BaseComponents/Style/Selector.cs
src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyle.cs
src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyleBindableProperty.cs
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs
src/Tizen.NUI/src/public/BaseComponents/TextUtils.cs
src/Tizen.NUI/src/public/BaseComponents/VideoView.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/BaseComponents/ViewEnum.cs
src/Tizen.NUI/src/public/BaseComponents/ViewEvent.cs
src/Tizen.NUI/src/public/BaseComponents/ViewInternal.cs
src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs
src/Tizen.NUI/src/public/BaseComponents/ViewSelectorData.cs
src/Tizen.NUI/src/public/BaseHandle.cs
src/Tizen.NUI/src/public/Events/GestureDetectorManager.cs
src/Tizen.NUI/src/public/FocusManager.cs
src/Tizen.NUI/src/public/FrameCallbackInterface.cs
src/Tizen.NUI/src/public/GLWindow.cs
src/Tizen.NUI/src/public/GLWindowEvent.cs [changed mode: 0644->0755]
src/Tizen.NUI/src/public/Geometry.cs
src/Tizen.NUI/src/public/InputMethod.cs
src/Tizen.NUI/src/public/Layer.cs
src/Tizen.NUI/src/public/Layouting/LayoutItem.cs
src/Tizen.NUI/src/public/Layouting/LayoutLength.cs
src/Tizen.NUI/src/public/Layouting/LayoutTransition.cs
src/Tizen.NUI/src/public/Layouting/MeasuredSize.cs
src/Tizen.NUI/src/public/NUIWidgetApplication.cs [changed mode: 0644->0755]
src/Tizen.NUI/src/public/NativeImageSource.cs
src/Tizen.NUI/src/public/PaddingType.cs
src/Tizen.NUI/src/public/PinchGestureDetector.cs
src/Tizen.NUI/src/public/Position.cs
src/Tizen.NUI/src/public/Position2D.cs
src/Tizen.NUI/src/public/PropertyNotification.cs
src/Tizen.NUI/src/public/PropertyNotifySignal.cs
src/Tizen.NUI/src/public/Rectangle.cs
src/Tizen.NUI/src/public/RelativeVector2.cs
src/Tizen.NUI/src/public/RelativeVector3.cs
src/Tizen.NUI/src/public/RelativeVector4.cs
src/Tizen.NUI/src/public/RotationGestureDetector.cs
src/Tizen.NUI/src/public/Size.cs
src/Tizen.NUI/src/public/Theme/ThemeManager.cs [changed mode: 0644->0755]
src/Tizen.NUI/src/public/Timer.cs
src/Tizen.NUI/src/public/TransitionOptions/TransitionOptions.cs
src/Tizen.NUI/src/public/UIComponents/Button.cs
src/Tizen.NUI/src/public/UIComponents/ScrollViewEvent.cs
src/Tizen.NUI/src/public/UIComponents/Slider.cs
src/Tizen.NUI/src/public/Utility/TextPageUtil.cs
src/Tizen.NUI/src/public/VertexBuffer.cs [changed mode: 0644->0755]
src/Tizen.NUI/src/public/ViewProperty/ShadowBase.cs [changed mode: 0644->0755]
src/Tizen.NUI/src/public/WidgetView.cs
src/Tizen.NUI/src/public/WindowEvent.cs
src/Tizen.NUI/src/public/Xaml/IReferenceProvider.cs
src/Tizen.NUI/src/public/Xaml/MarkupExtensions/BindingExtension.cs
src/Tizen.NUI/src/public/Xaml/MarkupExtensions/DynamicResourceExtension.cs
src/Tizen.NUI/src/public/Xaml/MarkupExtensions/ReferenceExtension.cs
src/Tizen.NUI/src/public/Xaml/MarkupExtensions/StaticExtension.cs
src/Tizen.NUI/src/public/Xaml/MarkupExtensions/StyleSheetExtension.cs
src/Tizen.NUI/src/public/Xaml/MarkupExtensions/TypeExtension.cs
src/Tizen.NUI/src/public/Xaml/ProvideCompiledAttribute.cs
src/Tizen.NUI/src/public/Xaml/StaticResourceExtension.cs
src/Tizen.NUI/src/public/Xaml/ViewExtensions.cs
src/Tizen.NUI/src/public/Xaml/XamlResourceIdAttribute.cs
src/Tizen.NUI/src/public/Xaml/XamlServiceProvider.cs
src/Tizen.NUI/src/public/XamlBinding/BindableObject.cs
src/Tizen.NUI/src/public/XamlBinding/BindableProperty.cs
src/Tizen.NUI/src/public/XamlBinding/BindablePropertyConverter.cs
src/Tizen.NUI/src/public/XamlBinding/Binding.cs
src/Tizen.NUI/src/public/XamlBinding/BindingBase.cs
src/Tizen.NUI/src/public/XamlBinding/Element.cs
src/Tizen.NUI/src/public/XamlBinding/Interactivity/DataTrigger.cs
src/Tizen.NUI/src/public/XamlBinding/Interactivity/MultiTrigger.cs
src/Tizen.NUI/src/public/XamlBinding/Interactivity/XamlPropertyCondition.cs
src/Tizen.NUI/src/public/XamlBinding/Internals/INameScope.cs
src/Tizen.NUI/src/public/XamlBinding/ResourceDictionary.cs
src/Tizen.NUI/src/public/XamlBinding/Style.cs
src/Tizen.NUI/src/public/XamlBinding/Trigger.cs
src/Tizen.NUI/src/public/XamlBinding/TypedBinding.cs

index 8859ca8..3c82d9d 100755 (executable)
@@ -157,7 +157,7 @@ namespace Tizen.NUI.Components
             if (btGroup.itemGroup != null && newValue != null)
             {
                 foreach (Button btn in btGroup.itemGroup)
-                {   
+                {
                     btn.BackgroundImage = (string)newValue;
                 }
                 btGroup.itemBackgroundImageUrl = (string)newValue;
@@ -177,7 +177,7 @@ namespace Tizen.NUI.Components
             if (btGroup.itemGroup != null && newValue != null)
             {
                 foreach (Button btn in btGroup.itemGroup)
-                {                 
+                {
                     btn.BackgroundImageBorder = (Rectangle)newValue;
                 }
                 btGroup.itemBackgroundBorder = (Rectangle)newValue;
index ade1697..5dc75be 100755 (executable)
@@ -399,9 +399,9 @@ namespace Tizen.NUI.Components
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void AddItem(DropDownDataItem itemData)
         {
-           // Add item to adaptor, will be added to list via AddItemAt during OnUpdate()
-           int insertionPosition = adapter.GetItemCount();
-           adapter.InsertData(insertionPosition, itemData);
+            // Add item to adaptor, will be added to list via AddItemAt during OnUpdate()
+            int insertionPosition = adapter.GetItemCount();
+            adapter.InsertData(insertionPosition, itemData);
         }
 
         /// <summary>
@@ -420,14 +420,14 @@ namespace Tizen.NUI.Components
             {
                 dropDownStyle.SelectedItemIndex = -1;
             }
-            else if(dropDownStyle.SelectedItemIndex > index)
+            else if (dropDownStyle.SelectedItemIndex > index)
             {
                 dropDownStyle.SelectedItemIndex--;
             }
 
             adapter?.RemoveData(index);
 
-            if(index < dropDownMenuFullList.ChildCount)
+            if (index < dropDownMenuFullList.ChildCount)
             {
                 View childToRemove = dropDownMenuFullList.GetChildAt((uint)index);
                 if (childToRemove)
@@ -475,7 +475,7 @@ namespace Tizen.NUI.Components
             {
                 return;
             }
-            Tizen.Log.Error("DropDown","Feature unsupported");
+            Tizen.Log.Error("DropDown", "Feature unsupported");
         }
 
         /// <summary>
@@ -490,7 +490,7 @@ namespace Tizen.NUI.Components
             {
                 return;
             }
-            Tizen.Log.Error("DropDown","Feature unsupported");
+            Tizen.Log.Error("DropDown", "Feature unsupported");
         }
 
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
@@ -623,7 +623,7 @@ namespace Tizen.NUI.Components
             return new DropDownStyle();
         }
 
-        private void AddItemAt(DropDownDataItem itemData,int index)
+        private void AddItemAt(DropDownDataItem itemData, int index)
         {
             ViewHolder viewHolder = adapter.OnCreateViewHolder();
             if (!viewHolder.IsBound)
@@ -701,7 +701,7 @@ namespace Tizen.NUI.Components
 
         private View GetViewFromIndex(uint index)
         {
-            if ((index < dropDownMenuFullList.ChildCount) && (index >=0) )
+            if ((index < dropDownMenuFullList.ChildCount) && (index >= 0))
             {
                 return dropDownMenuFullList.GetChildAt(index);
             }
index 20f9059..25df689 100755 (executable)
@@ -41,42 +41,42 @@ namespace Tizen.NUI.Components
             mLayoutManager = layoutManager;
         }
 
-         // Call this method after onLayout method is complete if state is NOT pre-layout.
-         // This method records information like layout bounds that might be useful in the next layout
-         // calculations.
+        // Call this method after onLayout method is complete if state is NOT pre-layout.
+        // This method records information like layout bounds that might be useful in the next layout
+        // calculations.
         public void OnLayoutComplete()
         {
             mLastTotalSpace = GetTotalSpace();
         }
 
-         // Returns the layout space change between the previous layout pass and current layout pass.
-         // Make sure you call {@link #onLayoutComplete()} at the end of your LayoutManager's
-         // {@link FlexibleViewRecyclerView.LayoutManager#onLayoutChildren(FlexibleViewRecyclerView.Recycler,
-         // FlexibleViewRecyclerView.State)} method.
-         //
-         // @return The difference between the current total space and previous layout's total space.
-         // @see #onLayoutComplete()
+        // Returns the layout space change between the previous layout pass and current layout pass.
+        // Make sure you call {@link #onLayoutComplete()} at the end of your LayoutManager's
+        // {@link FlexibleViewRecyclerView.LayoutManager#onLayoutChildren(FlexibleViewRecyclerView.Recycler,
+        // FlexibleViewRecyclerView.State)} method.
+        //
+        // @return The difference between the current total space and previous layout's total space.
+        // @see #onLayoutComplete()
         public float GetTotalSpaceChange()
         {
             return INVALID_SIZE == mLastTotalSpace ? 0 : GetTotalSpace() - mLastTotalSpace;
         }
 
-         // Returns the start of the view including its decoration and margin.
-         // For example, for the horizontal helper, if a View's left is at pixel 20, has 2px left
-         // decoration and 3px left margin, returned value will be 15px.
-         //
-         // @param view The view element to check
-         // @return The first pixel of the element
-         // @see #getDecoratedEnd(android.view.View)
+        // Returns the start of the view including its decoration and margin.
+        // For example, for the horizontal helper, if a View's left is at pixel 20, has 2px left
+        // decoration and 3px left margin, returned value will be 15px.
+        //
+        // @param view The view element to check
+        // @return The first pixel of the element
+        // @see #getDecoratedEnd(android.view.View)
         public abstract float GetViewHolderStart(FlexibleViewViewHolder holder);
 
-         // Returns the end of the view including its decoration and margin.
-         // For example, for the horizontal helper, if a View's right is at pixel 200, has 2px right
-         // decoration and 3px right margin, returned value will be 205.
-         //
-         // @param view The view element to check
-         // @return The last pixel of the element
-         // @see #getDecoratedStart(android.view.View)
+        // Returns the end of the view including its decoration and margin.
+        // For example, for the horizontal helper, if a View's right is at pixel 200, has 2px right
+        // decoration and 3px right margin, returned value will be 205.
+        //
+        // @param view The view element to check
+        // @return The last pixel of the element
+        // @see #getDecoratedStart(android.view.View)
         public abstract float GetViewHolderEnd(FlexibleViewViewHolder holder);
 
         // Returns the space occupied by this View in the current orientation including decorations and
@@ -151,7 +151,7 @@ namespace Tizen.NUI.Components
             {
                 return CreateVerticalHelper(layoutManager);
             }
-            
+
             throw new ArgumentException("invalid orientation");
         }
 
@@ -166,10 +166,10 @@ namespace Tizen.NUI.Components
 
         }
 
-       // Creates a vertical OrientationHelper for the given LayoutManager.
-       //
-       // @param layoutManager The LayoutManager to attach to.
-       // @return A new OrientationHelper
+        // Creates a vertical OrientationHelper for the given LayoutManager.
+        //
+        // @param layoutManager The LayoutManager to attach to.
+        // @return A new OrientationHelper
         public static OrientationHelper CreateVerticalHelper(FlexibleViewLayoutManager layoutManager)
         {
             return new VerticalHelper(layoutManager);
@@ -178,7 +178,7 @@ namespace Tizen.NUI.Components
 
     internal class HorizontalHelper : OrientationHelper
     {
-        public HorizontalHelper(FlexibleViewLayoutManager layoutManager): base(layoutManager)
+        public HorizontalHelper(FlexibleViewLayoutManager layoutManager) : base(layoutManager)
         {
 
         }
index 8962036..d152c7a 100755 (executable)
@@ -311,7 +311,7 @@ namespace Tizen.NUI.Components
             }
             set
             {
-                if(null != Style?.Thumb)
+                if (null != Style?.Thumb)
                 {
                     Style.Thumb.BackgroundColor = value;
                     RelayoutRequest();
index e45a586..ea408c6 100755 (executable)
@@ -47,16 +47,16 @@ namespace Tizen.NUI.Components
         });
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public new static readonly BindableProperty SizeProperty = BindableProperty.Create(nameof(Size), typeof(Size), typeof(Loading), new Size(0,0), propertyChanged: (bindable, oldValue, newValue) =>
-        {
-            var instance = (Loading)bindable;
-            if (newValue != null)
-            {
-                Size size = (Size)newValue;
-                ((View)bindable).Size = size;
-                instance.loadingStyle.LoadingSize = size;
-            }
-        },
+        public new static readonly BindableProperty SizeProperty = BindableProperty.Create(nameof(Size), typeof(Size), typeof(Loading), new Size(0, 0), propertyChanged: (bindable, oldValue, newValue) =>
+         {
+             var instance = (Loading)bindable;
+             if (newValue != null)
+             {
+                 Size size = (Size)newValue;
+                 ((View)bindable).Size = size;
+                 instance.loadingStyle.LoadingSize = size;
+             }
+         },
         defaultValueCreator: (bindable) =>
         {
             var instance = (View)bindable;
@@ -64,23 +64,23 @@ namespace Tizen.NUI.Components
         });
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public static readonly BindableProperty FrameRateProperty = BindableProperty.Create(nameof(FrameRate), typeof(int), typeof(Loading), (int)(1000/16.6f), propertyChanged: (bindable, oldValue, newValue) =>
-        {
-            var instance = (Loading)bindable;
-            if (newValue != null)
-            {
-                int frameRate = (int)newValue;
-                if (0 != frameRate) //It will crash if 0
+        public static readonly BindableProperty FrameRateProperty = BindableProperty.Create(nameof(FrameRate), typeof(int), typeof(Loading), (int)(1000 / 16.6f), propertyChanged: (bindable, oldValue, newValue) =>
+          {
+              var instance = (Loading)bindable;
+              if (newValue != null)
+              {
+                  int frameRate = (int)newValue;
+                  if (0 != frameRate) //It will crash if 0
                 {
-                    instance.loadingStyle.FrameRate = frameRate;
-                    instance.imageVisual.FrameDelay = 1000.0f / frameRate;
-                }
-            }
-        },
+                      instance.loadingStyle.FrameRate = frameRate;
+                      instance.imageVisual.FrameDelay = 1000.0f / frameRate;
+                  }
+              }
+          },
         defaultValueCreator: (bindable) =>
         {
             var instance = (Loading)bindable;
-            return instance.loadingStyle.FrameRate?.All ?? (int)(1000/16.6f);
+            return instance.loadingStyle.FrameRate?.All ?? (int)(1000 / 16.6f);
         });
 
         private AnimatedImageVisual imageVisual = null;
index 74ba842..305a87c 100755 (executable)
@@ -76,20 +76,20 @@ namespace Tizen.NUI.Components
             }
             set
             {
-               if (_content)
-               {
-                   if (_content != value)
-                   {
-                       Remove(_content);
-                       _content = value;
-                       Add(value);
-                   }
-               }
-               else
-               {
-                   _content = value;
-                   Add(value);
-               }
+                if (_content)
+                {
+                    if (_content != value)
+                    {
+                        Remove(_content);
+                        _content = value;
+                        Add(value);
+                    }
+                }
+                else
+                {
+                    _content = value;
+                    Add(value);
+                }
             }
         }
 
index 6c863e4..ff4ab1b 100755 (executable)
@@ -25,7 +25,7 @@ namespace Tizen.NUI.Components
     /// Pagination shows the number of pages available and the currently active page.
     /// </summary>
     /// <since_tizen> 8 </since_tizen>
-    public class Pagination: Control
+    public class Pagination : Control
     {
         private VisualView container;
 
@@ -461,8 +461,8 @@ namespace Tizen.NUI.Components
             this.Add(container);
 
             //TODO: Apply color properties from PaginationStyle class.
-                       indicatorColor = new Color(1.0f, 1.0f, 1.0f, 0.5f);
-                       selectedIndicatorColor = new Color(1.0f, 1.0f, 1.0f, 1.0f);
+            indicatorColor = new Color(1.0f, 1.0f, 1.0f, 0.5f);
+            selectedIndicatorColor = new Color(1.0f, 1.0f, 1.0f, 1.0f);
         }
 
         private void CreateIndicator()
index 87103f7..8c39603 100755 (executable)
@@ -35,7 +35,7 @@ namespace Tizen.NUI.Components
         public static readonly BindableProperty ButtonHeightProperty = BindableProperty.Create(nameof(ButtonHeight), typeof(int), typeof(Popup), default(int), propertyChanged: (bindable, oldValue, newValue) =>
         {
             var instance = (Popup)bindable;
-            if (newValue != null && instance?.popupStyle?.Buttons?.Size != null )
+            if (newValue != null && instance?.popupStyle?.Buttons?.Size != null)
             {
                 instance.popupStyle.Buttons.Size.Height = (int)newValue;
                 instance.btGroup.Itemheight = (int)newValue;
@@ -91,7 +91,7 @@ namespace Tizen.NUI.Components
         {
             var instance = (Popup)bindable;
             if (newValue != null)
-            {  
+            {
                 if (instance.popupStyle?.Buttons?.Text != null)
                 {
                     instance.popupStyle.Buttons.Text.TextColor = (Color)newValue;
@@ -557,7 +557,7 @@ namespace Tizen.NUI.Components
         public string ButtonFontFamily
         {
             get
-            {           
+            {
                 return (string)GetValue(ButtonFontFamilyProperty);
             }
             set
@@ -609,7 +609,7 @@ namespace Tizen.NUI.Components
         public HorizontalAlignment ButtonTextAlignment
         {
             get
-            {   
+            {
                 return (HorizontalAlignment)GetValue(ButtonTextAlignmentProperty);
             }
             set
@@ -627,7 +627,7 @@ namespace Tizen.NUI.Components
         public string ButtonBackground
         {
             get
-            {     
+            {
                 return (string)GetValue(ButtonBackgroundProperty);
             }
             set
@@ -646,7 +646,7 @@ namespace Tizen.NUI.Components
         {
             get
             {
-                
+
                 return (Rectangle)GetValue(ButtonBackgroundBorderProperty);
             }
             set
@@ -865,7 +865,7 @@ namespace Tizen.NUI.Components
                 titleY = (int)Title.Position.Y;
             }
 
-            if (btGroup.Count != 0 && popupStyle?.Buttons?.Size != null )
+            if (btGroup.Count != 0 && popupStyle?.Buttons?.Size != null)
             {
                 buttonH = (int)popupStyle.Buttons.Size.Height;
             }
index b546abc..de3dab6 100755 (executable)
@@ -265,34 +265,34 @@ namespace Tizen.NUI.Components
             int targetSibling = -1;
             bool isHorizontal = LayoutOrientation == Orientation.Horizontal;
 
-            switch(direction)
+            switch (direction)
             {
-                case View.FocusDirection.Left :
-                {
-                    targetSibling = isHorizontal ? currentFocusedView.SiblingOrder - 1 : currentFocusedView.SiblingOrder - Rows;
-                    break;
-                }
-                case View.FocusDirection.Right :
-                {
-                    targetSibling = isHorizontal ? currentFocusedView.SiblingOrder + 1 : currentFocusedView.SiblingOrder + Rows;
-                    break;
-                }
-                case View.FocusDirection.Up :
-                {
-                    targetSibling = isHorizontal ? currentFocusedView.SiblingOrder - Columns : currentFocusedView.SiblingOrder - 1;
-                    break;
-                }
-                case View.FocusDirection.Down :
-                {
-                    targetSibling = isHorizontal ? currentFocusedView.SiblingOrder + Columns : currentFocusedView.SiblingOrder + 1;
-                    break;
-                }
+                case View.FocusDirection.Left:
+                    {
+                        targetSibling = isHorizontal ? currentFocusedView.SiblingOrder - 1 : currentFocusedView.SiblingOrder - Rows;
+                        break;
+                    }
+                case View.FocusDirection.Right:
+                    {
+                        targetSibling = isHorizontal ? currentFocusedView.SiblingOrder + 1 : currentFocusedView.SiblingOrder + Rows;
+                        break;
+                    }
+                case View.FocusDirection.Up:
+                    {
+                        targetSibling = isHorizontal ? currentFocusedView.SiblingOrder - Columns : currentFocusedView.SiblingOrder - 1;
+                        break;
+                    }
+                case View.FocusDirection.Down:
+                    {
+                        targetSibling = isHorizontal ? currentFocusedView.SiblingOrder + Columns : currentFocusedView.SiblingOrder + 1;
+                        break;
+                    }
             }
 
-            if(targetSibling > -1 && targetSibling < Container.Children.Count)
+            if (targetSibling > -1 && targetSibling < Container.Children.Count)
             {
                 RecycleItem candidate = Container.Children[targetSibling] as RecycleItem;
-                if(candidate != null && candidate.DataIndex >= 0 && candidate.DataIndex < DataCount)
+                if (candidate != null && candidate.DataIndex >= 0 && candidate.DataIndex < DataCount)
                 {
                     nextFocusedView = candidate;
                 }
index 0c7627e..07107a2 100755 (executable)
@@ -40,14 +40,14 @@ namespace Tizen.NUI.Components
                 return result;
             }
 
-            Vector2 visibleArea = new Vector2( Math.Abs(scrollPosition), 
-                Math.Abs(scrollPosition) + (LayoutOrientation == Orientation.Horizontal?
-                                                list.Size.Width:list.Size.Height)
+            Vector2 visibleArea = new Vector2(Math.Abs(scrollPosition),
+                Math.Abs(scrollPosition) + (LayoutOrientation == Orientation.Horizontal ?
+                                                list.Size.Width : list.Size.Height)
             );
 
-            float firstCheckPoint = LayoutOrientation == Orientation.Horizontal? item.Position.X:item.Position.Y;
-            float secondCheckPoint = LayoutOrientation == Orientation.Horizontal
-                                        firstCheckPoint + item.Size.Width:
+            float firstCheckPoint = LayoutOrientation == Orientation.Horizontal ? item.Position.X : item.Position.Y;
+            float secondCheckPoint = LayoutOrientation == Orientation.Horizontal ?
+                                        firstCheckPoint + item.Size.Width :
                                         firstCheckPoint + item.Size.Height;
 
             // Tizen.Log.Error("NUI", "[1p] "+visibleArea.X+ " =< "+firstCheckPoint+" =< "+visibleArea.Y+" ==== \n");
@@ -71,32 +71,32 @@ namespace Tizen.NUI.Components
 
             RecycleItem previousItem = null;
 
-            for(int i = 0 ; i < Container.Children.Count ; i++)
+            for (int i = 0; i < Container.Children.Count; i++)
             {
                 RecycleItem item = Container.Children[i] as RecycleItem;
 
-                if(previousItem != null && item != null)
+                if (previousItem != null && item != null)
                 {
-                    item.Position = LayoutOrientation == Orientation.Horizontal?
+                    item.Position = LayoutOrientation == Orientation.Horizontal ?
                         new Position(
                             previousItem.Position.X + (previousItem.CurrentSize.Width != 0 ?
-                                                            previousItem.CurrentSize.Width:
+                                                            previousItem.CurrentSize.Width :
                                                             previousItem.Size.Width),
                             item.PositionY
-                        ):
+                        ) :
                         new Position(
                             item.PositionX,
-                            previousItem.Position.Y + (previousItem.CurrentSize.Height != 0 ? 
-                                                            previousItem.CurrentSize.Height:
+                            previousItem.Position.Y + (previousItem.CurrentSize.Height != 0 ?
+                                                            previousItem.CurrentSize.Height :
                                                             previousItem.Size.Height)
                         );
                 }
 
                 bool isVisible = IsItemVisible(scrollPosition, item);
 
-                if(isVisible)
+                if (isVisible)
                 {
-                    firstVisibleItemIndex = firstVisibleItemIndex == -1? i : firstVisibleItemIndex;
+                    firstVisibleItemIndex = firstVisibleItemIndex == -1 ? i : firstVisibleItemIndex;
                     lastVisibleItemIndex = i;
                 }
 
@@ -105,9 +105,9 @@ namespace Tizen.NUI.Components
                 // Tizen.Log.Error("NUI","["+item.DataIndex+"] "+item.Position.Y+" ==== \n");
             }
 
-            if(StepSize == 0)
+            if (StepSize == 0)
             {
-                StepSize = LayoutOrientation == Orientation.Horizontal?ItemSize.Width:ItemSize.Height;
+                StepSize = LayoutOrientation == Orientation.Horizontal ? ItemSize.Width : ItemSize.Height;
             }
         }
 
@@ -132,12 +132,12 @@ namespace Tizen.NUI.Components
         public override List<RecycleItem> Recycle(float scrollPosition)
         {
             List<RecycleItem> result = new List<RecycleItem>();
-          
+
             bool checkFront = (PrevScrollPosition - scrollPosition) > 0;
 
-            if(checkFront)
+            if (checkFront)
             {
-                if(firstVisibleItemIndex > 3)
+                if (firstVisibleItemIndex > 3)
                 {
                     // Too many item is in front!!! move first item to back!!!!
                     RecycleItem target = Container.Children[0] as RecycleItem;
@@ -152,7 +152,7 @@ namespace Tizen.NUI.Components
             }
             else
             {
-                if(lastVisibleItemIndex < Container.Children.Count - 3)
+                if (lastVisibleItemIndex < Container.Children.Count - 3)
                 {
                     RecycleItem prevFirstItem = Container.Children[0] as RecycleItem;
                     RecycleItem target = Container.Children[Container.Children.Count - 1] as RecycleItem;
@@ -192,34 +192,34 @@ namespace Tizen.NUI.Components
             int targetSibling = -1;
             bool isHorizontal = LayoutOrientation == Orientation.Horizontal;
 
-            switch(direction)
+            switch (direction)
             {
-                case View.FocusDirection.Left :
-                {
-                    targetSibling = isHorizontal ? currentFocusedView.SiblingOrder - 1 : targetSibling;
-                    break;
-                }
-                case View.FocusDirection.Right :
-                {
-                    targetSibling = isHorizontal ? currentFocusedView.SiblingOrder + 1 : targetSibling;
-                    break;
-                }
-                case View.FocusDirection.Up :
-                {
-                    targetSibling = isHorizontal ? targetSibling : currentFocusedView.SiblingOrder - 1;
-                    break;
-                }
-                case View.FocusDirection.Down :
-                {
-                    targetSibling = isHorizontal ? targetSibling : currentFocusedView.SiblingOrder + 1;
-                    break;
-                }
+                case View.FocusDirection.Left:
+                    {
+                        targetSibling = isHorizontal ? currentFocusedView.SiblingOrder - 1 : targetSibling;
+                        break;
+                    }
+                case View.FocusDirection.Right:
+                    {
+                        targetSibling = isHorizontal ? currentFocusedView.SiblingOrder + 1 : targetSibling;
+                        break;
+                    }
+                case View.FocusDirection.Up:
+                    {
+                        targetSibling = isHorizontal ? targetSibling : currentFocusedView.SiblingOrder - 1;
+                        break;
+                    }
+                case View.FocusDirection.Down:
+                    {
+                        targetSibling = isHorizontal ? targetSibling : currentFocusedView.SiblingOrder + 1;
+                        break;
+                    }
             }
 
-            if(targetSibling > -1 && targetSibling < Container.Children.Count)
+            if (targetSibling > -1 && targetSibling < Container.Children.Count)
             {
                 RecycleItem candidate = Container.Children[targetSibling] as RecycleItem;
-                if(candidate != null && candidate.DataIndex >= 0 && candidate.DataIndex < DataCount)
+                if (candidate != null && candidate.DataIndex >= 0 && candidate.DataIndex < DataCount)
                 {
                     nextFocusedView = candidate;
                 }
old mode 100644 (file)
new mode 100755 (executable)
index 49e229c..3acbf25
@@ -82,7 +82,8 @@ namespace Tizen.NUI.Components
         /// <since_tizen> 8 </since_tizen>
         /// This may be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public List<object> Data{
+        public List<object> Data
+        {
             get
             {
                 return mData;
old mode 100644 (file)
new mode 100755 (executable)
index 6a946e2..6105314
@@ -58,23 +58,23 @@ namespace Tizen.NUI.Components
         /// <since_tizen> 8 </since_tizen>
         /// This may be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public View Container{get;set;}
+        public View Container { get; set; }
+
         /// <summary>
         /// Size of RecycleItem.
         /// </summary>
         /// <since_tizen> 8 </since_tizen>
         /// This may be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public Size ItemSize{get;set;} = new Size();
+        public Size ItemSize { get; set; } = new Size();
+
         /// <summary>
         /// Get/Set the orientation in the layout.
         /// </summary>
         /// <since_tizen> 8 </since_tizen>
         /// This may be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public Orientation LayoutOrientation{get;set;} = Orientation.Vertical;
+        public Orientation LayoutOrientation { get; set; } = Orientation.Vertical;
 
         /// <summary>
         /// How far can you reach the next item.
@@ -90,7 +90,7 @@ namespace Tizen.NUI.Components
         /// <since_tizen> 8 </since_tizen>
         /// This may be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public int DataCount{get; set;}
+        public int DataCount { get; set; }
 
         /// <summary>
         /// The last scrolled position which is calculated by ScrollableBase. The value should be updated in the Recycle() method.
@@ -108,7 +108,7 @@ namespace Tizen.NUI.Components
         [EditorBrowsable(EditorBrowsableState.Never)]
         public virtual void Layout(float scrollPosition)
         {
-           
+
         }
 
         /// <summary>
index 2f3daab..0e9444c 100755 (executable)
@@ -275,7 +275,7 @@ namespace Tizen.NUI.Components
                 if (LayoutManager != null)
                 {
                     nextFocusedView = LayoutManager.RequestNextFocusableView(currentFocusedView, direction, loopEnabled);
-                }       
+                }
             }
 
             if (nextFocusedView)
@@ -323,7 +323,7 @@ namespace Tizen.NUI.Components
                 {
                     prevFocusedDataIndex = (nextFocusedView as RecycleItem).DataIndex;
                 }
-                
+
                 ScrollTo(targetPosition, true);
             }
             else
@@ -333,28 +333,28 @@ namespace Tizen.NUI.Components
                 switch (direction)
                 {
                     case View.FocusDirection.Left:
-                    {
-                        nextFocusedView = LeftFocusableView;
-                        break;
-                    }
+                        {
+                            nextFocusedView = LeftFocusableView;
+                            break;
+                        }
                     case View.FocusDirection.Right:
-                    {
-                        nextFocusedView = RightFocusableView;
-                        break;
-                    }
+                        {
+                            nextFocusedView = RightFocusableView;
+                            break;
+                        }
                     case View.FocusDirection.Up:
-                    {
-                        nextFocusedView = UpFocusableView;
-                        break;
-                    }
+                        {
+                            nextFocusedView = UpFocusableView;
+                            break;
+                        }
                     case View.FocusDirection.Down:
-                    {
-                        nextFocusedView = DownFocusableView;
-                        break;
-                    }
+                        {
+                            nextFocusedView = DownFocusableView;
+                            break;
+                        }
                 }
 
-                if(nextFocusedView)
+                if (nextFocusedView)
                 {
                     focusedView = null;
                 }
index 1765fd9..ffa7417 100755 (executable)
@@ -501,7 +501,7 @@ namespace Tizen.NUI.Components
                 return;
             }
 
-            trackVisual.Size = calculator.CalculateTrackSize(TrackThickness, containerSize, trackPadding); 
+            trackVisual.Size = calculator.CalculateTrackSize(TrackThickness, containerSize, trackPadding);
             trackVisual.Position = calculator.CalculateTrackPosition(trackPadding);
             thumbVisual.Size = calculator.CalculateThumbSize(ThumbThickness, trackVisual.Size);
             thumbVisual.Position = calculator.CalculateThumbPaddingPosition(trackVisual.Size, thumbVisual.Size, thumbVisual.Position, trackPadding);
@@ -634,12 +634,12 @@ namespace Tizen.NUI.Components
 
             public override Size CalculateTrackSize(float thickness, Size containerSize, Extents trackPadding)
             {
-                return new Size(containerSize.Width - trackPadding?.Start??0 - trackPadding?.End??0, thickness);
+                return new Size(containerSize.Width - trackPadding?.Start ?? 0 - trackPadding?.End ?? 0, thickness);
             }
 
             public override Vector2 CalculateTrackPosition(Extents trackPadding)
             {
-                return new Vector2(0, -trackPadding?.Bottom??0);
+                return new Vector2(0, -trackPadding?.Bottom ?? 0);
             }
 
             public override Size CalculateThumbSize(float thickness, Size trackSize)
@@ -649,21 +649,21 @@ namespace Tizen.NUI.Components
 
             public override Vector2 CalculateThumbPosition(Size trackSize, Size thumbSize, Extents trackPadding)
             {
-                float padding = ((trackSize.Height - thumbSize.Height) / 2.0f) + trackPadding?.Bottom??0;
+                float padding = ((trackSize.Height - thumbSize.Height) / 2.0f) + trackPadding?.Bottom ?? 0;
                 float pos = Math.Min(Math.Max(currentPosition, 0.0f), contentLength - visibleLength);
-                return new Vector2(trackPadding?.Start??0 + trackSize.Width * pos / contentLength, -padding);
+                return new Vector2(trackPadding?.Start ?? 0 + trackSize.Width * pos / contentLength, -padding);
             }
 
             public override Vector2 CalculateThumbPaddingPosition(Size trackSize, Size thumbSize, Vector2 thumbCurrentPosition, Extents trackPadding)
             {
-                float padding = ((trackSize.Height - thumbSize.Height) / 2.0f) + trackPadding?.Bottom??0;
+                float padding = ((trackSize.Height - thumbSize.Height) / 2.0f) + trackPadding?.Bottom ?? 0;
                 return new Vector2(thumbCurrentPosition.X, -padding);
             }
 
             public override Vector2 CalculateThumbScrollPosition(Size trackSize, Vector2 thumbCurrentPosition, Extents trackPadding)
             {
                 float pos = Math.Min(Math.Max(currentPosition, 0.0f), contentLength - visibleLength);
-                return new Vector2(trackPadding?.Start??0 + trackSize.Width * pos / contentLength, thumbCurrentPosition.Y);
+                return new Vector2(trackPadding?.Start ?? 0 + trackSize.Width * pos / contentLength, thumbCurrentPosition.Y);
             }
         }
 
@@ -685,12 +685,12 @@ namespace Tizen.NUI.Components
 
             public override Size CalculateTrackSize(float thickness, Size containerSize, Extents trackPadding)
             {
-                return new Size(thickness, containerSize.Height - trackPadding?.Top??0 - trackPadding?.Bottom??0);
+                return new Size(thickness, containerSize.Height - trackPadding?.Top ?? 0 - trackPadding?.Bottom ?? 0);
             }
 
             public override Vector2 CalculateTrackPosition(Extents trackPadding)
             {
-                return new Vector2(-trackPadding?.End??0, 0);
+                return new Vector2(-trackPadding?.End ?? 0, 0);
             }
 
             public override Size CalculateThumbSize(float thickness, Size trackSize)
@@ -700,21 +700,21 @@ namespace Tizen.NUI.Components
 
             public override Vector2 CalculateThumbPosition(Size trackSize, Size thumbSize, Extents trackPadding)
             {
-                float padding = ((trackSize.Width - thumbSize.Width) / 2.0f) + trackPadding?.End??0;
+                float padding = ((trackSize.Width - thumbSize.Width) / 2.0f) + trackPadding?.End ?? 0;
                 float pos = Math.Min(Math.Max(currentPosition, 0.0f), contentLength - visibleLength);
-                return new Vector2(-padding, trackPadding?.Top??0 + trackSize.Height * pos / contentLength);
+                return new Vector2(-padding, trackPadding?.Top ?? 0 + trackSize.Height * pos / contentLength);
             }
 
             public override Vector2 CalculateThumbPaddingPosition(Size trackSize, Size thumbSize, Vector2 thumbCurrentPosition, Extents trackPadding)
             {
-                float padding = ((trackSize.Width - thumbSize.Width) / 2.0f) + trackPadding?.End??0;
+                float padding = ((trackSize.Width - thumbSize.Width) / 2.0f) + trackPadding?.End ?? 0;
                 return new Vector2(-padding, thumbCurrentPosition.Y);
             }
 
             public override Vector2 CalculateThumbScrollPosition(Size trackSize, Vector2 thumbPosition, Extents trackPadding)
             {
                 float pos = Math.Min(Math.Max(currentPosition, 0.0f), contentLength - visibleLength);
-                return new Vector2(thumbPosition.X, trackPadding?.Top??0 + trackSize.Height * pos / contentLength);
+                return new Vector2(thumbPosition.X, trackPadding?.Top ?? 0 + trackSize.Height * pos / contentLength);
             }
         }
 
index 07a0e21..ccd46e0 100755 (executable)
@@ -201,7 +201,7 @@ namespace Tizen.NUI.Components
         }
 
         private void OnSelect()
-        {    
+        {
             OnSelectedChanged();
 
             if (SelectedChanged != null)
index a144d3d..83b8483 100755 (executable)
@@ -118,7 +118,7 @@ namespace Tizen.NUI.Components
         /// The constructor of the Slider class.
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
-        public Slider() 
+        public Slider()
         {
             Initialize();
         }
@@ -589,8 +589,8 @@ namespace Tizen.NUI.Components
             {
                 if (null != lowIndicatorText)
                 {
-                    lowIndicatorText.Text= value;
-                    sliderStyle.LowIndicator.Text= value;
+                    lowIndicatorText.Text = value;
+                    sliderStyle.LowIndicator.Text = value;
                 }
             }
         }
@@ -954,7 +954,7 @@ namespace Tizen.NUI.Components
                     slidingFinishedHandler(this, args);
                 }
 
-                if (null !=sliderSlidingFinishedHandler)
+                if (null != sliderSlidingFinishedHandler)
                 {
                     SliderSlidingFinishedEventArgs args = new SliderSlidingFinishedEventArgs();
                     args.CurrentValue = curValue;
index df33271..6872689 100755 (executable)
@@ -213,7 +213,7 @@ namespace Tizen.NUI.Components
             }
             set
             {
-                if(null != value && null != tabStyle?.ItemPadding)
+                if (null != value && null != tabStyle?.ItemPadding)
                 {
                     tabStyle.ItemPadding.CopyFrom(value);
 
@@ -317,7 +317,7 @@ namespace Tizen.NUI.Components
                 if (null != tabStyle?.Text)
                 {
                     tabStyle.Text.FontFamily = value;
-                                       RelayoutRequest();
+                    RelayoutRequest();
                 }
             }
         }
@@ -338,7 +338,7 @@ namespace Tizen.NUI.Components
                 if (null != tabStyle?.Text)
                 {
                     tabStyle.Text.TextColor = value;
-                                       RelayoutRequest();
+                    RelayoutRequest();
                 }
             }
         }
@@ -400,7 +400,7 @@ namespace Tizen.NUI.Components
         [Obsolete("Deprecated in API8; Will be removed in API10")]
         public void DeleteItem(int itemIndex)
         {
-            if(itemList == null || itemIndex < 0 || itemIndex >= itemList.Count)
+            if (itemList == null || itemIndex < 0 || itemIndex >= itemList.Count)
             {
                 return;
             }
@@ -450,9 +450,9 @@ namespace Tizen.NUI.Components
 
             if (type == DisposeTypes.Explicit)
             {
-                if(underlineAni != null)
+                if (underlineAni != null)
                 {
-                    if(underlineAni.State == Animation.States.Playing)
+                    if (underlineAni.State == Animation.States.Playing)
                     {
                         underlineAni.Stop();
                     }
@@ -460,9 +460,9 @@ namespace Tizen.NUI.Components
                     underlineAni = null;
                 }
                 Utility.Dispose(underline);
-                if(itemList != null)
+                if (itemList != null)
                 {
-                    for(int i = 0; i < itemList.Count; i++)
+                    for (int i = 0; i < itemList.Count; i++)
                     {
                         Remove(itemList[i]);
                         itemList[i].Dispose();
@@ -640,7 +640,7 @@ namespace Tizen.NUI.Components
                 underlineAni = new Animation(aniTime);
             }
         }
-        
+
         private void UpdateUnderLinePos()
         {
             if (underline == null || Underline.Size == null || itemList == null || itemList.Count <= 0)
@@ -674,7 +674,7 @@ namespace Tizen.NUI.Components
 
         private void UpdateSelectedItem(TabItem item)
         {
-            if(item == null || curIndex == item.Index)
+            if (item == null || curIndex == item.Index)
             {
                 return;
             }
@@ -696,7 +696,7 @@ namespace Tizen.NUI.Components
         private bool ItemTouchEvent(object source, TouchEventArgs e)
         {
             TabItem item = source as TabItem;
-            if(item == null)
+            if (item == null)
             {
                 return false;
             }
index e861c49..58d09be 100755 (executable)
@@ -73,7 +73,7 @@ namespace Tizen.NUI.Components
 
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public static Toast FromText(string text, uint duration) 
+        public static Toast FromText(string text, uint duration)
         {
             Toast toast = new Toast();
             toast.Message = text;
index 76598c9..ed5cc94 100755 (executable)
@@ -164,11 +164,11 @@ namespace Tizen.NUI.Components
             }
 
             if (PressAnimation.State == Animation.States.Playing)
-                {
-                    PressAnimation.Stop();
-                }
-                PressAnimation.Dispose();
-                PressAnimation = null;
+            {
+                PressAnimation.Stop();
+            }
+            PressAnimation.Dispose();
+            PressAnimation = null;
         }
     }
 }
index eb9c444..a653084 100755 (executable)
@@ -198,7 +198,7 @@ namespace Tizen.NUI.Components
         /// <since_tizen> 8 </since_tizen>
         public Extents TextPadding
         {
-            get  => ((Extents)GetValue(TextPaddingProperty)) ?? (textPadding = new Extents());
+            get => ((Extents)GetValue(TextPaddingProperty)) ?? (textPadding = new Extents());
             set => SetValue(TextPaddingProperty, value);
         }
 
index 44cc34e..8e215fe 100755 (executable)
@@ -37,7 +37,7 @@ namespace Tizen.NUI.Components
 
         private bool isDisposeQueued = false;
 
-        static ControlStyle () { }
+        static ControlStyle() { }
 
         /// <summary>
         /// Creates a new instance of a ControlStyle.
index d1ebc4e..f1ddb1c 100755 (executable)
@@ -172,7 +172,7 @@ namespace Tizen.NUI.Components
             if (Activator.CreateInstance(style) as StyleBase != null)
             {
                 ThemeMap[key].AddStyleWithoutClone(component.FullName, (Activator.CreateInstance(style) as StyleBase).GetViewStyle());
-            }          
+            }
         }
 
         /// <summary>
index 5e521ab..ec704ec 100755 (executable)
@@ -25,12 +25,12 @@ namespace Tizen.NUI.Components
         public static void Dispose(View child)
         {
             View parent = child?.GetParent() as View;
-            if(child != null)
+            if (child != null)
             {
-                if(parent != null)
+                if (parent != null)
                 {
                     parent.Remove(child);
-                   
+
                 }
 
                 child.Dispose();
index f37c9b4..a59715d 100755 (executable)
@@ -49,7 +49,7 @@ namespace Tizen.NUI
             {
                 return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
             }
+
             /// <since_tizen> 3 </since_tizen>
             protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
             {
index 498553a..492c27c 100755 (executable)
@@ -1090,7 +1090,7 @@ 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;
             }
@@ -1293,7 +1293,7 @@ namespace Tizen.NUI
         public Window GetWindow()
         {
             Window ret = Registry.GetManagedBaseHandleFromNativePtr(Interop.Application.Application_GetWindow(swigCPtr)) as Window;
-            if(ret == null)
+            if (ret == null)
             {
                 ret = new Window(Interop.Application.Application_GetWindow(swigCPtr), true);
             }
@@ -1330,11 +1330,11 @@ namespace Tizen.NUI
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
 
             List<Window> WindowList = new List<Window>();
-            for( uint i = 0; i < ListSize; ++i )
+            for (uint i = 0; i < ListSize; ++i)
             {
                 Window currWin = Registry.GetManagedBaseHandleFromNativePtr(Interop.Application.Application_GetWindowsFromList(i)) as Window;
                 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-                if(currWin)
+                if (currWin)
                 {
                     WindowList.Add(currWin);
                 }
index 8633678..21cfbb9 100755 (executable)
@@ -41,7 +41,7 @@ namespace Tizen.NUI
         /// Subscriber.
         /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public List<View> Subscriber{get; set;} = new List<View>();
+        public List<View> Subscriber { get; set; } = new List<View>();
 
         /// <summary>
         /// BackKeyManager static instance.
@@ -69,17 +69,17 @@ namespace Tizen.NUI
             Container parent1 = comparison1?.GetParent();
             Container parent2 = comparison2?.GetParent();
 
-            if((parent1 == null && parent2 != null) || (parent2 == null && parent1 != null))
+            if ((parent1 == null && parent2 != null) || (parent2 == null && parent1 != null))
             {
                 // One is in DefaultLayer but the other is not
-                if(parent2 == null)
+                if (parent2 == null)
                 {
                     // parent1 is in DefaultLayer.
                     Layer comparison2AsLayer = comparison2 as Layer;
-                    if(comparison2AsLayer != null)
+                    if (comparison2AsLayer != null)
                     {
                         result = comparison2AsLayer.Depth > NUIApplication.GetDefaultWindow().GetDefaultLayer().Depth;
-                    }   
+                    }
                 }
                 else
                 {
@@ -94,10 +94,10 @@ namespace Tizen.NUI
             else
             {
                 // If they have same parent, ready to compare!
-                if(parent1 == parent2)
+                if (parent1 == parent2)
                 {
 
-                    if(comparison1.GetType().FullName.Contains("Layer"))
+                    if (comparison1.GetType().FullName.Contains("Layer"))
                     {
                         // If comparison1 is Layer, comparison2 is also Layer because only window can have Layer as child in NUI.
                         // Compare Depth
@@ -106,7 +106,7 @@ namespace Tizen.NUI
                         if (comparison1AsLayer != null && comparison2AsLayer != null)
                         {
                             result = comparison1AsLayer.Depth < comparison2AsLayer.Depth;
-                        }          
+                        }
                     }
                     else
                     {
@@ -117,7 +117,7 @@ namespace Tizen.NUI
                         if (comparison1AsView != null && comparison2AsView != null)
                         {
                             result = comparison1AsView.SiblingOrder < comparison2AsView.SiblingOrder;
-                        }                    
+                        }
                     }
                 }
                 else
@@ -132,30 +132,30 @@ namespace Tizen.NUI
 
         private void OnWindowKeyEvent(object source, Window.KeyEventArgs args)
         {
-            if(args.Key.State == Key.StateType.Up && (args.Key.KeyPressedName == "Back" || args.Key.KeyPressedName == "XF86Back"))
+            if (args.Key.State == Key.StateType.Up && (args.Key.KeyPressedName == "Back" || args.Key.KeyPressedName == "XF86Back"))
             {
                 View top = null;
 
                 for (int i = 0; i < Subscriber.Count; i++)
                 {
                     // Check visibility
-                    if(Subscriber[i].Visibility && Subscriber[i].IsOnWindow)
+                    if (Subscriber[i].Visibility && Subscriber[i].IsOnWindow)
                     {
                         // Initialize first top
-                        if(top == null)
+                        if (top == null)
                         {
                             top = Subscriber[i];
                             continue;
                         }
                         else
                         {
-                            if(top.HierarchyDepth != Subscriber[i].HierarchyDepth)
+                            if (top.HierarchyDepth != Subscriber[i].HierarchyDepth)
                             {
                                 Container compare1 = top;
                                 Container compare2 = Subscriber[i];
 
                                 // If their depth is different, sync.
-                                if(top.HierarchyDepth > Subscriber[i].HierarchyDepth)
+                                if (top.HierarchyDepth > Subscriber[i].HierarchyDepth)
                                 {
                                     compare1 = FindParent(compare1, top.HierarchyDepth - Subscriber[i].HierarchyDepth);
                                 }
@@ -164,10 +164,10 @@ namespace Tizen.NUI
                                     compare2 = FindParent(compare2, Subscriber[i].HierarchyDepth - top.HierarchyDepth);
                                 }
 
-                                if(compare1 == compare2)
+                                if (compare1 == compare2)
                                 {
                                     // One is descendant of the other. Descendant is above ancestor.
-                                    top = top.HierarchyDepth > Subscriber[i].HierarchyDepth? top : Subscriber[i];
+                                    top = top.HierarchyDepth > Subscriber[i].HierarchyDepth ? top : Subscriber[i];
                                 }
                                 else
                                 {
index 7a7034a..5b48224 100755 (executable)
@@ -41,7 +41,7 @@ namespace Tizen.NUI
 
         public static CustomActor DownCast(BaseHandle handle)
         {
-            CustomActor ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as CustomActor;
+            CustomActor ret = Registry.GetManagedBaseHandleFromNativePtr(handle) as CustomActor;
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
         }
index 8d14c2e..a66f6b7 100755 (executable)
@@ -80,7 +80,7 @@ namespace Tizen.NUI
             }
             catch (global::System.Exception ex)
             {
-              Tizen.Log.Error("NUI","Registry Error: "+ ex);
+                Tizen.Log.Error("NUI", "Registry Error: " + ex);
             }
             return global::System.IntPtr.Zero;
         }
index b69ed23..917ee28 100755 (executable)
@@ -36,10 +36,10 @@ namespace Tizen.NUI
         private bool _isCalled = false;
         public void Initialize()
         {
-            if(_isCalled == false)
+            if (_isCalled == false)
             {
-            _disposeQueueProcessDisposablesDelegate = new EventThreadCallback.CallbackDelegate(ProcessDisposables);
-            _eventThreadCallback = new EventThreadCallback(_disposeQueueProcessDisposablesDelegate);
+                _disposeQueueProcessDisposablesDelegate = new EventThreadCallback.CallbackDelegate(ProcessDisposables);
+                _eventThreadCallback = new EventThreadCallback(_disposeQueueProcessDisposablesDelegate);
                 _isCalled = true;
             }
         }
index 60da5c7..017d6df 100755 (executable)
@@ -27,7 +27,7 @@ namespace Tizen.NUI
     {
         [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GetEnvironmentVariable")]
         private static extern string EnvironmentVariable_GetEnvironmentVariable(string jarg1);
-        
+
         [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_SetEnvironmentVariable")]
         private static extern bool EnvironmentVariable_SetEnvironmentVariable(string jarg1, string jarg2);
 
index 5a7235f..7a3b29b 100755 (executable)
@@ -34,7 +34,7 @@ namespace Tizen.NUI
             return ret;
         }
 
-        public static string GetValueString(this PropertyInfo property,  object obj, Type propertyType)
+        public static string GetValueString(this PropertyInfo property, object obj, Type propertyType)
         {
             string ret = "";
             object value = property.GetValue(obj);
index 7aeac65..d6b036a 100755 (executable)
@@ -40,7 +40,7 @@ namespace Tizen.NUI
 
         protected override void OnFrameResumed(FrameData frame)
         {
-            if(isAnimating)
+            if (isAnimating)
             {
                 return;
             }
@@ -86,8 +86,8 @@ namespace Tizen.NUI
 
 
         private TransitionAnimation forwardAnimation;
-        internal TransitionAnimation ForwardAnimation 
-        { 
+        internal TransitionAnimation ForwardAnimation
+        {
             get
             {
                 return forwardAnimation;
@@ -103,7 +103,7 @@ namespace Tizen.NUI
         internal TransitionAnimation BackwardAnimation
         {
             get
-            { 
+            {
                 return backwardAnimation;
             }
             set
index da5141f..6ca5163 100755 (executable)
@@ -18,7 +18,7 @@
 
 // friend assembly setting
 // compile with: /target:Tizen.NUI.ExtTEST /keyfile:FriendAssemblies.snk
-using System;
+using System;
 using System.Collections.Generic;
 using System.Text;
 
@@ -38,7 +38,8 @@ using System.Runtime.CompilerServices;
 
 [assembly: InternalsVisibleTo("NuiSample, " + Tizen.NUI.PublicKey.Sample)]
 
-namespace Tizen.NUI {
+namespace Tizen.NUI
+{
 
     internal static class PublicKey
     {
index dfc9353..08fb282 100755 (executable)
@@ -203,7 +203,7 @@ namespace Tizen.NUI
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_delete_AnimationSignal")]
             public static extern void delete_AnimationSignal(global::System.Runtime.InteropServices.HandleRef jarg1);
-           
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Animation_SWIGUpcast")]
             public static extern global::System.IntPtr Animation_SWIGUpcast(global::System.IntPtr jarg1);
         }
index 113a04a..2d3ec7d 100755 (executable)
@@ -7,7 +7,7 @@ namespace Tizen.NUI
     internal static partial class Interop
     {
         internal static partial class BaseObject
-        {            
+        {
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_BaseObject_DoAction")]
             public static extern bool BaseObject_DoAction(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
 
index 458d4e9..1a8767f 100755 (executable)
@@ -133,7 +133,7 @@ namespace Tizen.NUI
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_CameraActor_SetOrthographicProjection__SWIG_1")]
             public static extern void CameraActor_SetOrthographicProjection__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2, float jarg3, float jarg4, float jarg5, float jarg6, float jarg7);
-           
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_CameraActor_SWIGUpcast")]
             public static extern global::System.IntPtr CameraActor_SWIGUpcast(global::System.IntPtr jarg1);
         }
index f51a3d4..d5ea812 100755 (executable)
@@ -37,7 +37,7 @@ namespace Tizen.NUI
 
             [DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Capture_Start_4")]
             public static extern void Start4(HandleRef capture, HandleRef source, HandleRef position, HandleRef size, string path, HandleRef clearColor);
-            
+
             [DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Capture_SetImageQuality")]
             public static extern void SetImageQuality(HandleRef capture, uint quality);
 
index dab1716..de49855 100755 (executable)
@@ -13,7 +13,7 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
 using System;
 using System.Collections.Generic;
 using System.Text;
@@ -24,27 +24,27 @@ namespace Tizen.NUI
     {
         internal static partial class ComponentApplication
         {
-               
-               [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_ComponentApplication")]
-               public static extern global::System.IntPtr ComponentApplication_New(int argc, string argv, string styleSheet);
-               
-               [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_ComponentApplication_SWIG1")]
-               public static extern global::System.IntPtr new_ComponentApplication__SWIG_1(global::System.Runtime.InteropServices.HandleRef swigCPtr);
-                       
-               [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_assign_ComponentApplication")]
-               public static extern global::System.IntPtr ComponentApplication_Assign(global::System.Runtime.InteropServices.HandleRef swigCPtr, global::System.Runtime.InteropServices.HandleRef swigCPtr2);
-               
-               [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_delete_ComponentApplication")]
-               public static extern global::System.IntPtr delete_ComponentApplication(global::System.Runtime.InteropServices.HandleRef swigCPtr);
-
-               [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ComponentApplication_CreateNativeSignal")]
-               public static extern global::System.IntPtr ComponentApplication_CreateNativeSignal(global::System.Runtime.InteropServices.HandleRef swigCPtr);
-
-               [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ComponentApplication_CreateNativeSignal_Connect")]
-               public static extern global::System.IntPtr ComponentApplication_CreateNativeSignal_Connect(global::System.Runtime.InteropServices.HandleRef swigCPtr, global::System.Runtime.InteropServices.HandleRef func);
-
-               [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ComponentApplication_CreateNativeSignal_Disconnect")]
-               public static extern global::System.IntPtr ComponentApplication_CreateNativeSignal_Disconnect(global::System.Runtime.InteropServices.HandleRef swigCPtr, global::System.Runtime.InteropServices.HandleRef func);                                
+
+            [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_ComponentApplication")]
+            public static extern global::System.IntPtr ComponentApplication_New(int argc, string argv, string styleSheet);
+
+            [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_ComponentApplication_SWIG1")]
+            public static extern global::System.IntPtr new_ComponentApplication__SWIG_1(global::System.Runtime.InteropServices.HandleRef swigCPtr);
+
+            [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_assign_ComponentApplication")]
+            public static extern global::System.IntPtr ComponentApplication_Assign(global::System.Runtime.InteropServices.HandleRef swigCPtr, global::System.Runtime.InteropServices.HandleRef swigCPtr2);
+
+            [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_delete_ComponentApplication")]
+            public static extern global::System.IntPtr delete_ComponentApplication(global::System.Runtime.InteropServices.HandleRef swigCPtr);
+
+            [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ComponentApplication_CreateNativeSignal")]
+            public static extern global::System.IntPtr ComponentApplication_CreateNativeSignal(global::System.Runtime.InteropServices.HandleRef swigCPtr);
+
+            [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ComponentApplication_CreateNativeSignal_Connect")]
+            public static extern global::System.IntPtr ComponentApplication_CreateNativeSignal_Connect(global::System.Runtime.InteropServices.HandleRef swigCPtr, global::System.Runtime.InteropServices.HandleRef func);
+
+            [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ComponentApplication_CreateNativeSignal_Disconnect")]
+            public static extern global::System.IntPtr ComponentApplication_CreateNativeSignal_Disconnect(global::System.Runtime.InteropServices.HandleRef swigCPtr, global::System.Runtime.InteropServices.HandleRef func);
         }
     }
 }
old mode 100644 (file)
new mode 100755 (executable)
index c6831b6..205e8b7
@@ -13,7 +13,7 @@ namespace Tizen.NUI
             public static extern global::System.IntPtr GlWindow_New__SWIG_0();
 
             [DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GlWindow_New__SWIG_1")]
-            public static extern global::System.IntPtr GlWindow_New__SWIG_1(HandleRef jarg1, string jarg2, string jarg3, bool jarg4 );
+            public static extern global::System.IntPtr GlWindow_New__SWIG_1(HandleRef jarg1, string jarg2, string jarg3, bool jarg4);
 
             [DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_GlWindow__SWIG_0")]
             public static extern global::System.IntPtr new_GlWindow__SWIG_0();
@@ -91,7 +91,7 @@ namespace Tizen.NUI
             public static extern void GlWindow_SetPreferredOrientation(HandleRef jarg1, int jarg2);
 
             [DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GlWindow_RegisterGlCallback")]
-            public static extern void GlWindow_RegisterGlCallback(HandleRef  jarg1, HandleRef  jarg2, HandleRef  jarg3, HandleRef  jarg4);
+            public static extern void GlWindow_RegisterGlCallback(HandleRef jarg1, HandleRef jarg2, HandleRef jarg3, HandleRef jarg4);
 
             [DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GlWindow_RenderOnce")]
             public static extern void GlWindow_RenderOnce(HandleRef jarg1);
index 4105d87..720577c 100755 (executable)
@@ -39,7 +39,7 @@ namespace Tizen.NUI
             public static extern void Geometry_RemoveVertexBuffer(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Geometry_SetIndexBuffer")]
-            public static extern void Geometry_SetIndexBuffer(global::System.Runtime.InteropServices.HandleRef jarg1, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]ushort[] jarg2, uint jarg3);
+            public static extern void Geometry_SetIndexBuffer(global::System.Runtime.InteropServices.HandleRef jarg1, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)] ushort[] jarg2, uint jarg3);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Geometry_SetType")]
             public static extern void Geometry_SetType(global::System.Runtime.InteropServices.HandleRef jarg1, int jarg2);
index f35efa9..00807bb 100755 (executable)
@@ -39,7 +39,7 @@ namespace Tizen.NUI
             public static extern uint GestureDetector_GetAttachedActorCount(global::System.Runtime.InteropServices.HandleRef jarg1);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GestureDetector_GetAttachedActor")]
-            public static extern global::System.IntPtr GestureDetector_GetAttachedActor(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);           
+            public static extern global::System.IntPtr GestureDetector_GetAttachedActor(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
         }
     }
 }
\ No newline at end of file
index 915ee19..c6fd356 100755 (executable)
@@ -63,7 +63,7 @@ namespace Tizen.NUI
             public static extern float GlyphInfo_scaleFactor_get(global::System.Runtime.InteropServices.HandleRef jarg1);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_delete_GlyphInfo")]
-            public static extern void delete_GlyphInfo(global::System.Runtime.InteropServices.HandleRef jarg1);           
+            public static extern void delete_GlyphInfo(global::System.Runtime.InteropServices.HandleRef jarg1);
         }
     }
 }
\ No newline at end of file
index 24c07f1..d6069d4 100755 (executable)
@@ -15,7 +15,7 @@ namespace Tizen.NUI
             public static extern global::System.IntPtr new_Matrix__SWIG_1(bool jarg1);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_Matrix__SWIG_2")]
-            public static extern global::System.IntPtr new_Matrix__SWIG_2([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg1);
+            public static extern global::System.IntPtr new_Matrix__SWIG_2([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)] float[] jarg1);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_Matrix__SWIG_3")]
             public static extern global::System.IntPtr new_Matrix__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1);
index 527b8fc..827e1b9 100755 (executable)
@@ -58,7 +58,7 @@ namespace Tizen.NUI
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Model3dView_DownCast")]
             public static extern global::System.IntPtr Model3dView_DownCast(global::System.Runtime.InteropServices.HandleRef jarg1);
-           
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Model3dView_SWIGUpcast")]
             public static extern global::System.IntPtr Model3dView_SWIGUpcast(global::System.IntPtr jarg1);
         }
index 5d2d38a..5ab5377 100755 (executable)
@@ -127,7 +127,7 @@ namespace Tizen.NUI
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LowerBelow")]
             public static extern void LowerBelow(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
-            
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GetImplementation__SWIG_0")]
             public static extern global::System.IntPtr GetImplementation__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1);
 
@@ -136,157 +136,157 @@ namespace Tizen.NUI
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_SetCustomAlgorithm")]
             public static extern void SetCustomAlgorithm(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
-            
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_EqualTo__SWIG_5")]
             public static extern bool EqualTo__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_NotEqualTo__SWIG_4")]
             public static extern bool NotEqualTo__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Clamp__SWIG_3")]
             public static extern global::System.IntPtr Clamp__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2, float jarg3);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_EqualTo__SWIG_6")]
             public static extern bool EqualTo__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_NotEqualTo__SWIG_5")]
             public static extern bool NotEqualTo__SWIG_5(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_EqualTo__SWIG_7")]
             public static extern bool EqualTo__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_NotEqualTo__SWIG_6")]
             public static extern bool NotEqualTo__SWIG_6(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_EqualTo__SWIG_8")]
             public static extern bool EqualTo__SWIG_8(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_NotEqualTo__SWIG_7")]
             public static extern bool NotEqualTo__SWIG_7(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GreaterThan__SWIG_0")]
             public static extern bool GreaterThan__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GreaterThan__SWIG_1")]
             public static extern bool GreaterThan__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GreaterThan__SWIG_2")]
             public static extern bool GreaterThan__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LessThan__SWIG_0")]
             public static extern bool LessThan__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LessThan__SWIG_1")]
             public static extern bool LessThan__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LessThan__SWIG_2")]
             public static extern bool LessThan__SWIG_2(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Multiply")]
             public static extern global::System.IntPtr Multiply(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Subtract")]
             public static extern global::System.IntPtr Subtract(global::System.Runtime.InteropServices.HandleRef jarg1);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Clamp__SWIG_4")]
             public static extern global::System.IntPtr Clamp__SWIG_4(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2, float jarg3);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Range")]
             public static extern float Range(float jarg1, float jarg2);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Axis")]
             public static extern global::System.IntPtr Axis();
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LessThan__SWIG_3")]
             public static extern bool LessThan__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_New")]
             public static extern global::System.IntPtr New();
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_SignalConnectorType")]
             public static extern global::System.IntPtr new_SignalConnectorType(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_delete_SignalConnectorType")]
             public static extern void delete_SignalConnectorType(global::System.Runtime.InteropServices.HandleRef jarg1);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_TypeAction")]
             public static extern global::System.IntPtr new_TypeAction(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_delete_TypeAction")]
             public static extern void delete_TypeAction(global::System.Runtime.InteropServices.HandleRef jarg1);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_PropertyRegistration")]
             public static extern global::System.IntPtr new_PropertyRegistration(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, int jarg3, int jarg4, global::System.Runtime.InteropServices.HandleRef jarg5, global::System.Runtime.InteropServices.HandleRef jarg6);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_delete_PropertyRegistration")]
             public static extern void delete_PropertyRegistration(global::System.Runtime.InteropServices.HandleRef jarg1);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_AnimatablePropertyRegistration__SWIG_0")]
             public static extern global::System.IntPtr new_AnimatablePropertyRegistration__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, int jarg3, int jarg4);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_AnimatablePropertyRegistration__SWIG_1")]
             public static extern global::System.IntPtr new_AnimatablePropertyRegistration__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, int jarg3, global::System.Runtime.InteropServices.HandleRef jarg4);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_delete_AnimatablePropertyRegistration")]
             public static extern void delete_AnimatablePropertyRegistration(global::System.Runtime.InteropServices.HandleRef jarg1);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_AnimatablePropertyComponentRegistration")]
             public static extern global::System.IntPtr new_AnimatablePropertyComponentRegistration(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, int jarg3, int jarg4, uint jarg5);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_delete_AnimatablePropertyComponentRegistration")]
             public static extern void delete_AnimatablePropertyComponentRegistration(global::System.Runtime.InteropServices.HandleRef jarg1);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_ChildPropertyRegistration")]
             public static extern global::System.IntPtr new_ChildPropertyRegistration(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, int jarg3, int jarg4);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_delete_ChildPropertyRegistration")]
             public static extern void delete_ChildPropertyRegistration(global::System.Runtime.InteropServices.HandleRef jarg1);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_PI_get")]
             public static extern float PI_get();
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_PI_2_get")]
             public static extern float PI_2_get();
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_PI_4_get")]
             public static extern float PI_4_get();
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_PI_OVER_180_get")]
             public static extern float PI_OVER_180_get();
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ONE80_OVER_PI_get")]
             public static extern float ONE80_OVER_PI_get();
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ResizePolicyDefault_get")]
             public static extern int ResizePolicyDefault_get();
-            
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_UnparentAndReset")]
             public static extern void UnparentAndReset(global::System.Runtime.InteropServices.HandleRef jarg1);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VisibilityChangedSignal")]
             public static extern global::System.IntPtr VisibilityChangedSignal(global::System.Runtime.InteropServices.HandleRef jarg1);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_delete_RelayoutContainer")]
             public static extern void delete_RelayoutContainer(global::System.Runtime.InteropServices.HandleRef jarg1);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_RelayoutContainer_Add")]
             public static extern void RelayoutContainer_Add(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_FittingModeDefault_get")]
             public static extern int FittingModeDefault_get();
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DEFAULT_get")]
             public static extern int DEFAULT_get();
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_IsVertical")]
             public static extern bool IsVertical(int jarg1);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_IsHorizontal")]
             public static extern bool IsHorizontal(int jarg1);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_MoveActorConstraint")]
             public static extern void MoveActorConstraint(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WrapActorConstraint")]
             public static extern void WrapActorConstraint(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
         }
index 1ae37e4..0025511 100755 (executable)
@@ -7,7 +7,7 @@ namespace Tizen.NUI
     internal static partial class Interop
     {
         internal static partial class PanGestureDetector
-        {            
+        {
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_PanGesture_SWIGUpcast")]
             public static extern global::System.IntPtr PanGesture_SWIGUpcast(global::System.IntPtr jarg1);
 
index e05b82b..cfa6cf3 100755 (executable)
@@ -12,7 +12,7 @@ namespace Tizen.NUI
             public static extern global::System.IntPtr PixelData_SWIGUpcast(global::System.IntPtr jarg1);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_PixelData_New")]
-            public static extern global::System.IntPtr PixelData_New([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]byte[] jarg1, uint jarg2, uint jarg3, uint jarg4, int jarg5, int jarg6);
+            public static extern global::System.IntPtr PixelData_New([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)] byte[] jarg1, uint jarg2, uint jarg3, uint jarg4, int jarg5, int jarg6);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_PixelData__SWIG_0")]
             public static extern global::System.IntPtr new_PixelData__SWIG_0();
index 34ed102..eeeb89d 100755 (executable)
@@ -7,7 +7,7 @@ namespace Tizen.NUI
     internal static partial class Interop
     {
         internal static partial class ProgressBar
-        {            
+        {
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ProgressBar_SWIGUpcast")]
             public static extern global::System.IntPtr ProgressBar_SWIGUpcast(global::System.IntPtr jarg1);
 
index d6d9f10..a1745e3 100755 (executable)
@@ -7,7 +7,7 @@ namespace Tizen.NUI
     internal static partial class Interop
     {
         internal static partial class RefObject
-        {            
+        {
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_RefObject_Reference")]
             public static extern void RefObject_Reference(global::System.Runtime.InteropServices.HandleRef jarg1);
 
index 864da95..74f8969 100755 (executable)
@@ -196,7 +196,7 @@ namespace Tizen.NUI
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TableView_SetCellAlignment")]
             public static extern void TableView_SetCellAlignment(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, int jarg3, int jarg4);
-            
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TableView_SWIGUpcast")]
             public static extern global::System.IntPtr TableView_SWIGUpcast(global::System.IntPtr jarg1);
         }
index d66ca70..72dabe4 100755 (executable)
@@ -226,13 +226,13 @@ namespace Tizen.NUI
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_TextField_Property_ELLIPSIS_get")]
             public static extern int TextField_Property_ELLIPSIS_get();
-                       
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TextField_SelectWholeText")]
             public static extern void TextField_SelectWholeText(global::System.Runtime.InteropServices.HandleRef jarg1);
-               
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_TextField_Property_ENABLE_GRAB_HANDLE_get")]
             public static extern int TextField_Property_ENABLE_GRAB_HANDLE_get();
-    
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_TextField_Property_ENABLE_GRAB_HANDLE_POPUP_get")]
             public static extern int TextField_Property_ENABLE_GRAB_HANDLE_POPUP_get();
 
index ff8ce4e..68dc4a9 100755 (executable)
@@ -4,7 +4,7 @@ using System.Text;
 
 namespace Tizen.NUI
 {
-    
+
     internal static partial class Interop
     {
         internal static partial class Util
index 935d02b..e0dbfaf 100755 (executable)
@@ -15,7 +15,7 @@ namespace Tizen.NUI
             public static extern global::System.IntPtr new_Vector2__SWIG_1(float jarg1, float jarg2);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_Vector2__SWIG_2")]
-            public static extern global::System.IntPtr new_Vector2__SWIG_2([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg1);
+            public static extern global::System.IntPtr new_Vector2__SWIG_2([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)] float[] jarg1);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_Vector2__SWIG_3")]
             public static extern global::System.IntPtr new_Vector2__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1);
@@ -42,7 +42,7 @@ namespace Tizen.NUI
             public static extern global::System.IntPtr Vector2_ZERO_get();
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Vector2_Assign__SWIG_0")]
-            public static extern global::System.IntPtr Vector2_Assign__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg2);
+            public static extern global::System.IntPtr Vector2_Assign__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)] float[] jarg2);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Vector2_Assign__SWIG_1")]
             public static extern global::System.IntPtr Vector2_Assign__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
index 950c167..4665222 100755 (executable)
@@ -3,7 +3,7 @@ using System.Collections.Generic;
 using System.Text;
 
 namespace Tizen.NUI
-{ 
+{
     internal static partial class Interop
     {
         internal static partial class Vector3
@@ -15,7 +15,7 @@ namespace Tizen.NUI
             public static extern global::System.IntPtr new_Vector3__SWIG_1(float jarg1, float jarg2, float jarg3);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_Vector3__SWIG_2")]
-            public static extern global::System.IntPtr new_Vector3__SWIG_2([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg1);
+            public static extern global::System.IntPtr new_Vector3__SWIG_2([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)] float[] jarg1);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_Vector3__SWIG_3")]
             public static extern global::System.IntPtr new_Vector3__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1);
@@ -48,7 +48,7 @@ namespace Tizen.NUI
             public static extern global::System.IntPtr Vector3_ZERO_get();
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Vector3_Assign__SWIG_0")]
-            public static extern global::System.IntPtr Vector3_Assign__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg2);
+            public static extern global::System.IntPtr Vector3_Assign__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)] float[] jarg2);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Vector3_Assign__SWIG_1")]
             public static extern global::System.IntPtr Vector3_Assign__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
index 907bdfc..fbb2c93 100755 (executable)
@@ -15,7 +15,7 @@ namespace Tizen.NUI
             public static extern global::System.IntPtr new_Vector4__SWIG_1(float jarg1, float jarg2, float jarg3, float jarg4);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_Vector4__SWIG_2")]
-            public static extern global::System.IntPtr new_Vector4__SWIG_2([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg1);
+            public static extern global::System.IntPtr new_Vector4__SWIG_2([global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)] float[] jarg1);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_new_Vector4__SWIG_3")]
             public static extern global::System.IntPtr new_Vector4__SWIG_3(global::System.Runtime.InteropServices.HandleRef jarg1);
@@ -39,7 +39,7 @@ namespace Tizen.NUI
             public static extern global::System.IntPtr Vector4_ZERO_get();
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Vector4_Assign__SWIG_0")]
-            public static extern global::System.IntPtr Vector4_Assign__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]float[] jarg2);
+            public static extern global::System.IntPtr Vector4_Assign__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)] float[] jarg2);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Vector4_Assign__SWIG_1")]
             public static extern global::System.IntPtr Vector4_Assign__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
index fe384ad..f1ccbf8 100755 (executable)
@@ -36,10 +36,10 @@ namespace Tizen.NUI
             public static extern void VectorUnsignedChar_PushBack(global::System.Runtime.InteropServices.HandleRef jarg1, byte jarg2);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VectorUnsignedChar_Insert__SWIG_0")]
-            public static extern void VectorUnsignedChar_Insert__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]byte[] jarg2, byte jarg3);
+            public static extern void VectorUnsignedChar_Insert__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)] byte[] jarg2, byte jarg3);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VectorUnsignedChar_Insert__SWIG_1")]
-            public static extern void VectorUnsignedChar_Insert__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]byte[] jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4);
+            public static extern void VectorUnsignedChar_Insert__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)] byte[] jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, global::System.Runtime.InteropServices.HandleRef jarg4);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VectorUnsignedChar_Reserve")]
             public static extern void VectorUnsignedChar_Reserve(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2);
@@ -51,13 +51,13 @@ namespace Tizen.NUI
             public static extern void VectorUnsignedChar_Resize__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, uint jarg2, byte jarg3);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VectorUnsignedChar_Erase__SWIG_0")]
-            public static extern global::System.IntPtr VectorUnsignedChar_Erase__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]byte[] jarg2);
+            public static extern global::System.IntPtr VectorUnsignedChar_Erase__SWIG_0(global::System.Runtime.InteropServices.HandleRef jarg1, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)] byte[] jarg2);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VectorUnsignedChar_Erase__SWIG_1")]
-            public static extern global::System.IntPtr VectorUnsignedChar_Erase__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]byte[] jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
+            public static extern global::System.IntPtr VectorUnsignedChar_Erase__SWIG_1(global::System.Runtime.InteropServices.HandleRef jarg1, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)] byte[] jarg2, global::System.Runtime.InteropServices.HandleRef jarg3);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VectorUnsignedChar_Remove")]
-            public static extern void VectorUnsignedChar_Remove(global::System.Runtime.InteropServices.HandleRef jarg1, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)]byte[] jarg2);
+            public static extern void VectorUnsignedChar_Remove(global::System.Runtime.InteropServices.HandleRef jarg1, [global::System.Runtime.InteropServices.In, global::System.Runtime.InteropServices.MarshalAs(global::System.Runtime.InteropServices.UnmanagedType.LPArray)] byte[] jarg2);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VectorUnsignedChar_Swap")]
             public static extern void VectorUnsignedChar_Swap(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
index 07df53c..b591ea8 100755 (executable)
@@ -4,7 +4,7 @@ using System.Text;
 
 namespace Tizen.NUI
 {
-   internal static partial class Interop
+    internal static partial class Interop
     {
         internal static partial class View
         {
index 20fd090..f23d6dc 100755 (executable)
@@ -71,7 +71,7 @@ namespace Tizen.NUI
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WidgetImpl_director_connect")]
             public static extern void WidgetImpl_director_connect(global::System.Runtime.InteropServices.HandleRef jarg1, Tizen.NUI.WidgetImpl.SwigDelegateWidgetImpl_0 delegate0, Tizen.NUI.WidgetImpl.SwigDelegateWidgetImpl_1 delegate1,
                 Tizen.NUI.WidgetImpl.SwigDelegateWidgetImpl_2 delegate2, Tizen.NUI.WidgetImpl.SwigDelegateWidgetImpl_3 delegate3, Tizen.NUI.WidgetImpl.SwigDelegateWidgetImpl_4 delegate4, Tizen.NUI.WidgetImpl.SwigDelegateWidgetImpl_5 delegate5,
-                Tizen.NUI.WidgetImpl.SwigDelegateWidgetImpl_6 delegate6, Tizen.NUI.WidgetImpl.SwigDelegateWidgetImpl_7 delegate7);           
+                Tizen.NUI.WidgetImpl.SwigDelegateWidgetImpl_6 delegate6, Tizen.NUI.WidgetImpl.SwigDelegateWidgetImpl_7 delegate7);
         }
     }
 }
\ No newline at end of file
index e4f7a05..888242b 100755 (executable)
@@ -34,7 +34,7 @@ namespace Tizen.NUI
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Window_New_Root_Layout")]
             public static extern global::System.IntPtr Window_NewRootLayout();
-                        
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Window_SetClass")]
             public static extern void Window_SetClass(global::System.Runtime.InteropServices.HandleRef jarg1, string jarg2, string jarg3);
 
@@ -64,10 +64,10 @@ namespace Tizen.NUI
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Window_SetAvailableOrientations")]
             public static extern void Window_SetAvailableOrientations(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
-            
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Window_SetPositionSize")]
             public static extern void Window_SetPositionSize(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
-        
+
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Window_SWIGUpcast")]
             public static extern global::System.IntPtr Window_SWIGUpcast(global::System.IntPtr jarg1);
 
@@ -142,7 +142,7 @@ namespace Tizen.NUI
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GetBrightness")]
             public static extern int GetBrightness(global::System.Runtime.InteropServices.HandleRef jarg1);
-            
+
             // For windows resized signal
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Window_ResizeSignal")]
             public static extern global::System.IntPtr Window_ResizeSignal(global::System.Runtime.InteropServices.HandleRef jarg1);
index 87d50f7..23aad52 100755 (executable)
@@ -30,7 +30,7 @@ namespace Tizen.NUI
 
         [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_HIDDENINPUT_PROPERTY_SHOW_LAST_CHARACTER_DURATION_get")]
         public static extern int HIDDENINPUT_PROPERTY_SHOW_LAST_CHARACTER_DURATION_get();
-                
+
         [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LINE_MUST_BREAK_get")]
         public static extern int LINE_MUST_BREAK_get();
 
index 82b197e..bbfce31 100755 (executable)
@@ -22,128 +22,128 @@ namespace Tizen.NUI
     {
         public const string Lib = "libdali2-csharp-binder.so";
         protected class SWIGExceptionHelper
-               {
-                       /// <since_tizen> 3 </since_tizen>
-                       public delegate void ExceptionDelegate(string message);
-                       /// <since_tizen> 3 </since_tizen>
-                       public delegate void ExceptionArgumentDelegate(string message, string paramName);
-                       static ExceptionDelegate applicationDelegate = new ExceptionDelegate(SetPendingApplicationException);
-                       static ExceptionDelegate arithmeticDelegate = new ExceptionDelegate(SetPendingArithmeticException);
-                       static ExceptionDelegate divideByZeroDelegate = new ExceptionDelegate(SetPendingDivideByZeroException);
-                       static ExceptionDelegate indexOutOfRangeDelegate = new ExceptionDelegate(SetPendingIndexOutOfRangeException);
-                       static ExceptionDelegate invalidCastDelegate = new ExceptionDelegate(SetPendingInvalidCastException);
-                       static ExceptionDelegate invalidOperationDelegate = new ExceptionDelegate(SetPendingInvalidOperationException);
-                       static ExceptionDelegate ioDelegate = new ExceptionDelegate(SetPendingIOException);
-                       static ExceptionDelegate nullReferenceDelegate = new ExceptionDelegate(SetPendingNullReferenceException);
-                       static ExceptionDelegate outOfMemoryDelegate = new ExceptionDelegate(SetPendingOutOfMemoryException);
-                       static ExceptionDelegate overflowDelegate = new ExceptionDelegate(SetPendingOverflowException);
-                       static ExceptionDelegate systemDelegate = new ExceptionDelegate(SetPendingSystemException);
-                       static ExceptionArgumentDelegate argumentDelegate = new ExceptionArgumentDelegate(SetPendingArgumentException);
-                       static ExceptionArgumentDelegate argumentNullDelegate = new ExceptionArgumentDelegate(SetPendingArgumentNullException);
-                       static ExceptionArgumentDelegate argumentOutOfRangeDelegate = new ExceptionArgumentDelegate(SetPendingArgumentOutOfRangeException);
-       
-                       [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "SWIGRegisterExceptionCallbacks_NDalic")]
-                       public static extern void SWIGRegisterExceptionCallbacks_NDalic(
-                                                                               ExceptionDelegate applicationDelegate,
-                                                                               ExceptionDelegate arithmeticDelegate,
-                                                                               ExceptionDelegate divideByZeroDelegate,
-                                                                               ExceptionDelegate indexOutOfRangeDelegate,
-                                                                               ExceptionDelegate invalidCastDelegate,
-                                                                               ExceptionDelegate invalidOperationDelegate,
-                                                                               ExceptionDelegate ioDelegate,
-                                                                               ExceptionDelegate nullReferenceDelegate,
-                                                                               ExceptionDelegate outOfMemoryDelegate,
-                                                                               ExceptionDelegate overflowDelegate,
-                                                                               ExceptionDelegate systemExceptionDelegate);
-       
-                       [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "SWIGRegisterExceptionArgumentCallbacks_NDalic")]
-                       public static extern void SWIGRegisterExceptionCallbacksArgument_NDalic(
-                                                                               ExceptionArgumentDelegate argumentDelegate,
-                                                                               ExceptionArgumentDelegate argumentNullDelegate,
-                                                                               ExceptionArgumentDelegate argumentOutOfRangeDelegate);
-                       static void SetPendingApplicationException(string message)
-                       {
-                               SWIGPendingException.Set(new global::System.ApplicationException(message, SWIGPendingException.Retrieve()));
-                       }
-                       static void SetPendingArithmeticException(string message)
-                       {
-                               SWIGPendingException.Set(new global::System.ArithmeticException(message, SWIGPendingException.Retrieve()));
-                       }
-                       static void SetPendingDivideByZeroException(string message)
-                       {
-                               SWIGPendingException.Set(new global::System.DivideByZeroException(message, SWIGPendingException.Retrieve()));
-                       }
-                       static void SetPendingIndexOutOfRangeException(string message)
-                       {
-                               SWIGPendingException.Set(new global::System.IndexOutOfRangeException(message, SWIGPendingException.Retrieve()));
-                       }
-                       static void SetPendingInvalidCastException(string message)
-                       {
-                               SWIGPendingException.Set(new global::System.InvalidCastException(message, SWIGPendingException.Retrieve()));
-                       }
-                       static void SetPendingInvalidOperationException(string message)
-                       {
-                               SWIGPendingException.Set(new global::System.InvalidOperationException(message, SWIGPendingException.Retrieve()));
-                       }
-                       static void SetPendingIOException(string message)
-                       {
-                               SWIGPendingException.Set(new global::System.IO.IOException(message, SWIGPendingException.Retrieve()));
-                       }
-                       static void SetPendingNullReferenceException(string message)
-                       {
-                               SWIGPendingException.Set(new global::System.NullReferenceException(message, SWIGPendingException.Retrieve()));
-                       }
-                       static void SetPendingOutOfMemoryException(string message)
-                       {
-                               SWIGPendingException.Set(new global::System.OutOfMemoryException(message, SWIGPendingException.Retrieve()));
-                       }
-                       static void SetPendingOverflowException(string message)
-                       {
-                               SWIGPendingException.Set(new global::System.OverflowException(message, SWIGPendingException.Retrieve()));
-                       }
-                       static void SetPendingSystemException(string message)
-                       {
-                               SWIGPendingException.Set(new global::System.SystemException(message, SWIGPendingException.Retrieve()));
-                       }
-       
-                       static void SetPendingArgumentException(string message, string paramName)
-                       {
-                               SWIGPendingException.Set(new global::System.ArgumentException(message, paramName, SWIGPendingException.Retrieve()));
-                       }
-                       static void SetPendingArgumentNullException(string message, string paramName)
-                       {
-                               global::System.Exception e = SWIGPendingException.Retrieve();
-                               if (e != null) message = message + " Inner Exception: " + e.Message;
-                               SWIGPendingException.Set(new global::System.ArgumentNullException(message, paramName));
-                       }
-                       static void SetPendingArgumentOutOfRangeException(string message, string paramName)
-                       {
-                               global::System.Exception e = SWIGPendingException.Retrieve();
-                               if (e != null) message = message + " Inner Exception: " + e.Message;
-                               SWIGPendingException.Set(new global::System.ArgumentOutOfRangeException(paramName, message));
-                       }
-                       static SWIGExceptionHelper()
-                       {
-                               SWIGRegisterExceptionCallbacks_NDalic(
-                                                                                 applicationDelegate,
-                                                                                 arithmeticDelegate,
-                                                                                 divideByZeroDelegate,
-                                                                                 indexOutOfRangeDelegate,
-                                                                                 invalidCastDelegate,
-                                                                                 invalidOperationDelegate,
-                                                                                 ioDelegate,
-                                                                                 nullReferenceDelegate,
-                                                                                 outOfMemoryDelegate,
-                                                                                 overflowDelegate,
-                                                                                 systemDelegate);
-       
-                               SWIGRegisterExceptionCallbacksArgument_NDalic(
-                                                                                 argumentDelegate,
-                                                                                 argumentNullDelegate,
-                                                                                 argumentOutOfRangeDelegate);
-                       }
-               }
-               protected static SWIGExceptionHelper swigExceptionHelper = new SWIGExceptionHelper();
+        {
+            /// <since_tizen> 3 </since_tizen>
+            public delegate void ExceptionDelegate(string message);
+            /// <since_tizen> 3 </since_tizen>
+            public delegate void ExceptionArgumentDelegate(string message, string paramName);
+            static ExceptionDelegate applicationDelegate = new ExceptionDelegate(SetPendingApplicationException);
+            static ExceptionDelegate arithmeticDelegate = new ExceptionDelegate(SetPendingArithmeticException);
+            static ExceptionDelegate divideByZeroDelegate = new ExceptionDelegate(SetPendingDivideByZeroException);
+            static ExceptionDelegate indexOutOfRangeDelegate = new ExceptionDelegate(SetPendingIndexOutOfRangeException);
+            static ExceptionDelegate invalidCastDelegate = new ExceptionDelegate(SetPendingInvalidCastException);
+            static ExceptionDelegate invalidOperationDelegate = new ExceptionDelegate(SetPendingInvalidOperationException);
+            static ExceptionDelegate ioDelegate = new ExceptionDelegate(SetPendingIOException);
+            static ExceptionDelegate nullReferenceDelegate = new ExceptionDelegate(SetPendingNullReferenceException);
+            static ExceptionDelegate outOfMemoryDelegate = new ExceptionDelegate(SetPendingOutOfMemoryException);
+            static ExceptionDelegate overflowDelegate = new ExceptionDelegate(SetPendingOverflowException);
+            static ExceptionDelegate systemDelegate = new ExceptionDelegate(SetPendingSystemException);
+            static ExceptionArgumentDelegate argumentDelegate = new ExceptionArgumentDelegate(SetPendingArgumentException);
+            static ExceptionArgumentDelegate argumentNullDelegate = new ExceptionArgumentDelegate(SetPendingArgumentNullException);
+            static ExceptionArgumentDelegate argumentOutOfRangeDelegate = new ExceptionArgumentDelegate(SetPendingArgumentOutOfRangeException);
+
+            [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "SWIGRegisterExceptionCallbacks_NDalic")]
+            public static extern void SWIGRegisterExceptionCallbacks_NDalic(
+                                        ExceptionDelegate applicationDelegate,
+                                        ExceptionDelegate arithmeticDelegate,
+                                        ExceptionDelegate divideByZeroDelegate,
+                                        ExceptionDelegate indexOutOfRangeDelegate,
+                                        ExceptionDelegate invalidCastDelegate,
+                                        ExceptionDelegate invalidOperationDelegate,
+                                        ExceptionDelegate ioDelegate,
+                                        ExceptionDelegate nullReferenceDelegate,
+                                        ExceptionDelegate outOfMemoryDelegate,
+                                        ExceptionDelegate overflowDelegate,
+                                        ExceptionDelegate systemExceptionDelegate);
+
+            [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "SWIGRegisterExceptionArgumentCallbacks_NDalic")]
+            public static extern void SWIGRegisterExceptionCallbacksArgument_NDalic(
+                                        ExceptionArgumentDelegate argumentDelegate,
+                                        ExceptionArgumentDelegate argumentNullDelegate,
+                                        ExceptionArgumentDelegate argumentOutOfRangeDelegate);
+            static void SetPendingApplicationException(string message)
+            {
+                SWIGPendingException.Set(new global::System.ApplicationException(message, SWIGPendingException.Retrieve()));
+            }
+            static void SetPendingArithmeticException(string message)
+            {
+                SWIGPendingException.Set(new global::System.ArithmeticException(message, SWIGPendingException.Retrieve()));
+            }
+            static void SetPendingDivideByZeroException(string message)
+            {
+                SWIGPendingException.Set(new global::System.DivideByZeroException(message, SWIGPendingException.Retrieve()));
+            }
+            static void SetPendingIndexOutOfRangeException(string message)
+            {
+                SWIGPendingException.Set(new global::System.IndexOutOfRangeException(message, SWIGPendingException.Retrieve()));
+            }
+            static void SetPendingInvalidCastException(string message)
+            {
+                SWIGPendingException.Set(new global::System.InvalidCastException(message, SWIGPendingException.Retrieve()));
+            }
+            static void SetPendingInvalidOperationException(string message)
+            {
+                SWIGPendingException.Set(new global::System.InvalidOperationException(message, SWIGPendingException.Retrieve()));
+            }
+            static void SetPendingIOException(string message)
+            {
+                SWIGPendingException.Set(new global::System.IO.IOException(message, SWIGPendingException.Retrieve()));
+            }
+            static void SetPendingNullReferenceException(string message)
+            {
+                SWIGPendingException.Set(new global::System.NullReferenceException(message, SWIGPendingException.Retrieve()));
+            }
+            static void SetPendingOutOfMemoryException(string message)
+            {
+                SWIGPendingException.Set(new global::System.OutOfMemoryException(message, SWIGPendingException.Retrieve()));
+            }
+            static void SetPendingOverflowException(string message)
+            {
+                SWIGPendingException.Set(new global::System.OverflowException(message, SWIGPendingException.Retrieve()));
+            }
+            static void SetPendingSystemException(string message)
+            {
+                SWIGPendingException.Set(new global::System.SystemException(message, SWIGPendingException.Retrieve()));
+            }
+
+            static void SetPendingArgumentException(string message, string paramName)
+            {
+                SWIGPendingException.Set(new global::System.ArgumentException(message, paramName, SWIGPendingException.Retrieve()));
+            }
+            static void SetPendingArgumentNullException(string message, string paramName)
+            {
+                global::System.Exception e = SWIGPendingException.Retrieve();
+                if (e != null) message = message + " Inner Exception: " + e.Message;
+                SWIGPendingException.Set(new global::System.ArgumentNullException(message, paramName));
+            }
+            static void SetPendingArgumentOutOfRangeException(string message, string paramName)
+            {
+                global::System.Exception e = SWIGPendingException.Retrieve();
+                if (e != null) message = message + " Inner Exception: " + e.Message;
+                SWIGPendingException.Set(new global::System.ArgumentOutOfRangeException(paramName, message));
+            }
+            static SWIGExceptionHelper()
+            {
+                SWIGRegisterExceptionCallbacks_NDalic(
+                                          applicationDelegate,
+                                          arithmeticDelegate,
+                                          divideByZeroDelegate,
+                                          indexOutOfRangeDelegate,
+                                          invalidCastDelegate,
+                                          invalidOperationDelegate,
+                                          ioDelegate,
+                                          nullReferenceDelegate,
+                                          outOfMemoryDelegate,
+                                          overflowDelegate,
+                                          systemDelegate);
+
+                SWIGRegisterExceptionCallbacksArgument_NDalic(
+                                          argumentDelegate,
+                                          argumentNullDelegate,
+                                          argumentOutOfRangeDelegate);
+            }
+        }
+        protected static SWIGExceptionHelper swigExceptionHelper = new SWIGExceptionHelper();
 
         /// <since_tizen> 3 </since_tizen>
         public class SWIGPendingException
@@ -227,8 +227,8 @@ namespace Tizen.NUI
             Tizen.Log.Error("NUI", "Create NDalicPINVOKE");
         }
 
-               [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_delete_BaseHandle")]
-               public static extern void delete_BaseHandle(global::System.Runtime.InteropServices.HandleRef jarg1);
+        [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_delete_BaseHandle")]
+        public static extern void delete_BaseHandle(global::System.Runtime.InteropServices.HandleRef jarg1);
 
         [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_Application_SWIGUpcast")]
         public static extern global::System.IntPtr Application_SWIGUpcast(global::System.IntPtr jarg1);
index 59f2393..f719f23 100755 (executable)
@@ -156,7 +156,7 @@ namespace Tizen.NUI
 
         internal static ItemView DownCast(BaseHandle handle)
         {
-            ItemView ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as ItemView;
+            ItemView ret = Registry.GetManagedBaseHandleFromNativePtr(handle) as ItemView;
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
         }
index f347b11..dc14a43 100755 (executable)
@@ -24,7 +24,7 @@ namespace Tizen.NUI
     /// KeyboardTypeSignalType
     /// </summary>
     /// <since_tizen> 4 </since_tizen>
-    [Obsolete("Deprecated in API6, Will be removed in API9, " + 
+    [Obsolete("Deprecated in API6, Will be removed in API9, " +
         "Please use InputMethodContext.KeyboardTypeChanged event instead!")]
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class KeyboardTypeSignalType : Disposable
@@ -47,7 +47,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, " + 
+        [Obsolete("Deprecated in API6, Will be removed in API9, " +
             "Please use InputMethodContext.KeyboardTypeChanged event instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public bool Empty()
@@ -62,7 +62,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, " + 
+        [Obsolete("Deprecated in API6, Will be removed in API9, " +
             "Please use InputMethodContext.KeyboardTypeChanged event instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public uint GetConnectionCount()
@@ -77,7 +77,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, " + 
+        [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,7 +94,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, " + 
+        [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,7 +111,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, " + 
+        [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,7 +124,7 @@ namespace Tizen.NUI
         /// The contructor.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
-        [Obsolete("Deprecated in API6, Will be removed in API9, " + 
+        [Obsolete("Deprecated in API6, Will be removed in API9, " +
             "Please use InputMethodContext.KeyboardTypeChanged event instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public KeyboardTypeSignalType() : this(Interop.KeyboardTypeSignalType.new_KeyboardTypeSignalType(), true)
index 892f8ac..8baed08 100755 (executable)
@@ -12,19 +12,19 @@ namespace Tizen.NUI
             public static extern global::System.IntPtr FlexLayout_New();
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_FlexLayout_SetContext")]
-            public static extern global::System.IntPtr FlexLayout_SetContext( global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
+            public static extern global::System.IntPtr FlexLayout_SetContext(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_FlexLayout_SetMeasureFunction")]
-            public static extern global::System.IntPtr FlexLayout_SetMeasureFunction( global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
+            public static extern global::System.IntPtr FlexLayout_SetMeasureFunction(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_FlexLayout_AddChildWithMargin")]
-            public static extern global::System.IntPtr FlexLayout_AddChildWithMargin( global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, Tizen.NUI.FlexLayout.ChildMeasureCallback jarg4, int jarg5);
+            public static extern global::System.IntPtr FlexLayout_AddChildWithMargin(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2, global::System.Runtime.InteropServices.HandleRef jarg3, Tizen.NUI.FlexLayout.ChildMeasureCallback jarg4, int jarg5);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_FlexLayout_RemoveChild")]
-            public static extern global::System.IntPtr FlexLayout_RemoveChild( global::System.Runtime.InteropServices.HandleRef jarg1, LayoutItem jarg2);
+            public static extern global::System.IntPtr FlexLayout_RemoveChild(global::System.Runtime.InteropServices.HandleRef jarg1, LayoutItem jarg2);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_FlexLayout_CalculateLayout")]
-            public static extern global::System.IntPtr FlexLayout_CalculateLayout( global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2, float jarg3, bool jarg4);
+            public static extern global::System.IntPtr FlexLayout_CalculateLayout(global::System.Runtime.InteropServices.HandleRef jarg1, float jarg2, float jarg3, bool jarg4);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_FlexLayout_GetWidth")]
             public static extern float FlexLayout_GetWidth(global::System.Runtime.InteropServices.HandleRef jarg1);
@@ -36,13 +36,13 @@ namespace Tizen.NUI
             public static extern global::System.IntPtr FlexLayout_GetNodeFrame(global::System.Runtime.InteropServices.HandleRef jarg1, int index);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_FlexLayout_MarkDirty")]
-            public static extern global::System.IntPtr FlexLayout_MarkDirty (global::System.Runtime.InteropServices.HandleRef jarg1);
+            public static extern global::System.IntPtr FlexLayout_MarkDirty(global::System.Runtime.InteropServices.HandleRef jarg1);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_FlexLayout_SetMargin")]
-            public static extern global::System.IntPtr FlexLayout_SetMargin( global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
+            public static extern global::System.IntPtr FlexLayout_SetMargin(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_FlexLayout_SetPadding")]
-            public static extern global::System.IntPtr FlexLayout_SetPadding( global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
+            public static extern global::System.IntPtr FlexLayout_SetPadding(global::System.Runtime.InteropServices.HandleRef jarg1, global::System.Runtime.InteropServices.HandleRef jarg2);
 
             [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_FlexLayout_DownCast")]
             public static extern global::System.IntPtr FlexLayout_DownCast(global::System.Runtime.InteropServices.HandleRef jarg1);
index 06fde1c..a503ea9 100755 (executable)
@@ -80,11 +80,11 @@ namespace Tizen.NUI
             ILayoutParent layoutParent = layoutItem.GetParent();
             if (layoutParent != null)
             {
-                 LayoutGroup layoutGroup =  layoutParent as LayoutGroup;
-                 if(layoutGroup != null && !layoutGroup.LayoutRequested)
-                 {
+                LayoutGroup layoutGroup = layoutParent as LayoutGroup;
+                if (layoutGroup != null && !layoutGroup.LayoutRequested)
+                {
                     layoutGroup.RequestLayout();
-                 }
+                }
             }
         }
 
@@ -105,13 +105,13 @@ namespace Tizen.NUI
         /// Reset to False if explicit control no longer required.
         /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public bool OverrideCoreAnimation {get;set;} = false;
+        public bool OverrideCoreAnimation { get; set; } = false;
 
         /// <summary>
         /// Add transition data for a LayoutItem to the transition stack.
         /// </summary>
         /// <param name="transitionDataEntry">Transition data for a LayoutItem.</param>
-        internal void AddTransitionDataEntry( LayoutData transitionDataEntry)
+        internal void AddTransitionDataEntry(LayoutData transitionDataEntry)
         {
             _layoutTransitionDataQueue.Add(transitionDataEntry);
         }
@@ -120,7 +120,7 @@ namespace Tizen.NUI
         /// Add LayoutItem to a removal stack for removal after transitions finish.
         /// </summary>
         /// <param name="itemToRemove">LayoutItem to remove.</param>
-        internal void AddToRemovalStack( LayoutItem itemToRemove)
+        internal void AddToRemovalStack(LayoutItem itemToRemove)
         {
             if (_itemRemovalQueue == null)
             {
@@ -158,7 +158,7 @@ namespace Tizen.NUI
         {
             if (rootNode.Layout != null)
             {
-                Debug.WriteLineIf( LayoutDebugController, "LayoutController Root found:" + rootNode.Name);
+                Debug.WriteLineIf(LayoutDebugController, "LayoutController Root found:" + rootNode.Name);
                 // rootNode has a layout, start measuring and layouting from here.
                 MeasureAndLayout(rootNode);
             }
@@ -177,7 +177,7 @@ namespace Tizen.NUI
         // Can be called from multiple starting roots but in series.
         void MeasureAndLayout(View root)
         {
-            if (root !=null)
+            if (root != null)
             {
                 // Get parent MeasureSpecification, this could be the Window or View with an exact size.
                 Container parentNode = root.GetParent();
@@ -206,7 +206,7 @@ namespace Tizen.NUI
                 MeasureSpecification.ModeType widthMode = MeasureSpecification.ModeType.Unspecified;
                 MeasureSpecification.ModeType heightMode = MeasureSpecification.ModeType.Unspecified;
 
-                if ( root.WidthSpecification >= 0 )
+                if (root.WidthSpecification >= 0)
                 {
                     // exact size provided so match width exactly
                     width = new LayoutLength(root.WidthSpecification);
@@ -218,7 +218,7 @@ namespace Tizen.NUI
                     widthMode = MeasureSpecification.ModeType.Exactly;
                 }
 
-                if (root.HeightSpecification >= 0 )
+                if (root.HeightSpecification >= 0)
                 {
                     // exact size provided so match height exactly
                     height = new LayoutLength(root.HeightSpecification);
@@ -230,23 +230,23 @@ namespace Tizen.NUI
                 }
 
                 MeasureSpecification parentWidthSpecification =
-                    new MeasureSpecification( width, widthMode);
+                    new MeasureSpecification(width, widthMode);
 
                 MeasureSpecification parentHeightSpecification =
-                    new MeasureSpecification( height, heightMode);
+                    new MeasureSpecification(height, heightMode);
 
                 // Start at root with it's parent's widthSpecification and heightSpecification
                 MeasureHierarchy(root, parentWidthSpecification, parentHeightSpecification);
 
                 // Start at root which was just measured.
-                PerformLayout( root, new LayoutLength(rootPosition.X),
+                PerformLayout(root, new LayoutLength(rootPosition.X),
                                      new LayoutLength(rootPosition.Y),
                                      new LayoutLength(rootPosition.X) + root.Layout.MeasuredWidth.Size,
-                                     new LayoutLength(rootPosition.Y) + root.Layout.MeasuredHeight.Size );
+                                     new LayoutLength(rootPosition.Y) + root.Layout.MeasuredHeight.Size);
 
                 bool readyToPlay = SetupCoreAnimation();
 
-                if (readyToPlay && OverrideCoreAnimation==false)
+                if (readyToPlay && OverrideCoreAnimation == false)
                 {
                     PlayAnimation();
                 }
@@ -297,7 +297,7 @@ namespace Tizen.NUI
         /// </summary>
         private void PerformLayout(View root, LayoutLength left, LayoutLength top, LayoutLength right, LayoutLength bottom)
         {
-            if(root.Layout != null)
+            if (root.Layout != null)
             {
                 root.Layout.Layout(left, top, right, bottom);
             }
@@ -308,7 +308,7 @@ namespace Tizen.NUI
         /// </summary>
         private void PlayAnimation()
         {
-            Debug.WriteLineIf( LayoutDebugController, "LayoutController Playing, Core Duration:" + _coreAnimation.Duration);
+            Debug.WriteLineIf(LayoutDebugController, "LayoutController Playing, Core Duration:" + _coreAnimation.Duration);
             _coreAnimation.Play();
         }
 
@@ -327,7 +327,7 @@ namespace Tizen.NUI
                         // Check again incase the parent has already been removed.
                         ILayoutParent layoutParent = item.GetParent();
                         LayoutGroup layoutGroup = layoutParent as LayoutGroup;
-                        if (layoutGroup !=null)
+                        if (layoutGroup != null)
                         {
                             layoutGroup.Owner?.RemoveChild(item.Owner);
                         }
@@ -342,7 +342,7 @@ namespace Tizen.NUI
                 // of the other stack.  Then the main removal stack iterated when AnimationFinished
                 // occurs again.
             }
-            Debug.WriteLineIf( LayoutDebugController, "LayoutController AnimationFinished");
+            Debug.WriteLineIf(LayoutDebugController, "LayoutController AnimationFinished");
             _coreAnimation?.Clear();
         }
 
@@ -355,10 +355,10 @@ namespace Tizen.NUI
             // Initialize animation for this layout run.
             bool animationPending = false;
 
-            Debug.WriteLineIf( LayoutDebugController,
+            Debug.WriteLineIf(LayoutDebugController,
                                "LayoutController SetupCoreAnimation for:" + _layoutTransitionDataQueue.Count);
 
-            if (_layoutTransitionDataQueue.Count > 0 ) // Something to animate
+            if (_layoutTransitionDataQueue.Count > 0) // Something to animate
             {
                 if (!_coreAnimation)
                 {
@@ -385,7 +385,7 @@ namespace Tizen.NUI
         private void SetupAnimationForPosition(LayoutData layoutPositionData, TransitionComponents positionTransitionComponents)
         {
             // A removed item does not have a valid target position within the layout so don't try to position.
-            if( layoutPositionData.ConditionForAnimation != TransitionCondition.Remove )
+            if (layoutPositionData.ConditionForAnimation != TransitionCondition.Remove)
             {
                 _coreAnimation.AnimateTo(layoutPositionData.Item.Owner, "Position",
                             new Vector3(layoutPositionData.Left,
@@ -393,14 +393,14 @@ namespace Tizen.NUI
                                         layoutPositionData.Item.Owner.Position.Z),
                             positionTransitionComponents.Delay,
                             positionTransitionComponents.Duration,
-                            positionTransitionComponents.AlphaFunction );
+                            positionTransitionComponents.AlphaFunction);
 
-                Debug.WriteLineIf( LayoutDebugController,
+                Debug.WriteLineIf(LayoutDebugController,
                                    "LayoutController SetupAnimationForPosition View:" + layoutPositionData.Item.Owner.Name +
                                    " left:" + layoutPositionData.Left +
                                    " top:" + layoutPositionData.Top +
                                    " delay:" + positionTransitionComponents.Delay +
-                                   " duration:" + positionTransitionComponents.Duration );
+                                   " duration:" + positionTransitionComponents.Duration);
             }
         }
 
@@ -410,51 +410,51 @@ namespace Tizen.NUI
             // It is due to the internals of the Text not being able to recalculate fast enough.
             if (layoutPositionData.Item.Owner is TextLabel || layoutPositionData.Item.Owner is TextField)
             {
-                float itemWidth = layoutPositionData.Right-layoutPositionData.Left;
-                float itemHeight = layoutPositionData.Bottom-layoutPositionData.Top;
+                float itemWidth = layoutPositionData.Right - layoutPositionData.Left;
+                float itemHeight = layoutPositionData.Bottom - layoutPositionData.Top;
                 // Set size directly.
                 layoutPositionData.Item.Owner.Size2D = new Size2D((int)itemWidth, (int)itemHeight);
             }
             else
             {
                 _coreAnimation.AnimateTo(layoutPositionData.Item.Owner, "Size",
-                                         new Vector3(layoutPositionData.Right-layoutPositionData.Left,
-                                                     layoutPositionData.Bottom-layoutPositionData.Top,
+                                         new Vector3(layoutPositionData.Right - layoutPositionData.Left,
+                                                     layoutPositionData.Bottom - layoutPositionData.Top,
                                                      layoutPositionData.Item.Owner.Position.Z),
                                          sizeTransitionComponents.Delay,
                                          sizeTransitionComponents.Duration,
                                          sizeTransitionComponents.AlphaFunction);
 
-                Debug.WriteLineIf( LayoutDebugController,
+                Debug.WriteLineIf(LayoutDebugController,
                                   "LayoutController SetupAnimationForSize View:" + layoutPositionData.Item.Owner.Name +
-                                   " width:" + (layoutPositionData.Right-layoutPositionData.Left) +
-                                   " height:" + (layoutPositionData.Bottom-layoutPositionData.Top) +
+                                   " width:" + (layoutPositionData.Right - layoutPositionData.Left) +
+                                   " height:" + (layoutPositionData.Bottom - layoutPositionData.Top) +
                                    " delay:" + sizeTransitionComponents.Delay +
-                                   " duration:" + sizeTransitionComponents.Duration );
+                                   " duration:" + sizeTransitionComponents.Duration);
             }
         }
 
-        void SetupAnimationForCustomTransitions(TransitionList transitionsToAnimate, View view )
+        void SetupAnimationForCustomTransitions(TransitionList transitionsToAnimate, View view)
         {
             if (transitionsToAnimate?.Count > 0)
             {
                 foreach (LayoutTransition transition in transitionsToAnimate)
                 {
-                    if ( transition.AnimatableProperty != AnimatableProperties.Position &&
-                        transition.AnimatableProperty != AnimatableProperties.Size )
+                    if (transition.AnimatableProperty != AnimatableProperties.Position &&
+                        transition.AnimatableProperty != AnimatableProperties.Size)
                     {
                         _coreAnimation.AnimateTo(view,
                                                  transition.AnimatableProperty.ToString(),
                                                  transition.TargetValue,
                                                  transition.Animator.Delay,
                                                  transition.Animator.Duration,
-                                                 transition.Animator.AlphaFunction );
+                                                 transition.Animator.AlphaFunction);
 
-                        Debug.WriteLineIf( LayoutDebugController,
+                        Debug.WriteLineIf(LayoutDebugController,
                                            "LayoutController SetupAnimationForCustomTransitions View:" + view.Name +
                                            " Property:" + transition.AnimatableProperty.ToString() +
                                            " delay:" + transition.Animator.Delay +
-                                           " duration:" + transition.Animator.Duration );
+                                           " duration:" + transition.Animator.Duration);
                     }
                 }
             }
@@ -467,7 +467,7 @@ namespace Tizen.NUI
                                                                  AnimatableProperties propertyToMatch,
                                                                  ref TransitionComponents transitionComponentToUpdate)
         {
-            foreachLayoutTransition transition in sourceTransitionList)
+            foreach (LayoutTransition transition in sourceTransitionList)
             {
                 if (transition.AnimatableProperty == propertyToMatch)
                 {
@@ -477,7 +477,7 @@ namespace Tizen.NUI
             }
         }
 
-        private TransitionComponents CreateDefaultTransitionComponent( int delay, int duration )
+        private TransitionComponents CreateDefaultTransitionComponent(int delay, int duration)
         {
             AlphaFunction alphaFunction = new AlphaFunction(AlphaFunction.BuiltinFunctions.Linear);
             return new TransitionComponents(delay, duration, alphaFunction);
@@ -486,7 +486,7 @@ namespace Tizen.NUI
         /// <summary>
         /// Sets up the main animation with the animators for each item (each layoutPositionData structure)
         /// </summary>
-        private void AddAnimatorsToAnimation( LayoutData layoutPositionData )
+        private void AddAnimatorsToAnimation(LayoutData layoutPositionData)
         {
             LayoutTransition positionTransition = new LayoutTransition();
             LayoutTransition sizeTransition = new LayoutTransition();
@@ -521,14 +521,14 @@ namespace Tizen.NUI
             {
                 // Inherit parent transitions as none already set on View for the condition.
                 ILayoutParent layoutParent = layoutPositionData.Item.GetParent();
-                if (layoutParent !=null)
+                if (layoutParent != null)
                 {
                     // Item doesn't have it's own transitions for this condition so copy parents if
                     // has a parent with transitions.
                     LayoutGroup layoutGroup = layoutParent as LayoutGroup;
                     TransitionList parentTransitionList;
                     // Note TryGetValue returns null if key not matched.
-                    if (layoutGroup !=null && layoutGroup.Owner.LayoutTransitions.TryGetValue(conditionForAnimators, out parentTransitionList))
+                    if (layoutGroup != null && layoutGroup.Owner.LayoutTransitions.TryGetValue(conditionForAnimators, out parentTransitionList))
                     {
                         // Copy parent transitions to temporary TransitionList. List contains transitions for the current condition.
                         LayoutTransitionsHelper.CopyTransitions(parentTransitionList,
index 1f89f74..e3c29f1 100755 (executable)
@@ -31,7 +31,7 @@ namespace Tizen.NUI
         /// <param name="top">Top position.</param>
         /// <param name="right">Right position.</param>
         /// <param name="bottom">Bottom position.</param>
-        public LayoutData( LayoutItem item, TransitionCondition condition, float left, float top, float right, float bottom )
+        public LayoutData(LayoutItem item, TransitionCondition condition, float left, float top, float right, float bottom)
         {
             Item = item;
             ConditionForAnimation = condition;
@@ -41,14 +41,14 @@ namespace Tizen.NUI
             Bottom = bottom;
         }
 
-        public LayoutItem Item{ get;}
+        public LayoutItem Item { get; }
 
-        public TransitionCondition ConditionForAnimation{get;}
+        public TransitionCondition ConditionForAnimation { get; }
 
-        public float Left{get;}
-        public float Top{get;}
-        public float Right{get;}
-        public float Bottom{get;}
+        public float Left { get; }
+        public float Top { get; }
+        public float Right { get; }
+        public float Bottom { get; }
 
     };
 
index ffa0b29..ed9741a 100755 (executable)
@@ -47,7 +47,7 @@ namespace Tizen.NUI
 
         internal static LinearConstrainer DownCast(BaseHandle handle)
         {
-            LinearConstrainer ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as LinearConstrainer;
+            LinearConstrainer ret = Registry.GetManagedBaseHandleFromNativePtr(handle) as LinearConstrainer;
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
         }
index cd5fc1a..6169c12 100755 (executable)
@@ -14,7 +14,7 @@
  * limitations under the License.
  *
  */
+
 namespace Tizen.NUI
 {
     internal class LowMemorySignalType : Disposable
index a7c12ef..aaad034 100755 (executable)
@@ -72,7 +72,7 @@ namespace Tizen.NUI
 
         public static Model3dView DownCast(BaseHandle handle)
         {
-            Model3dView ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as Model3dView;
+            Model3dView ret = Registry.GetManagedBaseHandleFromNativePtr(handle) as Model3dView;
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
         }
index b5334c0..0805631 100755 (executable)
@@ -26,7 +26,7 @@ namespace Tizen.NUI
     class NUIComponentCoreBackend : ICoreBackend
     {
         private Dictionary<Type, ComponentStateManger> _componentFactories;
-        public Dictionary<Type, ComponentStateManger>  ComponentFactories
+        public Dictionary<Type, ComponentStateManger> ComponentFactories
         {
             set
             {
@@ -119,7 +119,7 @@ namespace Tizen.NUI
 
             args[0] = Tizen.Applications.Application.Current.ApplicationInfo.ExecutablePath;
             _application = ComponentApplication.NewComponentApplication(args, _stylesheet);
-            
+
             _application.Initialized += OnInitialized;
             _application.CreateNative += OnCreateNative;
             _application.Terminating += OnTerminated;
@@ -164,7 +164,7 @@ namespace Tizen.NUI
             var handler = Handlers[EventType.Terminated] as Action;
             handler?.Invoke();
         }
-               
+
     }
 }
 
index 76cce47..3ec90d6 100755 (executable)
@@ -101,7 +101,7 @@ namespace Tizen.NUI
         /// </summary>
         public void Dispose()
         {
-            if(_application != null)
+            if (_application != null)
             {
                 _application.Dispose();
             }
@@ -112,7 +112,7 @@ namespace Tizen.NUI
         /// </summary>
         public void Exit()
         {
-            if(_application != null)
+            if (_application != null)
             {
                 _application.Quit();
             }
@@ -158,11 +158,11 @@ namespace Tizen.NUI
             {
                 if (_windowSize != null)
                 {
-                  _application = Application.NewApplication(args, _stylesheet, (Application.WindowMode)_windowMode, new Rectangle(_windowPosition.X, _windowPosition.Y, _windowSize.Width, _windowSize.Height));
+                    _application = Application.NewApplication(args, _stylesheet, (Application.WindowMode)_windowMode, new Rectangle(_windowPosition.X, _windowPosition.Y, _windowSize.Width, _windowSize.Height));
                 }
                 else
                 {
-                  _application = Application.NewApplication(args, _stylesheet, (Application.WindowMode)_windowMode);
+                    _application = Application.NewApplication(args, _stylesheet, (Application.WindowMode)_windowMode);
                 }
             }
 
@@ -190,7 +190,7 @@ namespace Tizen.NUI
         {
             Log.Info("NUI", "NUICorebackend OnRegionChanged Called");
             var handler = Handlers[EventType.RegionFormatChanged] as Action<RegionFormatChangedEventArgs>;
-            handler?.Invoke( new RegionFormatChangedEventArgs((source as Application)?.GetRegion()));
+            handler?.Invoke(new RegionFormatChangedEventArgs((source as Application)?.GetRegion()));
         }
 
         /// <summary>
@@ -203,23 +203,23 @@ namespace Tizen.NUI
             Log.Info("NUI", "NUICorebackend OnMemoryLow Called");
             var handler = Handlers[EventType.LowMemory] as Action<LowMemoryEventArgs>;
 
-            switch ( e.MemoryStatus )
+            switch (e.MemoryStatus)
             {
                 case Application.MemoryStatus.Normal:
-                {
-                    handler?.Invoke( new LowMemoryEventArgs(LowMemoryStatus.None));
-                    break;
-                }
+                    {
+                        handler?.Invoke(new LowMemoryEventArgs(LowMemoryStatus.None));
+                        break;
+                    }
                 case Application.MemoryStatus.Low:
-                {
-                    handler?.Invoke(new LowMemoryEventArgs(LowMemoryStatus.SoftWarning));
-                    break;
-                }
+                    {
+                        handler?.Invoke(new LowMemoryEventArgs(LowMemoryStatus.SoftWarning));
+                        break;
+                    }
                 case Application.MemoryStatus.CriticallyLow:
-                {
-                    handler?.Invoke(new LowMemoryEventArgs(LowMemoryStatus.HardWarning));
-                    break;
-                }
+                    {
+                        handler?.Invoke(new LowMemoryEventArgs(LowMemoryStatus.HardWarning));
+                        break;
+                    }
             }
         }
 
@@ -232,7 +232,7 @@ namespace Tizen.NUI
         {
             Log.Info("NUI", "NUICorebackend OnLanguageChanged Called");
             var handler = Handlers[EventType.LocaleChanged] as Action<LocaleChangedEventArgs>;
-            handler?.Invoke( new LocaleChangedEventArgs((source as Application)?.GetLanguage()));
+            handler?.Invoke(new LocaleChangedEventArgs((source as Application)?.GetLanguage()));
         }
 
         /// <summary>
@@ -244,23 +244,23 @@ namespace Tizen.NUI
         {
             Log.Info("NUI", "NUICorebackend OnBatteryLow Called");
             var handler = Handlers[EventType.LowBattery] as Action<LowBatteryEventArgs>;
-            switch( e.BatteryStatus )
+            switch (e.BatteryStatus)
             {
                 case Application.BatteryStatus.Normal:
-                {
-                    handler?.Invoke(new LowBatteryEventArgs(LowBatteryStatus.None));
-                    break;
-                }
+                    {
+                        handler?.Invoke(new LowBatteryEventArgs(LowBatteryStatus.None));
+                        break;
+                    }
                 case Application.BatteryStatus.CriticallyLow:
-                {
-                    handler?.Invoke(new LowBatteryEventArgs(LowBatteryStatus.CriticalLow));
-                    break;
-                }
+                    {
+                        handler?.Invoke(new LowBatteryEventArgs(LowBatteryStatus.CriticalLow));
+                        break;
+                    }
                 case Application.BatteryStatus.PowerOff:
-                {
-                    handler?.Invoke(new LowBatteryEventArgs(LowBatteryStatus.PowerOff));
-                    break;
-                }
+                    {
+                        handler?.Invoke(new LowBatteryEventArgs(LowBatteryStatus.PowerOff));
+                        break;
+                    }
             }
         }
 
@@ -313,8 +313,8 @@ namespace Tizen.NUI
         {
             Log.Info("NUI", "NUICorebackend OnAppControl Called");
             var handler = Handlers[EventType.AppControlReceived] as Action<AppControlReceivedEventArgs>;
-            SafeAppControlHandle handle = new SafeAppControlHandle(e.VoidP,false);
-            handler?.Invoke( new AppControlReceivedEventArgs(new ReceivedAppControl(handle)) );
+            SafeAppControlHandle handle = new SafeAppControlHandle(e.VoidP, false);
+            handler?.Invoke(new AppControlReceivedEventArgs(new ReceivedAppControl(handle)));
         }
 
         /// <summary>
index 69828cc..73eacd8 100755 (executable)
@@ -106,7 +106,7 @@ namespace Tizen.NUI
         {
             if (_application != null)
             {
-                _application.AddWidgetInfo( widgetInfo );
+                _application.AddWidgetInfo(widgetInfo);
             }
         }
 
@@ -192,20 +192,20 @@ namespace Tizen.NUI
             switch (e.MemoryStatus)
             {
                 case Application.MemoryStatus.Normal:
-                {
-                    handler?.Invoke(new LowMemoryEventArgs(LowMemoryStatus.None));
-                    break;
-                }
+                    {
+                        handler?.Invoke(new LowMemoryEventArgs(LowMemoryStatus.None));
+                        break;
+                    }
                 case Application.MemoryStatus.Low:
-                {
-                    handler?.Invoke(new LowMemoryEventArgs(LowMemoryStatus.SoftWarning));
-                    break;
-                }
+                    {
+                        handler?.Invoke(new LowMemoryEventArgs(LowMemoryStatus.SoftWarning));
+                        break;
+                    }
                 case Application.MemoryStatus.CriticallyLow:
-                {
-                    handler?.Invoke(new LowMemoryEventArgs(LowMemoryStatus.HardWarning));
-                    break;
-                }
+                    {
+                        handler?.Invoke(new LowMemoryEventArgs(LowMemoryStatus.HardWarning));
+                        break;
+                    }
             }
         }
 
@@ -220,20 +220,20 @@ namespace Tizen.NUI
             switch (e.BatteryStatus)
             {
                 case Application.BatteryStatus.Normal:
-                {
-                    handler?.Invoke(new LowBatteryEventArgs(LowBatteryStatus.None));
-                    break;
-                }
+                    {
+                        handler?.Invoke(new LowBatteryEventArgs(LowBatteryStatus.None));
+                        break;
+                    }
                 case Application.BatteryStatus.CriticallyLow:
-                {
-                    handler?.Invoke(new LowBatteryEventArgs(LowBatteryStatus.CriticalLow));
-                    break;
-                }
+                    {
+                        handler?.Invoke(new LowBatteryEventArgs(LowBatteryStatus.CriticalLow));
+                        break;
+                    }
                 case Application.BatteryStatus.PowerOff:
-                {
-                    handler?.Invoke(new LowBatteryEventArgs(LowBatteryStatus.PowerOff));
-                    break;
-                }
+                    {
+                        handler?.Invoke(new LowBatteryEventArgs(LowBatteryStatus.PowerOff));
+                        break;
+                    }
             }
         }
 
index b452a43..90ef956 100755 (executable)
@@ -26,7 +26,7 @@ namespace Tizen.NUI
     {
         public static PropertyValue GetProperty(global::System.Runtime.InteropServices.HandleRef handle, int index)
         {
-            if(handle.Handle == System.IntPtr.Zero)
+            if (handle.Handle == System.IntPtr.Zero)
             {
                 throw new System.InvalidOperationException("Error! NUI's native dali object is already disposed. OR the native dali object handle of NUI becomes null!");
             }
index aa81c15..27b7be8 100755 (executable)
@@ -54,7 +54,7 @@ namespace Tizen.NUI
 
         public new static PageTurnLandscapeView DownCast(BaseHandle handle)
         {
-            PageTurnLandscapeView ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as PageTurnLandscapeView;
+            PageTurnLandscapeView ret = Registry.GetManagedBaseHandleFromNativePtr(handle) as PageTurnLandscapeView;
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
         }
index cb739b3..450fd67 100755 (executable)
@@ -53,7 +53,7 @@ namespace Tizen.NUI
 
         public new static PageTurnPortraitView DownCast(BaseHandle handle)
         {
-            PageTurnPortraitView ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as PageTurnPortraitView;
+            PageTurnPortraitView ret = Registry.GetManagedBaseHandleFromNativePtr(handle) as PageTurnPortraitView;
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
         }
index 752da98..c809ce1 100755 (executable)
@@ -416,7 +416,7 @@ namespace Tizen.NUI
 
         public static PageTurnView DownCast(BaseHandle handle)
         {
-            PageTurnView ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as PageTurnView;
+            PageTurnView ret = Registry.GetManagedBaseHandleFromNativePtr(handle) as PageTurnView;
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
         }
index fa19836..2e9a55c 100755 (executable)
@@ -48,7 +48,7 @@ namespace Tizen.NUI
         }
         public static PathConstrainer DownCast(BaseHandle handle)
         {
-            PathConstrainer ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as PathConstrainer;
+            PathConstrainer ret = Registry.GetManagedBaseHandleFromNativePtr(handle) as PathConstrainer;
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
         }
index a4941bf..2023bac 100755 (executable)
@@ -152,7 +152,7 @@ namespace Tizen.NUI
 
         private static void RegistryCurrentThreadCheck()
         {
-            
+
             if (savedApplicationThread == null)
             {
                 Tizen.Log.Fatal("NUI", $"Error! maybe main thread is created by other process\n");
index c355e62..7f62c63 100755 (executable)
@@ -152,7 +152,7 @@ namespace Tizen.NUI
         [EditorBrowsable(EditorBrowsableState.Never)]
         public static RenderTask DownCast(BaseHandle handle)
         {
-            RenderTask ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as RenderTask;
+            RenderTask ret = Registry.GetManagedBaseHandleFromNativePtr(handle) as RenderTask;
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
         }
index 1ad5381..5f23139 100755 (executable)
@@ -41,7 +41,7 @@ namespace Tizen.NUI
 
         public static RenderTaskList DownCast(BaseHandle handle)
         {
-            RenderTaskList ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as RenderTaskList;
+            RenderTaskList ret = Registry.GetManagedBaseHandleFromNativePtr(handle) as RenderTaskList;
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
         }
index b4e7a39..400cab4 100755 (executable)
@@ -37,7 +37,7 @@ namespace Tizen.NUI
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
-           throw new global::System.MethodAccessException("C++ destructor does not have public access");
+            throw new global::System.MethodAccessException("C++ destructor does not have public access");
         }
 
         /// This will be public opened in next tizen after ACR done. Before ACR, need to be hidden as inhouse API.
index de135db..72df459 100755 (executable)
@@ -24,7 +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, " + 
+    [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)]
index 122c7e3..18e4c60 100755 (executable)
@@ -14,7 +14,7 @@
  * limitations under the License.
  *
  */
+
 namespace Tizen.NUI
 {
     internal class SWIGTYPE_p_tm
index bad7ce7..6c961fb 100755 (executable)
@@ -31,10 +31,10 @@ namespace Tizen.NUI
         public const int nuiAPIVer = 505;
         public const int reservedVer1 = 0;
         public const int reservedVer2 = 0;
-        
+
         [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_NativeVersionCheck")]
         public static extern bool NativeVersionCheck(ref int ver1, ref int ver2, ref int ver3);
-        
+
         [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_NUI_InternalAPIVersionCheck")]
         public static extern bool InternalAPIVersionCheck(ref int ver1, ref int ver2, ref int ver3);
 
index 11d4e01..a72f976 100755 (executable)
@@ -17,7 +17,8 @@
 
 using Tizen.NUI.BaseComponents;
 
-namespace Tizen.NUI {
+namespace Tizen.NUI
+{
 
     internal class VideoViewSignal : Disposable
     {
index 30a0e4a..c8bfb41 100755 (executable)
@@ -14,7 +14,7 @@
  * limitations under the License.
  *
  */
+
 using System;
 using System.Runtime.InteropServices;
 
@@ -140,7 +140,7 @@ namespace Tizen.NUI
         [UnmanagedFunctionPointer(CallingConvention.StdCall)]
         private delegate void TimeTickCallbackType(IntPtr application, IntPtr watchTime);
         private TimeTickCallbackType _timeTickCallback;
-        private DaliEventHandler<object,TimeTickEventArgs> _timeTickEventHandler;
+        private DaliEventHandler<object, TimeTickEventArgs> _timeTickEventHandler;
 
         /// <summary>
         /// TimeTick event.
@@ -151,7 +151,7 @@ namespace Tizen.NUI
             {
                 if (_timeTickEventHandler == null)
                 {
-                    _timeTickCallback = new TimeTickCallbackType( OnTimeTick);
+                    _timeTickCallback = new TimeTickCallbackType(OnTimeTick);
                     TimeTickSignal().Connect(_timeTickCallback);
                 }
 
@@ -164,7 +164,7 @@ namespace Tizen.NUI
 
                 if (_timeTickEventHandler == null && TimeTickSignal().Empty() == false)
                 {
-                   TimeTickSignal().Disconnect(_timeTickCallback);
+                    TimeTickSignal().Disconnect(_timeTickCallback);
                 }
             }
         }
@@ -216,7 +216,7 @@ namespace Tizen.NUI
         [UnmanagedFunctionPointer(CallingConvention.StdCall)]
         private delegate void AmbientTickCallbackType(IntPtr application, IntPtr watchTime);
         private AmbientTickCallbackType _ambientTickCallback;
-        private DaliEventHandler<object,AmbientTickEventArgs> _ambientTickEventHandler;
+        private DaliEventHandler<object, AmbientTickEventArgs> _ambientTickEventHandler;
 
         /// <summary>
         /// AmbientTick event.
@@ -227,7 +227,7 @@ namespace Tizen.NUI
             {
                 if (_ambientTickEventHandler == null)
                 {
-                    _ambientTickCallback = new AmbientTickCallbackType( OnAmbientTick);
+                    _ambientTickCallback = new AmbientTickCallbackType(OnAmbientTick);
                     AmbientTickSignal().Connect(_ambientTickCallback);
                 }
 
@@ -240,7 +240,7 @@ namespace Tizen.NUI
 
                 if (_ambientTickEventHandler == null && AmbientTickSignal().Empty() == false)
                 {
-                   AmbientTickSignal().Disconnect(_ambientTickCallback);
+                    AmbientTickSignal().Disconnect(_ambientTickCallback);
                 }
             }
         }
@@ -291,7 +291,7 @@ namespace Tizen.NUI
         [UnmanagedFunctionPointer(CallingConvention.StdCall)]
         private delegate void AmbientChangedCallbackType(IntPtr application, bool changed);
         private AmbientChangedCallbackType _ambientChangedCallback;
-        private DaliEventHandler<object,AmbientChangedEventArgs> _ambientChangedEventHandler;
+        private DaliEventHandler<object, AmbientChangedEventArgs> _ambientChangedEventHandler;
 
         /// <summary>
         /// AmbientChanged event.
@@ -302,7 +302,7 @@ namespace Tizen.NUI
             {
                 if (_ambientChangedEventHandler == null)
                 {
-                    _ambientChangedCallback = new AmbientChangedCallbackType( OnAmbientChanged);
+                    _ambientChangedCallback = new AmbientChangedCallbackType(OnAmbientChanged);
                     AmbientChangedSignal().Connect(_ambientChangedCallback);
                 }
 
@@ -315,7 +315,7 @@ namespace Tizen.NUI
 
                 if (_ambientChangedEventHandler == null && AmbientChangedSignal().Empty() == false)
                 {
-                   AmbientChangedSignal().Disconnect(_ambientChangedCallback);
+                    AmbientChangedSignal().Disconnect(_ambientChangedCallback);
                 }
             }
         }
index 870caa8..8c565ec 100755 (executable)
@@ -97,7 +97,7 @@ namespace Tizen.NUI
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
-        public void AddWidgetInstance( Widget widget )
+        public void AddWidgetInstance(Widget widget)
         {
             _widgetList.Add(widget);
         }
@@ -109,11 +109,11 @@ namespace Tizen.NUI
 
         public void AddWidgetInfo(Dictionary<Type, string> newWidgetInfo)
         {
-            foreach (KeyValuePair<Type, string> widgetInfo in newWidgetInfo )
+            foreach (KeyValuePair<Type, string> widgetInfo in newWidgetInfo)
             {
-                if ( _widgetInfo.ContainsKey(widgetInfo.Key) == false )
+                if (_widgetInfo.ContainsKey(widgetInfo.Key) == false)
                 {
-                    _widgetInfo.Add(widgetInfo.Key, widgetInfo.Value );
+                    _widgetInfo.Add(widgetInfo.Key, widgetInfo.Value);
                     string widgetName = widgetInfo.Value;
                     RegisterWidgetCreatingFunction(ref widgetName);
                 }
index d548d6d..18a20c6 100755 (executable)
@@ -23,7 +23,7 @@ namespace Tizen.NUI
     internal class WidgetImpl : BaseObject
     {
 
-        internal WidgetImpl() : this( Interop.WidgetImpl.WidgetImpl_New(), true )
+        internal WidgetImpl() : this(Interop.WidgetImpl.WidgetImpl_New(), true)
         {
             SwigDirectorConnect();
         }
@@ -240,7 +240,7 @@ 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()
index 05ef5a3..8ba5a11 100755 (executable)
@@ -24,7 +24,7 @@ namespace Tizen.NUI
     /// WidgetViewSignal
     /// </summary>
     /// <since_tizen> 3 </since_tizen>
-    [Obsolete("Deprecated in API6, Will be removed in API9, " + 
+    [Obsolete("Deprecated in API6, Will be removed in API9, " +
         "Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class WidgetViewSignal : Disposable
@@ -47,7 +47,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, " + 
+        [Obsolete("Deprecated in API6, Will be removed in API9, " +
             "Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public bool Empty()
@@ -62,7 +62,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, " + 
+        [Obsolete("Deprecated in API6, Will be removed in API9, " +
             "Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public uint GetConnectionCount()
@@ -77,7 +77,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, " + 
+        [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,7 +94,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, " + 
+        [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,7 +111,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, " + 
+        [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,7 +124,7 @@ namespace Tizen.NUI
         /// The contructor.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
-        [Obsolete("Deprecated in API6, Will be removed in API9, " + 
+        [Obsolete("Deprecated in API6, Will be removed in API9, " +
             "Please use WidgetView.WidgetAdded, WidgetDeleted events instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public WidgetViewSignal() : this(Interop.WidgetView.new_WidgetViewSignal(), true)
index 15315c3..770fc51 100755 (executable)
@@ -42,11 +42,12 @@ namespace Tizen.NUI.Xaml
         public void Visit(ValueNode node, INode parentNode)
         {
             var parentElement = parentNode as IElementNode;
-            var value = Values [node];
-            var source = Values [parentNode];
+            var value = Values[node];
+            var source = Values[parentNode];
             XmlName propertyName;
 
-            if (TryGetPropertyName(node, parentNode, out propertyName)) {
+            if (TryGetPropertyName(node, parentNode, out propertyName))
+            {
                 if (TrySetRuntimeName(propertyName, source, value, node))
                     return;
                 if (Skips.Contains(propertyName))
@@ -56,10 +57,13 @@ namespace Tizen.NUI.Xaml
                 if (propertyName.Equals(XamlParser.McUri, "Ignorable"))
                     return;
                 SetPropertyValue(source, propertyName, value, Context.RootElement, node, Context, node);
-            } else if (IsCollectionItem(node, parentNode) && parentNode is IElementNode) {
+            }
+            else if (IsCollectionItem(node, parentNode) && parentNode is IElementNode)
+            {
                 // Collection element, implicit content, or implicit collection element.
                 var contentProperty = GetContentPropertyName(Context.Types[parentElement].GetTypeInfo());
-                if (contentProperty != null) {
+                if (contentProperty != null)
+                {
                     var name = new XmlName(((ElementNode)parentNode).NamespaceURI, contentProperty);
                     if (Skips.Contains(name))
                         return;
@@ -77,9 +81,11 @@ namespace Tizen.NUI.Xaml
         public void Visit(ElementNode node, INode parentNode)
         {
             XmlName propertyName;
-            if (TryGetPropertyName(node, parentNode, out propertyName) && propertyName == XmlName._CreateContent) {
+            if (TryGetPropertyName(node, parentNode, out propertyName) && propertyName == XmlName._CreateContent)
+            {
                 var s0 = Values[parentNode];
-                if (s0 is ElementTemplate) {
+                if (s0 is ElementTemplate)
+                {
                     SetTemplate(s0 as ElementTemplate, node);
                     return;
                 }
@@ -90,7 +96,8 @@ namespace Tizen.NUI.Xaml
 
             //Simplify ListNodes with single elements
             var pList = parentNode as ListNode;
-            if (pList != null && pList.CollectionItems.Count == 1) {
+            if (pList != null && pList.CollectionItems.Count == 1)
+            {
                 propertyName = pList.XmlName;
                 parentNode = parentNode.Parent;
                 parentElement = parentNode as IElementNode;
@@ -98,7 +105,8 @@ namespace Tizen.NUI.Xaml
 
             var value = Values[node];
 
-            if (propertyName != XmlName.Empty || TryGetPropertyName(node, parentNode, out propertyName)) {
+            if (propertyName != XmlName.Empty || TryGetPropertyName(node, parentNode, out propertyName))
+            {
                 if (Skips.Contains(propertyName))
                     return;
                 if (parentElement == null)
@@ -110,7 +118,8 @@ namespace Tizen.NUI.Xaml
                 ProvideValue(ref value, node, source, propertyName);
                 SetPropertyValue(source, propertyName, value, Context.RootElement, node, Context, node);
             }
-            else if (IsCollectionItem(node, parentNode) && parentNode is IElementNode) {
+            else if (IsCollectionItem(node, parentNode) && parentNode is IElementNode)
+            {
                 var source = Values[parentNode];
                 ProvideValue(ref value, node, source, XmlName.Empty);
                 string contentProperty;
@@ -120,7 +129,7 @@ namespace Tizen.NUI.Xaml
                 //ResourceDictionary
                 if (xpe == null && TryAddToResourceDictionary(source as ResourceDictionary, value, xKey, node, out xpe))
                     return;
-                
+
                 // Dictionary with string key
                 if (xpe == null && xKey != null)
                 {
@@ -133,7 +142,8 @@ namespace Tizen.NUI.Xaml
                 }
 
                 // Collection element, implicit content, or implicit collection element.
-                if (xpe == null && typeof(IEnumerable).IsAssignableFrom(Context.Types[parentElement]) && Context.Types[parentElement].GetRuntimeMethods().Any(mi => mi.Name == "Add" && mi.GetParameters().Length == 1)) {
+                if (xpe == null && typeof(IEnumerable).IsAssignableFrom(Context.Types[parentElement]) && Context.Types[parentElement].GetRuntimeMethods().Any(mi => mi.Name == "Add" && mi.GetParameters().Length == 1))
+                {
                     var addMethod =
                         Context.Types[parentElement].GetRuntimeMethods().First(mi => mi.Name == "Add" && mi.GetParameters().Length == 1);
 
@@ -147,7 +157,8 @@ namespace Tizen.NUI.Xaml
                     if (addMethod != null) addMethod.Invoke(source, new[] { value });
                     return;
                 }
-                if (xpe == null && (contentProperty = GetContentPropertyName(Context.Types[parentElement].GetTypeInfo())) != null) {
+                if (xpe == null && (contentProperty = GetContentPropertyName(Context.Types[parentElement].GetTypeInfo())) != null)
+                {
                     var name = new XmlName(node.NamespaceURI, contentProperty);
                     if (Skips.Contains(name))
                         return;
@@ -156,14 +167,15 @@ namespace Tizen.NUI.Xaml
 
                     SetPropertyValue(source, name, value, Context.RootElement, node, Context, node);
                     return;
-                }                
-                
+                }
+
                 xpe = xpe ?? new XamlParseException($"Can not set the content of {((IElementNode)parentNode).XmlType.Name} as it doesn't have a ContentPropertyAttribute", node);
                 if (Context.ExceptionHandler != null)
                     Context.ExceptionHandler(xpe);
                 throw xpe;
             }
-            else if (IsCollectionItem(node, parentNode) && parentNode is ListNode) {
+            else if (IsCollectionItem(node, parentNode) && parentNode is ListNode)
+            {
                 var source = Values[parentNode.Parent];
                 ProvideValue(ref value, node, source, XmlName.Empty);
                 var parentList = (ListNode)parentNode;
@@ -181,7 +193,8 @@ namespace Tizen.NUI.Xaml
                     return;
 
                 MethodInfo addMethod;
-                if (xpe == null && (addMethod = collection.GetType().GetRuntimeMethods().First(mi => mi.Name == "Add" && mi.GetParameters().Length == 1)) != null) {
+                if (xpe == null && (addMethod = collection.GetType().GetRuntimeMethods().First(mi => mi.Name == "Add" && mi.GetParameters().Length == 1)) != null)
+                {
                     addMethod.Invoke(collection, new[] { Values[node] });
                     return;
                 }
@@ -193,7 +206,7 @@ namespace Tizen.NUI.Xaml
             }
         }
 
-        
+
 
         public void Visit(RootNode node, INode parentNode)
         {
@@ -209,7 +222,8 @@ namespace Tizen.NUI.Xaml
             var parentElement = parentNode as IElementNode;
             if (parentElement == null)
                 return false;
-            foreach (var kvp in parentElement.Properties) {
+            foreach (var kvp in parentElement.Properties)
+            {
                 if (kvp.Value != node)
                     continue;
                 name = kvp.Key;
@@ -228,7 +242,8 @@ namespace Tizen.NUI.Xaml
 
         internal static string GetContentPropertyName(System.Reflection.TypeInfo typeInfo)
         {
-            while (typeInfo != null) {
+            while (typeInfo != null)
+            {
                 var propName = GetContentPropertyName(typeInfo.CustomAttributes);
                 if (propName != null)
                     return propName;
@@ -249,7 +264,8 @@ namespace Tizen.NUI.Xaml
             if (value.GetType().GetTypeInfo().GetCustomAttribute<AcceptEmptyServiceProviderAttribute>() == null)
                 serviceProvider = new XamlServiceProvider(node, Context);
 
-            if (serviceProvider != null && serviceProvider.IProvideValueTarget is XamlValueTargetProvider && propertyName != XmlName.Empty) {
+            if (serviceProvider != null && serviceProvider.IProvideValueTarget is XamlValueTargetProvider && propertyName != XmlName.Empty)
+            {
                 (serviceProvider.IProvideValueTarget as XamlValueTargetProvider).TargetProperty = GetTargetProperty(source, propertyName, Context, node);
             }
 
@@ -265,8 +281,8 @@ namespace Tizen.NUI.Xaml
                 attributes.FirstOrDefault(cad => ContentPropertyAttribute.ContentPropertyTypes.Contains(cad.AttributeType.FullName));
             if (contentAttribute == null || contentAttribute.ConstructorArguments.Count != 1)
                 return null;
-            if (contentAttribute.ConstructorArguments [0].ArgumentType == typeof(string))
-                return (string)contentAttribute.ConstructorArguments [0].Value;
+            if (contentAttribute.ConstructorArguments[0].ArgumentType == typeof(string))
+                return (string)contentAttribute.ConstructorArguments[0].Value;
             return null;
         }
 
@@ -274,7 +290,8 @@ namespace Tizen.NUI.Xaml
             HydrationContext context, IXmlLineInfo lineInfo)
         {
             var dotIdx = localname.IndexOf('.');
-            if (dotIdx > 0) {
+            if (dotIdx > 0)
+            {
                 var typename = localname.Substring(0, dotIdx);
                 localname = localname.Substring(dotIdx + 1);
                 XamlParseException xpe;
@@ -294,7 +311,7 @@ namespace Tizen.NUI.Xaml
 #if NETSTANDARD1_0
             var bindableFieldInfo = elementType.GetFields().FirstOrDefault(fi => fi.Name == localName + "Property");
 #else
-            var bindableFieldInfo = elementType.GetFields(BindingFlags.Static | BindingFlags.NonPublic|BindingFlags.FlattenHierarchy).FirstOrDefault(fi => fi.Name == localName + "Property");
+            var bindableFieldInfo = elementType.GetFields(BindingFlags.Static | BindingFlags.NonPublic | BindingFlags.FlattenHierarchy).FirstOrDefault(fi => fi.Name == localName + "Property");
 
             if (null == bindableFieldInfo)
             {
@@ -302,7 +319,8 @@ namespace Tizen.NUI.Xaml
             }
 #endif
             Exception exception = null;
-            if (exception == null && bindableFieldInfo == null) {
+            if (exception == null && bindableFieldInfo == null)
+            {
                 exception =
                     new XamlParseException(
                         Format("BindableProperty {0} not found on {1}", localName + "Property", elementType.Name), lineInfo);
@@ -325,7 +343,7 @@ namespace Tizen.NUI.Xaml
 
             if (property != null)
                 return property;
-            
+
             var elementType = xamlelement.GetType();
             var propertyInfo = elementType.GetRuntimeProperties().FirstOrDefault(p => p.Name == localName);
             return propertyInfo;
@@ -420,15 +438,19 @@ namespace Tizen.NUI.Xaml
                 return false;
 
             var methodInfo = rootElement.GetType().GetRuntimeMethods().FirstOrDefault(mi => mi.Name == (string)value);
-            if (methodInfo == null) {
+            if (methodInfo == null)
+            {
                 exception = new XamlParseException($"No method {value} found on type {rootElement.GetType()}", lineInfo);
                 return false;
             }
 
-            try {
+            try
+            {
                 eventInfo.AddEventHandler(element, methodInfo.CreateDelegate(eventInfo.EventHandlerType, rootElement));
                 return true;
-            } catch (ArgumentException ae) {
+            }
+            catch (ArgumentException ae)
+            {
                 exception = new XamlParseException($"Method {stringValue} does not have the correct signature", lineInfo, ae);
             }
             return false;
@@ -445,7 +467,8 @@ namespace Tizen.NUI.Xaml
             if (dynamicResource == null || property == null)
                 return false;
 
-            if (bindable == null) {
+            if (bindable == null)
+            {
                 exception = new XamlParseException($"{elementType.Name} is not a BindableObject", lineInfo);
                 return false;
             }
@@ -459,13 +482,14 @@ namespace Tizen.NUI.Xaml
             exception = null;
 
             var elementType = element.GetType();
-            var binding = value.ConvertTo(typeof(BindingBase),pinfoRetriever:null,serviceProvider:null) as BindingBase;
+            var binding = value.ConvertTo(typeof(BindingBase), pinfoRetriever: null, serviceProvider: null) as BindingBase;
             var bindable = element as BindableObject;
 
             if (binding == null)
                 return false;
 
-            if (bindable != null && property != null) {
+            if (bindable != null && property != null)
+            {
                 bindable.SetBinding(property, binding);
                 return true;
             }
@@ -491,7 +515,7 @@ namespace Tizen.NUI.Xaml
 
             Func<MemberInfo> minforetriever;
             if (attached)
-                minforetriever = () => property.DeclaringType.GetRuntimeMethod("Get" + property.PropertyName, new [] { typeof(BindableObject) });
+                minforetriever = () => property.DeclaringType.GetRuntimeMethod("Get" + property.PropertyName, new[] { typeof(BindableObject) });
             else
             {
                 minforetriever = () => property.DeclaringType.GetRuntimeProperties().LastOrDefault(p => p.Name == property.PropertyName);
@@ -499,12 +523,14 @@ namespace Tizen.NUI.Xaml
             //minforetriever = () => property.DeclaringType.GetRuntimeProperty(property.PropertyName);
             var convertedValue = value.ConvertTo(property.ReturnType, minforetriever, serviceProvider);
 
-            if (bindable != null) {
+            if (bindable != null)
+            {
                 //SetValue doesn't throw on mismatching type, so check before to get a chance to try the property setting or the collection adding
                 var nullable = property.ReturnTypeInfo.IsGenericType &&
                                property.ReturnTypeInfo.GetGenericTypeDefinition() == typeof(Nullable<>);
                 if ((convertedValue == null && (!property.ReturnTypeInfo.IsValueType || nullable)) ||
-                    (property.ReturnType.IsInstanceOfType(convertedValue))) {
+                    (property.ReturnType.IsInstanceOfType(convertedValue)))
+                {
                     bindable.SetValue(property, convertedValue);
                     return true;
                 }
@@ -609,11 +635,15 @@ namespace Tizen.NUI.Xaml
             value = null;
             var elementType = element.GetType();
             PropertyInfo propertyInfo = null;
-            try {
+            try
+            {
                 propertyInfo = elementType.GetRuntimeProperty(localName);
-            } catch (AmbiguousMatchException) {
+            }
+            catch (AmbiguousMatchException)
+            {
                 // Get most derived instance of property
-                foreach (var property in elementType.GetRuntimeProperties().Where(prop => prop.Name == localName)) {
+                foreach (var property in elementType.GetRuntimeProperties().Where(prop => prop.Name == localName))
+                {
                     if (propertyInfo == null || propertyInfo.DeclaringType.IsAssignableFrom(property.DeclaringType))
                         propertyInfo = property;
                 }
@@ -666,7 +696,7 @@ namespace Tizen.NUI.Xaml
             if (serviceProvider != null && serviceProvider.IProvideValueTarget != null)
                 ((XamlValueTargetProvider)serviceProvider.IProvideValueTarget).TargetProperty = targetProperty;
 
-            addMethod.Invoke(collection, new [] { value.ConvertTo(addMethod.GetParameters() [0].ParameterType, (Func<TypeConverter>)null, serviceProvider) });
+            addMethod.Invoke(collection, new[] { value.ConvertTo(addMethod.GetParameters()[0].ParameterType, (Func<TypeConverter>)null, serviceProvider) });
             return true;
         }
 
@@ -685,7 +715,8 @@ namespace Tizen.NUI.Xaml
                 resourceDictionary.Add((ResourceDictionary)value);
             else if (value is StyleSheets.StyleSheet)
                 resourceDictionary.Add((StyleSheets.StyleSheet)value);
-            else {
+            else
+            {
                 exception = new XamlParseException("resources in ResourceDictionary require a x:Key attribute", lineInfo);
                 return false;
             }
@@ -695,7 +726,8 @@ namespace Tizen.NUI.Xaml
         void SetTemplate(ElementTemplate dt, INode node)
         {
 #pragma warning disable 0612
-            ((IDataTemplate)dt).LoadTemplate = () => {
+            ((IDataTemplate)dt).LoadTemplate = () =>
+            {
 #pragma warning restore 0612
                 var cnode = node.Clone();
                 var context = new HydrationContext { ParentContext = Context, RootElement = Context.RootElement };
@@ -706,17 +738,19 @@ namespace Tizen.NUI.Xaml
                 cnode.Accept(new RegisterXNamesVisitor(context), null);
                 cnode.Accept(new FillResourceDictionariesVisitor(context), null);
                 cnode.Accept(new ApplyPropertiesVisitor(context, true), null);
-                return context.Values [cnode];
+                return context.Values[cnode];
             };
         }
 
         static bool TryAddValue(BindableObject bindable, BindableProperty property, object value, XamlServiceProvider serviceProvider)
         {
-            if(property?.ReturnTypeInfo?.GenericTypeArguments == null){
+            if (property?.ReturnTypeInfo?.GenericTypeArguments == null)
+            {
                 return false;
             }
 
-            if(property.ReturnType == null){
+            if (property.ReturnType == null)
+            {
                 return false;
             }
 
@@ -732,7 +766,7 @@ namespace Tizen.NUI.Xaml
 
             // If there's an add method, get the collection
             var collection = bindable.GetValue(property);
-            
+
             // And add the new value to it
             addMethod.Invoke(collection, new[] { value.ConvertTo(addMethod.GetParameters()[0].ParameterType, (Func<TypeConverter>)null, serviceProvider) });
             return true;
@@ -757,6 +791,6 @@ namespace Tizen.NUI.Xaml
             return true;
         }
 
-        private PropertyInfo GetIndexer(object source, Type keyType, Type valueType) => source.GetType().GetProperties(BindingFlags.Instance|BindingFlags.Public|BindingFlags.NonPublic).FirstOrDefault(p => p.Name == "Item" && p.PropertyType.IsAssignableFrom(valueType) && p.GetIndexParameters().Length != 0 && p.GetIndexParameters()[0].ParameterType == keyType);
+        private PropertyInfo GetIndexer(object source, Type keyType, Type valueType) => source.GetType().GetProperties(BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic).FirstOrDefault(p => p.Name == "Item" && p.PropertyType.IsAssignableFrom(valueType) && p.GetIndexParameters().Length != 0 && p.GetIndexParameters()[0].ParameterType == keyType);
     }
 }
index 9b8f3bc..d9e91e3 100755 (executable)
@@ -63,7 +63,7 @@ namespace Tizen.NUI.Xaml
                     .DeclaredConstructors.Any(
                         ci =>
                             ci.IsPublic && ci.GetParameters().Length != 0 &&
-                            ci.GetParameters().All(pi => pi.CustomAttributes.Any(attr => attr.AttributeType == typeof (ParameterAttribute)))) &&
+                            ci.GetParameters().All(pi => pi.CustomAttributes.Any(attr => attr.AttributeType == typeof(ParameterAttribute)))) &&
                 ValidateCtorArguments(type, node, out ctorargname))
                 value = CreateFromParameterizedConstructor(type, node);
             else if (!type.GetTypeInfo().DeclaredConstructors.Any(ci => ci.IsPublic && ci.GetParameters().Length == 0) &&
@@ -76,9 +76,9 @@ namespace Tizen.NUI.Xaml
                 //this is a trick as the DataTemplate parameterless ctor is internal, and we can't CreateInstance(..., false) on WP7
                 try
                 {
-                    if (type == typeof (DataTemplate))
+                    if (type == typeof(DataTemplate))
                         value = new DataTemplate();
-                    if (type == typeof (ControlTemplate))
+                    if (type == typeof(ControlTemplate))
                         value = new ControlTemplate();
                     if (value == null && node.CollectionItems.Any() && node.CollectionItems.First() is ValueNode)
                     {
@@ -180,7 +180,7 @@ namespace Tizen.NUI.Xaml
                     .DeclaredConstructors.FirstOrDefault(
                         ci =>
                             ci.GetParameters().Length != 0 && ci.IsPublic &&
-                            ci.GetParameters().All(pi => pi.CustomAttributes.Any(attr => attr.AttributeType == typeof (ParameterAttribute))));
+                            ci.GetParameters().All(pi => pi.CustomAttributes.Any(attr => attr.AttributeType == typeof(ParameterAttribute))));
             if (ctorInfo == null)
                 return true;
             foreach (var parameter in ctorInfo.GetParameters())
@@ -207,7 +207,7 @@ namespace Tizen.NUI.Xaml
                     .DeclaredConstructors.FirstOrDefault(
                         ci =>
                             ci.GetParameters().Length != 0 && ci.IsPublic &&
-                            ci.GetParameters().All(pi => pi.CustomAttributes.Any(attr => attr.AttributeType == typeof (ParameterAttribute))));
+                            ci.GetParameters().All(pi => pi.CustomAttributes.Any(attr => attr.AttributeType == typeof(ParameterAttribute))));
             object[] arguments = CreateArgumentsArray(node, ctorInfo);
 
             if (arguments != null)
@@ -245,7 +245,8 @@ namespace Tizen.NUI.Xaml
 
             var factoryMethod = ((string)((ValueNode)node.Properties[XmlName.xFactoryMethod]).Value);
             Type[] types = arguments == null ? new Type[0] : arguments.Select(a => a.GetType()).ToArray();
-            Func<MethodInfo, bool> isMatch = m => {
+            Func<MethodInfo, bool> isMatch = m =>
+            {
                 if (m.Name != factoryMethod)
                     return false;
                 var p = m.GetParameters();
@@ -253,15 +254,16 @@ namespace Tizen.NUI.Xaml
                     return false;
                 if (!m.IsStatic)
                     return false;
-                for (var i = 0; i < p.Length; i++) {
-                    if ((p [i].ParameterType.IsAssignableFrom(types [i])))
+                for (var i = 0; i < p.Length; i++)
+                {
+                    if ((p[i].ParameterType.IsAssignableFrom(types[i])))
                         continue;
-                    var op_impl =  p[i].ParameterType.GetImplicitConversionOperator(fromType: types[i], toType: p[i].ParameterType)
+                    var op_impl = p[i].ParameterType.GetImplicitConversionOperator(fromType: types[i], toType: p[i].ParameterType)
                                 ?? types[i].GetImplicitConversionOperator(fromType: types[i], toType: p[i].ParameterType);
 
                     if (op_impl == null)
                         return false;
-                    arguments [i] = op_impl.Invoke(null, new [] { arguments [i]});
+                    arguments[i] = op_impl.Invoke(null, new[] { arguments[i] });
                 }
                 return true;
             };
@@ -303,7 +305,7 @@ namespace Tizen.NUI.Xaml
 
         public object[] CreateArgumentsArray(IElementNode enode, ConstructorInfo ctorInfo)
         {
-            if( ctorInfo != null )
+            if (ctorInfo != null)
             {
                 var n = ctorInfo.GetParameters().Length;
                 var array = new object[n];
@@ -311,7 +313,7 @@ namespace Tizen.NUI.Xaml
                 {
                     var parameter = ctorInfo.GetParameters()[i];
                     var propname =
-                        parameter?.CustomAttributes?.First(attr => attr.AttributeType == typeof (ParameterAttribute))?
+                        parameter?.CustomAttributes?.First(attr => attr.AttributeType == typeof(ParameterAttribute))?
                             .ConstructorArguments.First()
                             .Value as string;
                     var name = new XmlName("", propname);
@@ -376,83 +378,94 @@ namespace Tizen.NUI.Xaml
             {
                 var valuestring = ((ValueNode)node.CollectionItems[0]).Value as string;
 
-                if (nodeType == typeof(SByte)) {
+                if (nodeType == typeof(SByte))
+                {
                     sbyte retval;
                     if (sbyte.TryParse(valuestring, NumberStyles.Number, CultureInfo.InvariantCulture, out retval))
                         return retval;
                 }
-                if (nodeType == typeof(Int16)) {
+                if (nodeType == typeof(Int16))
+                {
                     short retval;
                     if (short.TryParse(valuestring, NumberStyles.Number, CultureInfo.InvariantCulture, out retval))
                         return retval;
                 }
-                if (nodeType == typeof(Int32)) {
+                if (nodeType == typeof(Int32))
+                {
                     int retval;
                     if (int.TryParse(valuestring, NumberStyles.Number, CultureInfo.InvariantCulture, out retval))
                         return retval;
                 }
-                if (nodeType == typeof(Int64)) {
+                if (nodeType == typeof(Int64))
+                {
                     long retval;
                     if (long.TryParse(valuestring, NumberStyles.Number, CultureInfo.InvariantCulture, out retval))
                         return retval;
                 }
-                if (nodeType == typeof(Byte)) {
+                if (nodeType == typeof(Byte))
+                {
                     byte retval;
                     if (byte.TryParse(valuestring, NumberStyles.Number, CultureInfo.InvariantCulture, out retval))
                         return retval;
                 }
-                if (nodeType == typeof(UInt16)) {
+                if (nodeType == typeof(UInt16))
+                {
                     ushort retval;
                     if (ushort.TryParse(valuestring, NumberStyles.Number, CultureInfo.InvariantCulture, out retval))
                         return retval;
                 }
-                if (nodeType == typeof(UInt32)) {
+                if (nodeType == typeof(UInt32))
+                {
                     uint retval;
                     if (uint.TryParse(valuestring, NumberStyles.Number, CultureInfo.InvariantCulture, out retval))
                         return retval;
                 }
-                if (nodeType == typeof(UInt64)) {
+                if (nodeType == typeof(UInt64))
+                {
                     ulong retval;
                     if (ulong.TryParse(valuestring, NumberStyles.Number, CultureInfo.InvariantCulture, out retval))
                         return retval;
                 }
-                if (nodeType == typeof(Single)) {
+                if (nodeType == typeof(Single))
+                {
                     float retval;
                     if (float.TryParse(valuestring, NumberStyles.Number, CultureInfo.InvariantCulture, out retval))
                         return retval;
                 }
-                if (nodeType == typeof(Double)) {
+                if (nodeType == typeof(Double))
+                {
                     double retval;
                     if (double.TryParse(valuestring, NumberStyles.Number, CultureInfo.InvariantCulture, out retval))
                         return retval;
                 }
-                if (nodeType == typeof (Boolean))
+                if (nodeType == typeof(Boolean))
                 {
                     bool outbool;
                     if (bool.TryParse(valuestring, out outbool))
                         return outbool;
                 }
-                if (nodeType == typeof(TimeSpan)) {
+                if (nodeType == typeof(TimeSpan))
+                {
                     TimeSpan retval;
                     if (TimeSpan.TryParse(valuestring, CultureInfo.InvariantCulture, out retval))
                         return retval;
                 }
-                if (nodeType == typeof (char))
+                if (nodeType == typeof(char))
                 {
                     char retval;
                     if (char.TryParse(valuestring, out retval))
                         return retval;
                 }
-                if (nodeType == typeof (string))
+                if (nodeType == typeof(string))
                     return valuestring;
-                if (nodeType == typeof (decimal))
+                if (nodeType == typeof(decimal))
                 {
                     decimal retval;
                     if (decimal.TryParse(valuestring, NumberStyles.Number, CultureInfo.InvariantCulture, out retval))
                         return retval;
                 }
 
-                else if (nodeType == typeof (Uri))
+                else if (nodeType == typeof(Uri))
                 {
                     Uri retval;
                     if (Uri.TryCreate(valuestring, UriKind.RelativeOrAbsolute, out retval))
index c10a85f..b5f562f 100755 (executable)
@@ -90,7 +90,7 @@ namespace Tizen.NUI.Xaml
                 throw new Exception("Expression did not end in '}'");
 
             var serviceProvider = new XamlServiceProvider(node, Context);
-            serviceProvider.Add(typeof (IXmlNamespaceResolver), nsResolver);
+            serviceProvider.Add(typeof(IXmlNamespaceResolver), nsResolver);
 
             return new MarkupExpansionParser().Parse(match, ref expression, serviceProvider);
         }
@@ -106,11 +106,11 @@ namespace Tizen.NUI.Xaml
 
             public INode Parse(string match, ref string remaining, IServiceProvider serviceProvider)
             {
-                var nsResolver = serviceProvider.GetService(typeof (IXmlNamespaceResolver)) as IXmlNamespaceResolver;
+                var nsResolver = serviceProvider.GetService(typeof(IXmlNamespaceResolver)) as IXmlNamespaceResolver;
                 if (nsResolver == null)
                     throw new ArgumentException(nameof(nsResolver));
                 IXmlLineInfo xmlLineInfo = null;
-                var xmlLineInfoProvider = serviceProvider.GetService(typeof (IXmlLineInfoProvider)) as IXmlLineInfoProvider;
+                var xmlLineInfoProvider = serviceProvider.GetService(typeof(IXmlLineInfoProvider)) as IXmlLineInfoProvider;
                 if (xmlLineInfoProvider != null)
                     xmlLineInfo = xmlLineInfoProvider.XmlLineInfo;
 
@@ -131,7 +131,7 @@ namespace Tizen.NUI.Xaml
                 }
 
                 Type type;
-                var typeResolver = serviceProvider.GetService(typeof (IXamlTypeResolver)) as IXamlTypeResolver;
+                var typeResolver = serviceProvider.GetService(typeof(IXamlTypeResolver)) as IXamlTypeResolver;
                 if (typeResolver == null)
                     type = null;
                 // Add Binding and StaticResource support, The ordinal code can't find BindingExtension for Binding
@@ -148,7 +148,7 @@ namespace Tizen.NUI.Xaml
                     //The order of lookup is to look for the Extension-suffixed class name first and then look for the class name without the Extension suffix.
                     if (!typeResolver.TryResolve(match + "Extension", out type) && !typeResolver.TryResolve(match, out type))
                     {
-                        var lineInfoProvider = serviceProvider.GetService(typeof (IXmlLineInfoProvider)) as IXmlLineInfoProvider;
+                        var lineInfoProvider = serviceProvider.GetService(typeof(IXmlLineInfoProvider)) as IXmlLineInfoProvider;
                         var lineInfo = (lineInfoProvider != null) ? lineInfoProvider.XmlLineInfo : new XmlLineInfo();
                         throw new XamlParseException(String.Format("MarkupExtension not found for {0}", match), lineInfo);
                     }
@@ -180,7 +180,7 @@ namespace Tizen.NUI.Xaml
 
             protected override void SetPropertyValue(string prop, string strValue, object value, IServiceProvider serviceProvider)
             {
-                var nsResolver = serviceProvider.GetService(typeof (IXmlNamespaceResolver)) as IXmlNamespaceResolver;
+                var nsResolver = serviceProvider.GetService(typeof(IXmlNamespaceResolver)) as IXmlNamespaceResolver;
 
                 var childnode = value as INode ?? new ValueNode(strValue, nsResolver);
                 childnode.Parent = node;
index 2be8e7b..33c7ab1 100755 (executable)
@@ -40,9 +40,11 @@ namespace Tizen.NUI.Xaml
             var value = Values[node];
             XmlName propertyName;
             //Set RD to VE
-            if (typeof(ResourceDictionary).IsAssignableFrom(Context.Types[node]) && ApplyPropertiesVisitor.TryGetPropertyName(node, parentNode, out propertyName)) {
+            if (typeof(ResourceDictionary).IsAssignableFrom(Context.Types[node]) && ApplyPropertiesVisitor.TryGetPropertyName(node, parentNode, out propertyName))
+            {
                 if ((propertyName.LocalName == "Resources" ||
-                     propertyName.LocalName.EndsWith(".Resources", StringComparison.Ordinal)) && value is ResourceDictionary) {
+                     propertyName.LocalName.EndsWith(".Resources", StringComparison.Ordinal)) && value is ResourceDictionary)
+                {
                     var source = Values[parentNode];
                     ApplyPropertiesVisitor.SetPropertyValue(source, propertyName, value, Context.RootElement, node, Context, node);
                     return;
@@ -50,11 +52,11 @@ namespace Tizen.NUI.Xaml
             }
 
             //Only proceed further if the node is a keyless RD
-            if (   parentNode is IElementNode
+            if (parentNode is IElementNode
                 && typeof(ResourceDictionary).IsAssignableFrom(Context.Types[((IElementNode)parentNode)])
                 && !((IElementNode)parentNode).Properties.ContainsKey(XmlName.xKey))
                 node.Accept(new ApplyPropertiesVisitor(Context, stopOnResourceDictionary: false), parentNode);
-            else if (   parentNode is ListNode
+            else if (parentNode is ListNode
                      && typeof(ResourceDictionary).IsAssignableFrom(Context.Types[((IElementNode)parentNode.Parent)])
                      && !((IElementNode)parentNode.Parent).Properties.ContainsKey(XmlName.xKey))
                 node.Accept(new ApplyPropertiesVisitor(Context, stopOnResourceDictionary: false), parentNode);
@@ -73,11 +75,11 @@ namespace Tizen.NUI.Xaml
             var enode = node as ElementNode;
             if (enode is null)
                 return false;
-            if (   parentNode is IElementNode
+            if (parentNode is IElementNode
                 && typeof(ResourceDictionary).IsAssignableFrom(Context.Types[((IElementNode)parentNode)])
                 && !((IElementNode)parentNode).Properties.ContainsKey(XmlName.xKey))
                 return true;
-            if (   parentNode is ListNode
+            if (parentNode is ListNode
                 && typeof(ResourceDictionary).IsAssignableFrom(Context.Types[((IElementNode)parentNode.Parent)])
                 && !((IElementNode)parentNode.Parent).Properties.ContainsKey(XmlName.xKey))
                 return true;
index 188ec53..6a1d010 100755 (executable)
@@ -166,7 +166,7 @@ namespace Tizen.NUI.Xaml
                     if (remaining[end] == stringTerminator)
                     {
                         inString = false;
-                        end ++;
+                        end++;
                         break;
                     }
                 }
@@ -176,7 +176,7 @@ namespace Tizen.NUI.Xaml
                     {
                         inString = true;
                         stringTerminator = remaining[end];
-                        end ++;
+                        end++;
                         continue;
                     }
                 }
@@ -184,7 +184,7 @@ namespace Tizen.NUI.Xaml
                 // If this is an escape char, consume it and append the next char to our piece.
                 if (remaining[end] == '\\')
                 {
-                    end ++;
+                    end++;
                     if (end == remaining.Length)
                         break;
                 }
@@ -210,7 +210,7 @@ namespace Tizen.NUI.Xaml
             // Whitespace is trimmed from the end of the piece before stripping
             // quote chars from the start/end of the string. 
             while (piece.Length > 0 && char.IsWhiteSpace(piece[piece.Length - 1]))
-                piece.Length --;
+                piece.Length--;
 
             if (piece.Length >= 2)
             {
index e36449e..242ad6e 100755 (executable)
@@ -10,7 +10,7 @@ namespace Tizen.NUI.Xaml
 
         public object Parse(string match, ref string remaining, IServiceProvider serviceProvider)
         {
-            var typeResolver = serviceProvider.GetService(typeof (IXamlTypeResolver)) as IXamlTypeResolver;
+            var typeResolver = serviceProvider.GetService(typeof(IXamlTypeResolver)) as IXamlTypeResolver;
 
             //shortcut for Binding and StaticResource, to avoid too many reflection calls.
             if (match == "Binding")
@@ -28,7 +28,7 @@ namespace Tizen.NUI.Xaml
                 //The order of lookup is to look for the Extension-suffixed class name first and then look for the class name without the Extension suffix.
                 if (!typeResolver.TryResolve(match + "Extension", out type) && !typeResolver.TryResolve(match, out type))
                 {
-                    var lineInfoProvider = serviceProvider.GetService(typeof (IXmlLineInfoProvider)) as IXmlLineInfoProvider;
+                    var lineInfoProvider = serviceProvider.GetService(typeof(IXmlLineInfoProvider)) as IXmlLineInfoProvider;
                     var lineInfo = (lineInfoProvider != null) ? lineInfoProvider.XmlLineInfo : new XmlLineInfo();
                     throw new XamlParseException(String.Format("MarkupExtension not found for {0}", match), lineInfo);
                 }
@@ -37,7 +37,7 @@ namespace Tizen.NUI.Xaml
 
             if (markupExtension == null)
             {
-                var lineInfoProvider = serviceProvider.GetService(typeof (IXmlLineInfoProvider)) as IXmlLineInfoProvider;
+                var lineInfoProvider = serviceProvider.GetService(typeof(IXmlLineInfoProvider)) as IXmlLineInfoProvider;
                 var lineInfo = (lineInfoProvider != null) ? lineInfoProvider.XmlLineInfo : new XmlLineInfo();
                 throw new XamlParseException(String.Format("Missing public default constructor for MarkupExtension {0}", match),
                     lineInfo);
index 99e0f89..ffccf1d 100755 (executable)
@@ -70,7 +70,7 @@ namespace Tizen.NUI.Xaml
 
         static bool IsVisualStateGroupList(ElementNode node)
         {
-            return node != null  && node.XmlType.Name == "VisualStateGroup" && node.Parent is IListNode;
+            return node != null && node.XmlType.Name == "VisualStateGroup" && node.Parent is IListNode;
         }
     }
 }
\ No newline at end of file
index 6b25652..86d7f2f 100755 (executable)
@@ -10,10 +10,11 @@ namespace Tizen.NUI.Xaml
 {
     internal class ResourcesLoader : IResourcesLoader
     {
-        public T CreateFromResource<T>(string resourcePath, Assembly assembly, IXmlLineInfo lineInfo) where T: new()
+        public T CreateFromResource<T>(string resourcePath, Assembly assembly, IXmlLineInfo lineInfo) where T : new()
         {
             var alternateResource = ResourceLoader.ResourceProvider?.Invoke(assembly.GetName(), resourcePath);
-            if (alternateResource != null) {
+            if (alternateResource != null)
+            {
                 var rd = new T();
                 rd.LoadFromXaml(alternateResource);
                 return rd;
@@ -23,10 +24,12 @@ namespace Tizen.NUI.Xaml
             if (resourceId == null)
                 throw new XamlParseException($"Resource '{resourcePath}' not found.", lineInfo);
 
-            using (var stream = assembly.GetManifestResourceStream(resourceId)) {
+            using (var stream = assembly.GetManifestResourceStream(resourceId))
+            {
                 if (stream == null)
                     throw new XamlParseException($"No resource found for '{resourceId}'.", lineInfo);
-                using (var reader = new StreamReader(stream)) {
+                using (var reader = new StreamReader(stream))
+                {
                     var rd = new T();
                     rd.LoadFromXaml(reader.ReadToEnd());
                     return rd;
@@ -44,7 +47,8 @@ namespace Tizen.NUI.Xaml
             if (resourceId == null)
                 throw new XamlParseException($"Resource '{resourcePath}' not found.", lineInfo);
 
-            using (var stream = assembly.GetManifestResourceStream(resourceId)) {
+            using (var stream = assembly.GetManifestResourceStream(resourceId))
+            {
                 if (stream == null)
                     throw new XamlParseException($"No resource found for '{resourceId}'.", lineInfo);
                 using (var reader = new StreamReader(stream))
index 42e80ac..6ab4dbe 100755 (executable)
@@ -54,12 +54,15 @@ namespace Tizen.NUI.Xaml
                 return null;
 
             string prefix, name;
-            if (split.Length == 2) {
-                prefix = split [0];
-                name = split [1];
-            } else {
+            if (split.Length == 2)
+            {
+                prefix = split[0];
+                name = split[1];
+            }
+            else
+            {
                 prefix = "";
-                name = split [0];
+                name = split[0];
             }
 
             var namespaceuri = resolver.LookupNamespace(prefix);
index e166525..86fefcf 100755 (executable)
@@ -101,9 +101,9 @@ namespace Tizen.NUI.Xaml
                 attributes.FirstOrDefault(cad => TypeConverterAttribute.TypeConvertersType.Contains(cad.AttributeType.FullName));
             if (converterAttribute == null)
                 return null;
-            if (converterAttribute.ConstructorArguments[0].ArgumentType == typeof (string))
+            if (converterAttribute.ConstructorArguments[0].ArgumentType == typeof(string))
                 return (string)converterAttribute.ConstructorArguments[0].Value;
-            if (converterAttribute.ConstructorArguments[0].ArgumentType == typeof (Type))
+            if (converterAttribute.ConstructorArguments[0].ArgumentType == typeof(Type))
                 return ((Type)converterAttribute.ConstructorArguments[0].Value).AssemblyQualifiedName;
             return null;
         }
@@ -163,7 +163,7 @@ namespace Tizen.NUI.Xaml
                 var ignoreCase = (serviceProvider?.GetService(typeof(IConverterOptions)) as IConverterOptions)?.IgnoreCase ?? false;
 
                 //If the type is nullable, as the value is not null, it's safe to assume we want the built-in conversion
-                if (toType.GetTypeInfo().IsGenericType && toType.GetGenericTypeDefinition() == typeof (Nullable<>))
+                if (toType.GetTypeInfo().IsGenericType && toType.GetGenericTypeDefinition() == typeof(Nullable<>))
                     toType = Nullable.GetUnderlyingType(toType);
 
                 //Obvious Built-in conversions
@@ -186,35 +186,38 @@ namespace Tizen.NUI.Xaml
                     return UInt32.Parse(str, CultureInfo.InvariantCulture);
                 if (toType == typeof(UInt64))
                     return UInt64.Parse(str, CultureInfo.InvariantCulture);
-                if (toType == typeof (Single))
+                if (toType == typeof(Single))
                     return Single.Parse(str, CultureInfo.InvariantCulture);
-                if (toType == typeof (Double))
+                if (toType == typeof(Double))
                     return Double.Parse(str, CultureInfo.InvariantCulture);
-                if (toType == typeof (Boolean))
+                if (toType == typeof(Boolean))
                     return Boolean.Parse(str);
-                if (toType == typeof (TimeSpan))
+                if (toType == typeof(TimeSpan))
                     return TimeSpan.Parse(str, CultureInfo.InvariantCulture);
-                if (toType == typeof (DateTime))
+                if (toType == typeof(DateTime))
                     return DateTime.Parse(str, CultureInfo.InvariantCulture);
-                if (toType == typeof(Char)) {
+                if (toType == typeof(Char))
+                {
                     char c = '\0';
                     Char.TryParse(str, out c);
                     return c;
                 }
-                if (toType == typeof (String) && str.StartsWith("{}", StringComparison.Ordinal))
+                if (toType == typeof(String) && str.StartsWith("{}", StringComparison.Ordinal))
                     return str.Substring(2);
-                if (toType == typeof (String))
+                if (toType == typeof(String))
                     return value;
                 if (toType == typeof(Decimal))
                     return Decimal.Parse(str, CultureInfo.InvariantCulture);
             }
 
             //if the value is not assignable and there's an implicit conversion, convert
-            if (value != null && !toType.IsAssignableFrom(value.GetType())) {
-                var opImplicit =   value.GetType().GetImplicitConversionOperator(fromType: value.GetType(), toType: toType)
+            if (value != null && !toType.IsAssignableFrom(value.GetType()))
+            {
+                var opImplicit = value.GetType().GetImplicitConversionOperator(fromType: value.GetType(), toType: toType)
                                 ?? toType.GetImplicitConversionOperator(fromType: value.GetType(), toType: toType);
 
-                if (opImplicit != null) {
+                if (opImplicit != null)
+                {
                     value = opImplicit.Invoke(null, new[] { value });
                     return value;
                 }
index c005729..f731f9c 100755 (executable)
@@ -18,8 +18,8 @@ namespace Tizen.NUI.Xaml
         }
 
         public static readonly BindableProperty VisualStateGroupsProperty =
-            BindableProperty.CreateAttached("VisualStateGroups", typeof(VisualStateGroupList), typeof(/*VisualElement*/BaseHandle), 
-                defaultValue: null, propertyChanged: VisualStateGroupsPropertyChanged, 
+            BindableProperty.CreateAttached("VisualStateGroups", typeof(VisualStateGroupList), typeof(/*VisualElement*/BaseHandle),
+                defaultValue: null, propertyChanged: VisualStateGroupsPropertyChanged,
                 defaultValueCreator: bindable => new VisualStateGroupList());
 
         static void VisualStateGroupsPropertyChanged(BindableObject bindable, object oldValue, object newValue)
@@ -96,7 +96,7 @@ namespace Tizen.NUI.Xaml
         readonly IList<VisualStateGroup> _internalList;
 
         void Validate(IList<VisualStateGroup> groups)
-        { 
+        {
             // If we have 1 group, no need to worry about duplicate group names
             if (groups.Count > 1)
             {
@@ -117,7 +117,7 @@ namespace Tizen.NUI.Xaml
             }
         }
 
-        public VisualStateGroupList() 
+        public VisualStateGroupList()
         {
             _internalList = new WatchAddList<VisualStateGroup>(Validate);
         }
@@ -199,7 +199,7 @@ namespace Tizen.NUI.Xaml
 
     [RuntimeNameProperty(nameof(Name))]
     [ContentProperty(nameof(States))]
-    internal sealed class VisualStateGroup 
+    internal sealed class VisualStateGroup
     {
         public VisualStateGroup()
         {
@@ -226,7 +226,7 @@ namespace Tizen.NUI.Xaml
 
         internal VisualStateGroup Clone()
         {
-            var clone =  new VisualStateGroup {TargetType = TargetType, Name = Name, CurrentState = CurrentState};
+            var clone = new VisualStateGroup { TargetType = TargetType, Name = Name, CurrentState = CurrentState };
             foreach (VisualState state in States)
             {
                 clone.States.Add(state.Clone());
@@ -249,7 +249,7 @@ namespace Tizen.NUI.Xaml
     }
 
     [RuntimeNameProperty(nameof(Name))]
-    internal sealed class VisualState 
+    internal sealed class VisualState
     {
         public VisualState()
         {
@@ -257,7 +257,7 @@ namespace Tizen.NUI.Xaml
         }
 
         public string Name { get; set; }
-        public IList<Setter> Setters { get;}
+        public IList<Setter> Setters { get; }
         public Type TargetType { get; set; }
 
         internal VisualState Clone()
index faae3b2..68e9421 100755 (executable)
@@ -42,14 +42,15 @@ namespace Tizen.NUI.Xaml.Internals
 {
     /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
-    [Obsolete ("Replaced by ResourceLoader")]
+    [Obsolete("Replaced by ResourceLoader")]
     public static class XamlLoader
     {
         static Func<Type, string> xamlFileProvider;
 
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public static Func<Type, string> XamlFileProvider {
+        public static Func<Type, string> XamlFileProvider
+        {
             get { return xamlFileProvider; }
             internal set
             {
index 44a7df8..616f705 100755 (executable)
@@ -89,7 +89,8 @@ namespace Tizen.NUI.Xaml
             visitor.Visit(this, parentNode);
         }
 
-        public override INode Clone() => new ValueNode(Value, NamespaceResolver, LineNumber, LinePosition) {
+        public override INode Clone() => new ValueNode(Value, NamespaceResolver, LineNumber, LinePosition)
+        {
             IgnorablePrefixes = IgnorablePrefixes
         };
     }
@@ -110,7 +111,8 @@ namespace Tizen.NUI.Xaml
             visitor.Visit(this, parentNode);
         }
 
-        public override INode Clone() => new MarkupNode(MarkupString, NamespaceResolver, LineNumber, LinePosition) {
+        public override INode Clone() => new MarkupNode(MarkupString, NamespaceResolver, LineNumber, LinePosition)
+        {
             IgnorablePrefixes = IgnorablePrefixes
         };
     }
@@ -141,7 +143,8 @@ namespace Tizen.NUI.Xaml
             if (!SkipVisitNode(visitor, parentNode) && visitor.VisitingMode == TreeVisitingMode.TopDown)
                 visitor.Visit(this, parentNode);
 
-            if (!SkipChildren(visitor, this, parentNode)) {
+            if (!SkipChildren(visitor, this, parentNode))
+            {
                 foreach (var node in Properties.Values.ToList())
                     node.Accept(visitor, this);
                 foreach (var node in CollectionItems)
@@ -174,7 +177,8 @@ namespace Tizen.NUI.Xaml
 
         public override INode Clone()
         {
-            var clone = new ElementNode(XmlType, NamespaceURI, NamespaceResolver, LineNumber, LinePosition) {
+            var clone = new ElementNode(XmlType, NamespaceURI, NamespaceResolver, LineNumber, LinePosition)
+            {
                 IgnorablePrefixes = IgnorablePrefixes
             };
             foreach (var kvp in Properties)
@@ -198,7 +202,8 @@ namespace Tizen.NUI.Xaml
             if (!SkipVisitNode(visitor, parentNode) && visitor.VisitingMode == TreeVisitingMode.TopDown)
                 visitor.Visit(this, parentNode);
 
-            if (!SkipChildren(visitor, this, parentNode)) {
+            if (!SkipChildren(visitor, this, parentNode))
+            {
                 foreach (var node in Properties.Values.ToList())
                     node.Accept(visitor, this);
                 foreach (var node in CollectionItems)
@@ -236,7 +241,8 @@ namespace Tizen.NUI.Xaml
             var items = new List<INode>();
             foreach (var p in CollectionItems)
                 items.Add(p.Clone());
-            return new ListNode(items, NamespaceResolver, LineNumber, LinePosition) {
+            return new ListNode(items, NamespaceResolver, LineNumber, LinePosition)
+            {
                 IgnorablePrefixes = IgnorablePrefixes
             };
         }
@@ -246,7 +252,8 @@ namespace Tizen.NUI.Xaml
     {
         public static bool SkipPrefix(this INode node, string prefix)
         {
-            do {
+            do
+            {
                 if (node.IgnorablePrefixes != null && node.IgnorablePrefixes.Contains(prefix))
                     return true;
                 node = node.Parent;
index 6868780..49adddb 100755 (executable)
@@ -18,7 +18,8 @@ namespace Tizen.NUI.Xaml
         bool IsResourceDictionary(ElementNode node);
     }
 
-    internal enum TreeVisitingMode {
+    internal enum TreeVisitingMode
+    {
         TopDown,
         BottomUp
     }
index cc64340..6b01cbc 100755 (executable)
@@ -51,7 +51,7 @@ namespace Tizen.NUI.Xaml
             IList<KeyValuePair<string, string>> xmlns;
             var attributes = ParseXamlAttributes(reader, out xmlns);
             var prefixes = PrefixesToIgnore(xmlns);
-            (rootNode.IgnorablePrefixes ?? (rootNode.IgnorablePrefixes=new List<string>())).AddRange(prefixes);
+            (rootNode.IgnorablePrefixes ?? (rootNode.IgnorablePrefixes = new List<string>())).AddRange(prefixes);
             rootNode.Properties.AddRange(attributes);
             ParseXamlElementFor(rootNode, reader);
         }
@@ -190,7 +190,7 @@ namespace Tizen.NUI.Xaml
             throw new XamlParseException("Closing PropertyElement expected", (IXmlLineInfo)reader);
         }
 
-        static IList<KeyValuePair<XmlName, INode>> ParseXamlAttributes(XmlReader reader, out IList<KeyValuePair<string,string>> xmlns)
+        static IList<KeyValuePair<XmlName, INode>> ParseXamlAttributes(XmlReader reader, out IList<KeyValuePair<string, string>> xmlns)
         {
             Debug.Assert(reader.NodeType == XmlNodeType.Element);
             var attributes = new List<KeyValuePair<XmlName, INode>>();
@@ -200,7 +200,8 @@ namespace Tizen.NUI.Xaml
                 reader.MoveToAttribute(i);
 
                 //skip xmlns
-                if (reader.NamespaceURI == "http://www.w3.org/2000/xmlns/") {
+                if (reader.NamespaceURI == "http://www.w3.org/2000/xmlns/")
+                {
                     xmlns.Add(new KeyValuePair<string, string>(reader.LocalName, reader.Value));
                     continue;
                 }
@@ -214,50 +215,52 @@ namespace Tizen.NUI.Xaml
 
                 if (reader.NamespaceURI == X2006Uri)
                 {
-                    switch (reader.Name) {
-                    case "x:Key":
-                        propertyName = XmlName.xKey;
-                        break;
-                    case "x:Name":
-                        propertyName = XmlName.xName;
-                        break;
-                    case "x:Class":
-                    case "x:FieldModifier":
-                        continue;
-                    default:
-                        Debug.WriteLine("Unhandled attribute {0}", reader.Name);
-                        continue;
+                    switch (reader.Name)
+                    {
+                        case "x:Key":
+                            propertyName = XmlName.xKey;
+                            break;
+                        case "x:Name":
+                            propertyName = XmlName.xName;
+                            break;
+                        case "x:Class":
+                        case "x:FieldModifier":
+                            continue;
+                        default:
+                            Debug.WriteLine("Unhandled attribute {0}", reader.Name);
+                            continue;
                     }
                 }
 
                 if (reader.NamespaceURI == X2009Uri)
                 {
-                    switch (reader.Name) {
-                    case "x:Key":
-                        propertyName = XmlName.xKey;
-                        break;
-                    case "x:Name":
-                        propertyName = XmlName.xName;
-                        break;
-                    case "x:TypeArguments":
-                        propertyName = XmlName.xTypeArguments;
-                        value = TypeArgumentsParser.ParseExpression((string)value, (IXmlNamespaceResolver)reader, (IXmlLineInfo)reader);
-                        break;
-                    case "x:DataType":
-                        propertyName = XmlName.xDataType;
-                        break;
-                    case "x:Class":
-                    case "x:FieldModifier":
-                        continue;
-                    case "x:FactoryMethod":
-                        propertyName = XmlName.xFactoryMethod;
-                        break;
-                    case "x:Arguments":
-                        propertyName = XmlName.xArguments;
-                        break;
-                    default:
-                        Debug.WriteLine("Unhandled attribute {0}", reader.Name);
-                        continue;
+                    switch (reader.Name)
+                    {
+                        case "x:Key":
+                            propertyName = XmlName.xKey;
+                            break;
+                        case "x:Name":
+                            propertyName = XmlName.xName;
+                            break;
+                        case "x:TypeArguments":
+                            propertyName = XmlName.xTypeArguments;
+                            value = TypeArgumentsParser.ParseExpression((string)value, (IXmlNamespaceResolver)reader, (IXmlLineInfo)reader);
+                            break;
+                        case "x:DataType":
+                            propertyName = XmlName.xDataType;
+                            break;
+                        case "x:Class":
+                        case "x:FieldModifier":
+                            continue;
+                        case "x:FactoryMethod":
+                            propertyName = XmlName.xFactoryMethod;
+                            break;
+                        case "x:Arguments":
+                            propertyName = XmlName.xArguments;
+                            break;
+                        default:
+                            Debug.WriteLine("Unhandled attribute {0}", reader.Name);
+                            continue;
                     }
                 }
 
@@ -271,7 +274,8 @@ namespace Tizen.NUI.Xaml
         static IList<string> PrefixesToIgnore(IList<KeyValuePair<string, string>> xmlns)
         {
             var prefixes = new List<string>();
-            foreach (var kvp in xmlns) {
+            foreach (var kvp in xmlns)
+            {
                 var prefix = kvp.Key;
 
                 string typeName = null, ns = null, asm = null;
@@ -313,7 +317,8 @@ namespace Tizen.NUI.Xaml
             s_xmlnsDefinitions = new List<XmlnsDefinitionAttribute>();
 
             foreach (var assembly in s_assemblies)
-                foreach (XmlnsDefinitionAttribute attribute in assembly.GetCustomAttributes(typeof(XmlnsDefinitionAttribute))) {
+                foreach (XmlnsDefinitionAttribute attribute in assembly.GetCustomAttributes(typeof(XmlnsDefinitionAttribute)))
+                {
                     s_xmlnsDefinitions.Add(attribute);
                     attribute.AssemblyName = attribute.AssemblyName ?? assembly.FullName;
                 }
@@ -333,16 +338,19 @@ namespace Tizen.NUI.Xaml
             var lookupAssemblies = new List<XmlnsDefinitionAttribute>();
             var lookupNames = new List<string>();
 
-            foreach (var xmlnsDef in s_xmlnsDefinitions) {
+            foreach (var xmlnsDef in s_xmlnsDefinitions)
+            {
                 if (xmlnsDef.XmlNamespace != namespaceURI)
                     continue;
                 lookupAssemblies.Add(xmlnsDef);
             }
 
-            if (lookupAssemblies.Count == 0) {
+            if (lookupAssemblies.Count == 0)
+            {
                 string ns, asmstring, _;
                 XmlnsHelper.ParseXmlns(namespaceURI, out _, out ns, out asmstring);
-                lookupAssemblies.Add(new XmlnsDefinitionAttribute(namespaceURI, ns) {
+                lookupAssemblies.Add(new XmlnsDefinitionAttribute(namespaceURI, ns)
+                {
                     AssemblyName = asmstring ?? currentAssembly.FullName
                 });
             }
@@ -361,7 +369,8 @@ namespace Tizen.NUI.Xaml
             }
 
             Type type = null;
-            foreach (var asm in lookupAssemblies) {
+            foreach (var asm in lookupAssemblies)
+            {
                 foreach (var name in lookupNames)
                 {
                     if ((type = Type.GetType($"{asm.ClrNamespace}.{name}, {asm.AssemblyName}")) != null)
@@ -387,7 +396,7 @@ namespace Tizen.NUI.Xaml
             if (type != null && typeArguments != null)
             {
                 XamlParseException innerexception = null;
-                var args = typeArguments.Select(delegate(XmlType xmltype)
+                var args = typeArguments.Select(delegate (XmlType xmltype)
                 {
                     XamlParseException xpe;
                     var t = GetElementType(xmltype, xmlInfo, currentAssembly, out xpe);
index 7cb0a26..bce027b 100755 (executable)
@@ -27,7 +27,7 @@ namespace Tizen.NUI.Xaml
         {
             if (obj == null)
                 return false;
-            if (obj.GetType() != typeof (XmlName))
+            if (obj.GetType() != typeof(XmlName))
                 return false;
             var other = (XmlName)obj;
             return NamespaceURI == other.NamespaceURI && LocalName == other.LocalName;
@@ -53,6 +53,6 @@ namespace Tizen.NUI.Xaml
             => x1.NamespaceURI == x2.NamespaceURI && x1.LocalName == x2.LocalName;
 
         public static bool operator !=(XmlName x1, XmlName x2)
-            =>  !(x1 == x2);
+            => !(x1 == x2);
     }
 }
\ No newline at end of file
index ff51cf4..6f58940 100755 (executable)
@@ -20,7 +20,8 @@ namespace Tizen.NUI.Xaml
 
             xmlns = xmlns.Trim();
 
-            if (xmlns.StartsWith("using:", StringComparison.Ordinal)) {
+            if (xmlns.StartsWith("using:", StringComparison.Ordinal))
+            {
                 ParseUsing(xmlns, out typeName, out ns, out asm);
                 return;
             }
@@ -60,8 +61,10 @@ namespace Tizen.NUI.Xaml
         {
             typeName = ns = asm = null;
 
-            foreach (var decl in xmlns.Split(';')) {
-                if (decl.StartsWith("using:", StringComparison.Ordinal)) {
+            foreach (var decl in xmlns.Split(';'))
+            {
+                if (decl.StartsWith("using:", StringComparison.Ordinal))
+                {
                     ns = decl.Substring(6, decl.Length - 6);
                     continue;
                 }
index 895c0c3..e92af4e 100755 (executable)
@@ -289,12 +289,15 @@ namespace Tizen.NUI.Binding
                 part.IndexerName = indexerName;
 
 #if NETSTANDARD2_0
-                try {
+                try
+                {
                     property = sourceType.GetDeclaredProperty(indexerName);
                 }
-                catch (AmbiguousMatchException) {
+                catch (AmbiguousMatchException)
+                {
                     // Get most derived instance of property
-                    foreach (var p in sourceType.GetProperties().Where(prop => prop.Name == indexerName)) {
+                    foreach (var p in sourceType.GetProperties().Where(prop => prop.Name == indexerName))
+                    {
                         if (property == null || property.DeclaringType.IsAssignableFrom(property.DeclaringType))
                             property = p;
                     }
@@ -351,7 +354,7 @@ namespace Tizen.NUI.Binding
                 }
                 if (property.CanWrite && property.SetMethod != null)
                 {
-                    if(property.SetMethod.IsPublic && !property.SetMethod.IsStatic)
+                    if (property.SetMethod.IsPublic && !property.SetMethod.IsStatic)
                     {
                         part.LastSetter = property.SetMethod;
                         part.SetterType = part.LastSetter.GetParameters().Last().ParameterType;
index 6bf047b..64e6603 100755 (executable)
@@ -50,7 +50,7 @@ namespace Tizen.NUI.Binding
                     return Activator.CreateInstance(type, args);
                 }
             }
-            
+
             return Activator.CreateInstance(type);
         }
     }
index d83d493..a2561b7 100755 (executable)
@@ -111,7 +111,7 @@ namespace Tizen.NUI.Binding
                     Tizen.Log.Fatal("NUI", "Could not load assembly: {0} for Attibute {1} | Some renderers may not be loaded", assembly.FullName, targetAttrType.FullName);
                     continue;
                 }
-                
+
                 if (attributes.Length == 0)
                     continue;
 
index 2c465ec..1fd0c61 100755 (executable)
@@ -18,7 +18,7 @@ namespace Tizen.NUI.Binding
                 {
                     return new Extents(ushort.Parse(parts[0].Trim(), CultureInfo.InvariantCulture),
                                        ushort.Parse(parts[1].Trim(), CultureInfo.InvariantCulture),
-                                       ushort.Parse(parts[2].Trim(), CultureInfo.InvariantCulture), 
+                                       ushort.Parse(parts[2].Trim(), CultureInfo.InvariantCulture),
                                        ushort.Parse(parts[3].Trim(), CultureInfo.InvariantCulture));
                 }
                 else if (parts.Length == 1)
index f30a1cd..c0dca73 100755 (executable)
@@ -15,7 +15,8 @@ namespace Tizen.NUI.Binding
     {
         public override object ConvertFromInvariantString(string value)
         {
-            if (value != null) {
+            if (value != null)
+            {
                 if (Enum.TryParse(value, out FlowDirection direction))
                     return direction;
 
index 08aa02a..72e775c 100755 (executable)
@@ -3,20 +3,20 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.Binding.Internals
 {
-       [AttributeUsage(AttributeTargets.All)]
+    [AttributeUsage(AttributeTargets.All)]
     internal class PreserveAttribute : Attribute
-       {
-               public bool AllMembers;
-               public bool Conditional;
+    {
+        public bool AllMembers;
+        public bool Conditional;
 
-               public PreserveAttribute(bool allMembers, bool conditional)
-               {
-                       AllMembers = allMembers;
-                       Conditional = conditional;
-               }
+        public PreserveAttribute(bool allMembers, bool conditional)
+        {
+            AllMembers = allMembers;
+            Conditional = conditional;
+        }
 
-               public PreserveAttribute()
-               {
-               }
-       }
+        public PreserveAttribute()
+        {
+        }
+    }
 }
\ No newline at end of file
index 364d6ab..bef855f 100755 (executable)
@@ -20,9 +20,11 @@ namespace Tizen.NUI.Binding.Internals
         };
 
         //takes a resource path, returns string content
-        public static Func<AssemblyName, string, string> ResourceProvider {
+        public static Func<AssemblyName, string, string> ResourceProvider
+        {
             get => resourceProvider;
-            internal set {
+            internal set
+            {
                 DesignMode.IsDesignModeEnabled = true;
                 resourceProvider = value;
             }
index e7327c3..ef25563 100755 (executable)
@@ -12,8 +12,8 @@ namespace Tizen.NUI.Binding
         {
             if (value == null)
                 return null;
-            
-            return value.Split(new [] { ',' }, StringSplitOptions.RemoveEmptyEntries).Select(s => s.Trim()).ToList();
+
+            return value.Split(new[] { ',' }, StringSplitOptions.RemoveEmptyEntries).Select(s => s.Trim()).ToList();
         }
     }
 }
\ No newline at end of file
index 7c2469b..8810ed2 100755 (executable)
@@ -53,13 +53,15 @@ namespace Tizen.NUI.Binding
 
                 _styleClass = value;
 
-                if (_styleClass != null) {
-                    _classStyleProperties = new List<BindableProperty> ();
-                    foreach (var styleClass in _styleClass) {
-                        var classStyleProperty = BindableProperty.Create ("ClassStyle", typeof(IList<Style>), typeof(View), default(IList<Style>),
+                if (_styleClass != null)
+                {
+                    _classStyleProperties = new List<BindableProperty>();
+                    foreach (var styleClass in _styleClass)
+                    {
+                        var classStyleProperty = BindableProperty.Create("ClassStyle", typeof(IList<Style>), typeof(View), default(IList<Style>),
                             propertyChanged: (bindable, oldvalue, newvalue) => ((View)bindable)._mergedStyle.OnClassStyleChanged());
-                        _classStyleProperties.Add (classStyleProperty);
-                        Target.OnSetDynamicResource (classStyleProperty, Tizen.NUI.Binding.Style.StyleClassPrefix + styleClass);
+                        _classStyleProperties.Add(classStyleProperty);
+                        Target.OnSetDynamicResource(classStyleProperty, Tizen.NUI.Binding.Style.StyleClassPrefix + styleClass);
                     }
                 }
             }
@@ -101,7 +103,7 @@ namespace Tizen.NUI.Binding
 
         void OnClassStyleChanged()
         {
-            ClassStyles = _classStyleProperties.Select (p => (Target.GetValue (p) as IList<Style>)?.FirstOrDefault (s => s.CanBeAppliedTo (TargetType))).ToList ();
+            ClassStyles = _classStyleProperties.Select(p => (Target.GetValue(p) as IList<Style>)?.FirstOrDefault(s => s.CanBeAppliedTo(TargetType))).ToList();
         }
 
         void OnImplicitStyleChanged()
@@ -129,7 +131,8 @@ namespace Tizen.NUI.Binding
             {
                 return;
             }
-            while (true) {
+            while (true)
+            {
                 BindableProperty implicitStyleProperty = BindableProperty.Create(nameof(ImplicitStyle), typeof(Style), typeof(View), default(Style),
                         propertyChanged: (bindable, oldvalue, newvalue) => OnImplicitStyleChanged());
                 _implicitStyles.Add(implicitStyleProperty);
index 682350e..174cbd5 100755 (executable)
@@ -126,7 +126,7 @@ namespace Tizen.NUI.Binding
         SVG = Visual.Type.SVG,
         AnimatedImage = Visual.Type.AnimatedImage
     }
-    
+
     internal enum VisualAlignTypeExtension
     {
         TopBegin = Visual.AlignType.TopBegin,
index 172c8ee..fc70b8c 100755 (executable)
@@ -7,7 +7,7 @@ namespace Tizen.NUI.Binding
         public T Phone { get; set; }
 
         public T Tablet { get; set; }
-        
+
         public T Desktop { get; set; }
 
         public T TV { get; set; }
index f10c65d..97c67a2 100755 (executable)
@@ -15,9 +15,11 @@ namespace Tizen.NUI.Binding
         bool useLegacyFallback;
         T android;
         [Obsolete]
-        public T Android {
+        public T Android
+        {
             get { return android; }
-            set {
+            set
+            {
                 useLegacyFallback = true;
                 android = value;
             }
@@ -25,9 +27,11 @@ namespace Tizen.NUI.Binding
 
         T ios;
         [Obsolete]
-        public T iOS {
+        public T iOS
+        {
             get { return ios; }
-            set {
+            set
+            {
                 useLegacyFallback = true;
                 ios = value;
             }
@@ -35,9 +39,11 @@ namespace Tizen.NUI.Binding
 
         T winPhone;
         [Obsolete]
-        public T WinPhone {
+        public T WinPhone
+        {
             get { return winPhone; }
-            set {
+            set
+            {
                 useLegacyFallback = true;
                 winPhone = value;
             }
@@ -45,9 +51,11 @@ namespace Tizen.NUI.Binding
 
         bool hasDefault;
         T @default;
-        public T Default {
+        public T Default
+        {
             get { return @default; }
-            set {
+            set
+            {
                 hasDefault = true;
                 @default = value;
             }
@@ -61,7 +69,8 @@ namespace Tizen.NUI.Binding
 
         public static implicit operator T(OnPlatform<T> onPlatform)
         {
-            foreach (var onPlat in onPlatform.Platforms) {
+            foreach (var onPlat in onPlatform.Platforms)
+            {
                 if (onPlat.Platform == null)
                     continue;
                 if (null != Device.RuntimePlatform && !onPlat.Platform.Contains(Device.RuntimePlatform))
index 13fbe10..da2266f 100755 (executable)
@@ -14,11 +14,11 @@ namespace Tizen.NUI.Binding
             if (value != null)
             {
                 string[] parts = value.Split('.');
-                if (parts.Length == 1 || ( parts.Length == 2 && (parts[0].Trim() == "ParentOrigin" || parts[0].Trim() == "PivotPoint") ))
+                if (parts.Length == 1 || (parts.Length == 2 && (parts[0].Trim() == "ParentOrigin" || parts[0].Trim() == "PivotPoint")))
                 {
                     string position = parts[parts.Length - 1].Trim();
 
-                    switch(position)
+                    switch (position)
                     {
                         case "Top":
                             return ParentOrigin.Top;
@@ -87,7 +87,7 @@ namespace Tizen.NUI.Binding
         public override string ConvertToString(object value)
         {
             Position2D position = (Position2D)value;
-            return  position.X.ToString() + " " + position.Y.ToString();
+            return position.X.ToString() + " " + position.Y.ToString();
         }
     }
 }
index 00eb488..b85ee2c 100755 (executable)
@@ -26,7 +26,7 @@ namespace Tizen.NUI.Binding
         public override string ConvertToString(object value)
         {
             Rectangle rec = (Rectangle)value;
-            return  rec.X.ToString() + " " + rec.Y.ToString() + " " + rec.Width.ToString() + " " + rec.Height.ToString();
+            return rec.X.ToString() + " " + rec.Y.ToString() + " " + rec.Width.ToString() + " " + rec.Height.ToString();
         }
     }
 }
index 207da1e..6e89f2c 100755 (executable)
@@ -23,15 +23,15 @@ namespace Tizen.NUI.Binding
                     {
                         useDefault = false;
                         string radianOrDegree = head[0].Trim().ToLowerInvariant();
-                        if(radianOrDegree == "d" || radianOrDegree == "degree")
+                        if (radianOrDegree == "d" || radianOrDegree == "degree")
                         {
                             // Oritation="D:23, 0, 0, 1"
-                            radian = new Radian( new Degree( Single.Parse( head[1].Trim(), CultureInfo.InvariantCulture ) ) );
+                            radian = new Radian(new Degree(Single.Parse(head[1].Trim(), CultureInfo.InvariantCulture)));
                         }
                         else if (radianOrDegree == "r" || radianOrDegree == "radian")
                         {
                             // Oritation="R:23, 0, 0, 1"
-                            radian = new Radian( Single.Parse( head[1].Trim(), CultureInfo.InvariantCulture ) );
+                            radian = new Radian(Single.Parse(head[1].Trim(), CultureInfo.InvariantCulture));
                         }
                         else
                         {
@@ -42,7 +42,7 @@ namespace Tizen.NUI.Binding
                     if (useDefault)
                     {
                         // Default: <View Orientation="45.0,12,13,0" />
-                        radian = new Radian( Single.Parse( parts[0].Trim(), CultureInfo.InvariantCulture ) );
+                        radian = new Radian(Single.Parse(parts[0].Trim(), CultureInfo.InvariantCulture));
                     }
 
                     Vector3 vector3 = new Vector3(Single.Parse(parts[1].Trim(), CultureInfo.InvariantCulture),
index 4468a84..34f4081 100755 (executable)
@@ -42,7 +42,8 @@ namespace Tizen.NUI.StyleSheets
             _reader.Read(); //consume the '*'
 
             bool hasStar = false;
-            while (true) {
+            while (true)
+            {
                 var next = _reader.Read();
                 if (next <= 0)
                     return next;
@@ -81,7 +82,8 @@ namespace Tizen.NUI.StyleSheets
             _reader.Read(); //consume the '*'
 
             bool hasStar = false;
-            while (true) {
+            while (true)
+            {
                 var next = _reader.Read();
                 if (next <= 0)
                     return next;
index f5aee7c..09bb6a7 100755 (executable)
@@ -16,89 +16,93 @@ namespace Tizen.NUI.StyleSheets
 
             int p;
             reader.SkipWhiteSpaces();
-            while ((p = reader.Peek()) > 0) {
-                switch (unchecked((char)p)) {
-                case '*':
-                    setCurrentSelector(new And(), All);
-                    reader.Read();
-                    break;
-                case '.':
-                    reader.Read();
-                    var className = reader.ReadIdent();
-                    if (className == null)
-                        return Invalid;
-                    setCurrentSelector(new And(), new Class(className));
-                    break;
-                case '#':
-                    reader.Read();
-                    var id = reader.ReadName();
-                    if (id == null)
-                        return Invalid;
-                    setCurrentSelector(new And(), new Id(id));
-                    break;
-                case '[':
-                    throw new NotImplementedException("Attributes not implemented");
-                case ',':
-                    reader.Read();
-                    setCurrentSelector(new Or(), All);
-                    reader.SkipWhiteSpaces();
-                    break;
-                case '+':
-                    reader.Read();
-                    setCurrentSelector(new Adjacent(), All);
-                    reader.SkipWhiteSpaces();
-                    break;
-                case '~':
-                    reader.Read();
-                    setCurrentSelector(new Sibling(), All);
-                    reader.SkipWhiteSpaces();
-                    break;
-                case '>':
-                    reader.Read();
-                    setCurrentSelector(new Child(), All);
-                    reader.SkipWhiteSpaces();
-                    break;
-                case '^':                              //not in CSS spec
-                    reader.Read();
-                    var element = reader.ReadIdent();
-                    if (element == null) return Invalid;
-                    setCurrentSelector(new And(), new Base(element));
-                    break;
-                case ' ':
-                case '\t':
-                case '\n':
-                case '\r':
-                case '\f':
-                    reader.Read();
-                    bool processWs = false;
-                    while ((p = reader.Peek()) > 0) {
-                        var c = unchecked((char)p);
-                        if (char.IsWhiteSpace(c)) {
-                            reader.Read();
-                            continue;
+            while ((p = reader.Peek()) > 0)
+            {
+                switch (unchecked((char)p))
+                {
+                    case '*':
+                        setCurrentSelector(new And(), All);
+                        reader.Read();
+                        break;
+                    case '.':
+                        reader.Read();
+                        var className = reader.ReadIdent();
+                        if (className == null)
+                            return Invalid;
+                        setCurrentSelector(new And(), new Class(className));
+                        break;
+                    case '#':
+                        reader.Read();
+                        var id = reader.ReadName();
+                        if (id == null)
+                            return Invalid;
+                        setCurrentSelector(new And(), new Id(id));
+                        break;
+                    case '[':
+                        throw new NotImplementedException("Attributes not implemented");
+                    case ',':
+                        reader.Read();
+                        setCurrentSelector(new Or(), All);
+                        reader.SkipWhiteSpaces();
+                        break;
+                    case '+':
+                        reader.Read();
+                        setCurrentSelector(new Adjacent(), All);
+                        reader.SkipWhiteSpaces();
+                        break;
+                    case '~':
+                        reader.Read();
+                        setCurrentSelector(new Sibling(), All);
+                        reader.SkipWhiteSpaces();
+                        break;
+                    case '>':
+                        reader.Read();
+                        setCurrentSelector(new Child(), All);
+                        reader.SkipWhiteSpaces();
+                        break;
+                    case '^':               //not in CSS spec
+                        reader.Read();
+                        var element = reader.ReadIdent();
+                        if (element == null) return Invalid;
+                        setCurrentSelector(new And(), new Base(element));
+                        break;
+                    case ' ':
+                    case '\t':
+                    case '\n':
+                    case '\r':
+                    case '\f':
+                        reader.Read();
+                        bool processWs = false;
+                        while ((p = reader.Peek()) > 0)
+                        {
+                            var c = unchecked((char)p);
+                            if (char.IsWhiteSpace(c))
+                            {
+                                reader.Read();
+                                continue;
+                            }
+                            processWs = (c != '+'
+                                        && c != '>'
+                                        && c != ','
+                                        && c != '~'
+                                        && c != '^'
+                                        && c != stopChar);
+                            break;
                         }
-                        processWs = (c != '+'
-                                    && c != '>'
-                                    && c != ','
-                                    && c != '~'
-                                    && c != '^'
-                                    && c != stopChar);
+                        if (!processWs)
+                            break;
+                        setCurrentSelector(new Descendent(), All);
+                        reader.SkipWhiteSpaces();
                         break;
-                    }
-                    if (!processWs)
+                    default:
+                        if (unchecked((char)p) == stopChar)
+                            return root;
+
+                        var elementName = reader.ReadIdent();
+                        if (elementName == null)
+                            return Invalid;
+                        setCurrentSelector(new And(), new Element(elementName));
                         break;
-                    setCurrentSelector(new Descendent(), All);
-                    reader.SkipWhiteSpaces();
-                    break;
-                default:
-                    if (unchecked((char)p) == stopChar)
-                        return root;
-
-                    var elementName = reader.ReadIdent();
-                    if (elementName == null)
-                        return Invalid;
-                    setCurrentSelector(new And(), new Element(elementName));
-                    break;
                 }
             }
             return root;
@@ -117,7 +121,8 @@ namespace Tizen.NUI.StyleSheets
             if (updateRoot)
                 root = workingRoot;
 
-            if (workingRoot is Or) {
+            if (workingRoot is Or)
+            {
                 workingRootParent = (Operator)workingRoot;
                 workingRoot = sel;
             }
@@ -202,7 +207,8 @@ namespace Tizen.NUI.StyleSheets
             }
 
             public string ElementName { get; }
-            public override bool Matches(IStyleSelectable styleable) {
+            public override bool Matches(IStyleSelectable styleable)
+            {
                 for (var i = 0; i < styleable.NameAndBases.Length; i++)
                     if (string.Equals(styleable.NameAndBases[i], ElementName, StringComparison.OrdinalIgnoreCase))
                         return true;
@@ -223,7 +229,8 @@ namespace Tizen.NUI.StyleSheets
                 if (!Right.Matches(styleable))
                     return false;
                 var parent = styleable.Parent;
-                while (parent != null) {
+                while (parent != null)
+                {
                     if (Left.Matches(parent))
                         return true;
                     parent = parent.Parent;
@@ -242,7 +249,8 @@ namespace Tizen.NUI.StyleSheets
                     return false;
 
                 IStyleSelectable prev = null;
-                foreach (var elem in styleable.Parent.Children) {
+                foreach (var elem in styleable.Parent.Children)
+                {
                     if (elem == styleable && prev != null)
                         return Left.Matches(prev);
                     prev = elem;
@@ -267,8 +275,10 @@ namespace Tizen.NUI.StyleSheets
 
                 int selfIndex = 0;
                 bool foundSelfInParent = false;
-                foreach (var elem in styleable.Parent.Children) {
-                    if (elem == styleable) {
+                foreach (var elem in styleable.Parent.Children)
+                {
+                    if (elem == styleable)
+                    {
                         foundSelfInParent = true;
                         break;
                     }
@@ -279,7 +289,8 @@ namespace Tizen.NUI.StyleSheets
                     return false;
 
                 int index = 0;
-                foreach (var elem in styleable.Parent.Children) {
+                foreach (var elem in styleable.Parent.Children)
+                {
                     if (index >= selfIndex)
                         return false;
                     if (Left.Matches(elem))
index 8ba57c4..1a9b353 100755 (executable)
@@ -22,32 +22,36 @@ namespace Tizen.NUI.StyleSheets
             int p;
             reader.SkipWhiteSpaces();
             bool readingName = true;
-            while ((p = reader.Peek()) > 0) {
-                switch (unchecked((char)p)) {
-                case ':':
-                    reader.Read();
-                    readingName = false;
-                    reader.SkipWhiteSpaces();
-                    break;
-                case ';':
-                    reader.Read();
-                    if (!string.IsNullOrEmpty(propertyName) && !string.IsNullOrEmpty(propertyValue))
-                        style.Declarations.Add(propertyName, propertyValue);
-                    propertyName = propertyValue = null;
-                    readingName = true;
-                    reader.SkipWhiteSpaces();
-                    break;
-                default:
-                    if ((char)p == stopChar)
-                        return style;
+            while ((p = reader.Peek()) > 0)
+            {
+                switch (unchecked((char)p))
+                {
+                    case ':':
+                        reader.Read();
+                        readingName = false;
+                        reader.SkipWhiteSpaces();
+                        break;
+                    case ';':
+                        reader.Read();
+                        if (!string.IsNullOrEmpty(propertyName) && !string.IsNullOrEmpty(propertyValue))
+                            style.Declarations.Add(propertyName, propertyValue);
+                        propertyName = propertyValue = null;
+                        readingName = true;
+                        reader.SkipWhiteSpaces();
+                        break;
+                    default:
+                        if ((char)p == stopChar)
+                            return style;
 
-                    if (readingName) {
-                        propertyName = reader.ReadIdent();
-                        if (propertyName == null)
-                            throw new Exception();
-                    } else 
-                        propertyValue = reader.ReadUntil(stopChar, ';', ':');
-                    break;
+                        if (readingName)
+                        {
+                            propertyName = reader.ReadIdent();
+                            if (propertyName == null)
+                                throw new Exception();
+                        }
+                        else
+                            propertyValue = reader.ReadUntil(stopChar, ';', ':');
+                        break;
                 }
             }
             return style;
@@ -58,13 +62,15 @@ namespace Tizen.NUI.StyleSheets
             if (styleable == null)
                 throw new ArgumentNullException(nameof(styleable));
 
-            foreach (var decl in Declarations) {
+            foreach (var decl in Declarations)
+            {
                 var property = ((IStylable)styleable).GetProperty(decl.Key, inheriting);
                 if (property == null)
                     continue;
                 if (string.Equals(decl.Value, "initial", StringComparison.OrdinalIgnoreCase))
                     styleable.ClearValue(property, fromStyle: true);
-                else {
+                else
+                {
                     object value;
                     if (!convertedValues.TryGetValue(decl, out value))
                         convertedValues[decl] = (value = Convert(styleable, decl.Value, property));
@@ -72,7 +78,8 @@ namespace Tizen.NUI.StyleSheets
                 }
             }
 
-            foreach (var child in styleable.LogicalChildrenInternal) {
+            foreach (var child in styleable.LogicalChildrenInternal)
+            {
                 var ve = child as /*VisualElement*/BaseHandle;
                 if (ve == null)
                     continue;
@@ -83,7 +90,7 @@ namespace Tizen.NUI.StyleSheets
         // [MethodImpl(MethodImplOptions.AggressiveInlining)]
         static object Convert(object target, object value, BindableProperty property)
         {
-            Func<MemberInfo> minforetriever = () =>    property.DeclaringType.GetRuntimeProperty(property.PropertyName) as MemberInfo
+            Func<MemberInfo> minforetriever = () => property.DeclaringType.GetRuntimeProperty(property.PropertyName) as MemberInfo
                                                     ?? property.DeclaringType.GetRuntimeMethod("Get" + property.PropertyName, new[] { typeof(BindableObject) }) as MemberInfo;
             var serviceProvider = new StyleSheetServiceProvider(target, property);
             // return value.ConvertTo(property.ReturnType, minforetriever, serviceProvider);
index 940cdd5..3a0e70a 100755 (executable)
@@ -20,10 +20,12 @@ namespace Tizen.NUI.StyleSheets
 
         public static StyleSheet FromAssemblyResource(Assembly assembly, string resourceId, IXmlLineInfo lineInfo = null)
         {
-            using (var stream = assembly.GetManifestResourceStream(resourceId)) {
+            using (var stream = assembly.GetManifestResourceStream(resourceId))
+            {
                 if (stream == null)
                     throw new XamlParseException($"No resource found for '{resourceId}'.", lineInfo);
-                using (var reader = new StreamReader(stream)) {
+                using (var reader = new StreamReader(stream))
+                {
                     return FromReader(reader);
                 }
             }
@@ -58,27 +60,29 @@ namespace Tizen.NUI.StyleSheets
             int p;
             bool inStyle = false;
             reader.SkipWhiteSpaces();
-            while ((p = reader.Peek()) > 0) {
-                switch ((char)p) {
-                case '@':
-                    throw new NotSupportedException("AT-rules not supported");
-                case '{':
-                    reader.Read();
-                    style = Style.Parse(reader, '}');
-                    inStyle = true;
-                    break;
-                case '}':
-                    reader.Read();
-                    if (!inStyle)
-                        throw new Exception();
-                    inStyle = false;
-                    sheet.Styles.Add(selector, style);
-                    style = null;
-                    selector = Selector.All;
-                    break;
-                default:
-                    selector = Selector.Parse(reader, '{');
-                    break;
+            while ((p = reader.Peek()) > 0)
+            {
+                switch ((char)p)
+                {
+                    case '@':
+                        throw new NotSupportedException("AT-rules not supported");
+                    case '{':
+                        reader.Read();
+                        style = Style.Parse(reader, '}');
+                        inStyle = true;
+                        break;
+                    case '}':
+                        reader.Read();
+                        if (!inStyle)
+                            throw new Exception();
+                        inStyle = false;
+                        sheet.Styles.Add(selector, style);
+                        style = null;
+                        selector = Selector.All;
+                        break;
+                    default:
+                        selector = Selector.Parse(reader, '{');
+                        break;
                 }
             }
             return sheet;
@@ -107,7 +111,8 @@ namespace Tizen.NUI.StyleSheets
             var visualStylable = styleable as /*VisualElement*/BaseHandle;
             if (visualStylable == null)
                 return;
-            foreach (var kvp in Styles) {
+            foreach (var kvp in Styles)
+            {
                 var selector = kvp.Key;
                 var style = kvp.Value;
                 // if (!selector.Matches(styleable))
index 0b8f638..96074cc 100755 (executable)
@@ -10,7 +10,8 @@ namespace Tizen.NUI.StyleSheets
 
         public StyleSheetServiceProvider(object targetObject, object targetProperty)
         {
-            vtProvider = new ValueTargetProvider {
+            vtProvider = new ValueTargetProvider
+            {
                 TargetObject = targetObject,
                 TargetProperty = targetProperty
             };
index ee69e7d..ca965d3 100755 (executable)
@@ -14,17 +14,24 @@ namespace Tizen.NUI.StyleSheets
             bool first = true;
             bool hasLeadingDash = false;
             int p;
-            while ((p = reader.Peek()) > 0) {
+            while ((p = reader.Peek()) > 0)
+            {
                 var c = unchecked((char)p);
-                if (first && !hasLeadingDash && c == '-') {
+                if (first && !hasLeadingDash && c == '-')
+                {
                     sb.Append((char)reader.Read());
                     hasLeadingDash = true;
-                } else if (first && c.IsNmStart()) {
+                }
+                else if (first && c.IsNmStart())
+                {
                     sb.Append((char)reader.Read());
                     first = false;
-                } else if (first) { //a nmstart is expected
+                }
+                else if (first)
+                { //a nmstart is expected
                     throw new Exception();
-                } else if (c.IsNmChar())
+                }
+                else if (c.IsNmChar())
                     sb.Append((char)reader.Read());
                 else
                     break;
@@ -37,7 +44,8 @@ namespace Tizen.NUI.StyleSheets
         {
             var sb = new StringBuilder();
             int p;
-            while ((p = reader.Peek()) > 0) {
+            while ((p = reader.Peek()) > 0)
+            {
                 var c = unchecked((char)p);
                 if (c.IsNmChar())
                     sb.Append((char)reader.Read());
@@ -51,7 +59,8 @@ namespace Tizen.NUI.StyleSheets
         {
             var sb = new StringBuilder();
             int p;
-            while ((p = reader.Peek()) > 0) {
+            while ((p = reader.Peek()) > 0)
+            {
                 var c = unchecked((char)p);
                 if (limit != null && limit.Contains(c))
                     break;
@@ -65,7 +74,8 @@ namespace Tizen.NUI.StyleSheets
         public static void SkipWhiteSpaces(this TextReader reader)
         {
             int p;
-            while ((p = reader.Peek()) > 0) {
+            while ((p = reader.Peek()) > 0)
+            {
                 var c = unchecked((char)p);
                 if (!c.IsW())
                     break;
index 54f6648..899e0ef 100755 (executable)
@@ -42,10 +42,10 @@ namespace Tizen.NUI.Binding
 
         public int Count
         {
-            get 
+            get
             {
                 lock (_list)
-                    return _list.Count; 
+                    return _list.Count;
             }
         }
 
index bb449ed..b5810ad 100755 (executable)
@@ -14,7 +14,7 @@ namespace Tizen.NUI.Binding
             if (value != null)
             {
                 string[] parts = value.Split(',');
-                if (parts.Length == 2 )
+                if (parts.Length == 2)
                 {
                     return new Vector2(Single.Parse(parts[0].Trim(), CultureInfo.InvariantCulture),
                                        Single.Parse(parts[1].Trim(), CultureInfo.InvariantCulture));
@@ -38,7 +38,7 @@ namespace Tizen.NUI.Binding
             if (value != null)
             {
                 string[] parts = value.Split(',');
-                if (parts.Length == 3 )
+                if (parts.Length == 3)
                 {
                     return new Vector3(Single.Parse(parts[0].Trim(), CultureInfo.InvariantCulture),
                                        Single.Parse(parts[1].Trim(), CultureInfo.InvariantCulture),
@@ -63,7 +63,7 @@ namespace Tizen.NUI.Binding
             if (value != null)
             {
                 string[] parts = value.Split(',');
-                if (parts.Length == 4 )
+                if (parts.Length == 4)
                 {
                     return new Vector4(Single.Parse(parts[0].Trim(), CultureInfo.InvariantCulture),
                                        Single.Parse(parts[1].Trim(), CultureInfo.InvariantCulture),
@@ -89,7 +89,7 @@ namespace Tizen.NUI.Binding
             if (value != null)
             {
                 string[] parts = value.Split(',');
-                if (parts.Length == 2 )
+                if (parts.Length == 2)
                 {
                     return new RelativeVector2(Single.Parse(parts[0].Trim(), CultureInfo.InvariantCulture),
                                                Single.Parse(parts[1].Trim(), CultureInfo.InvariantCulture));
@@ -113,7 +113,7 @@ namespace Tizen.NUI.Binding
             if (value != null)
             {
                 string[] parts = value.Split(',');
-                if (parts.Length == 3 )
+                if (parts.Length == 3)
                 {
                     return new RelativeVector3(Single.Parse(parts[0].Trim(), CultureInfo.InvariantCulture),
                                                Single.Parse(parts[1].Trim(), CultureInfo.InvariantCulture),
@@ -138,7 +138,7 @@ namespace Tizen.NUI.Binding
             if (value != null)
             {
                 string[] parts = value.Split(',');
-                if (parts.Length == 4 )
+                if (parts.Length == 4)
                 {
                     return new RelativeVector4(Single.Parse(parts[0].Trim(), CultureInfo.InvariantCulture),
                                                Single.Parse(parts[1].Trim(), CultureInfo.InvariantCulture),
index 682f2b4..099dd27 100755 (executable)
@@ -1308,7 +1308,7 @@ namespace Tizen.NUI
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
         {
-            if(swigCPtr.Handle == IntPtr.Zero || this.HasBody() == false)
+            if (swigCPtr.Handle == IntPtr.Zero || this.HasBody() == false)
             {
                 Tizen.Log.Fatal("NUI", $"[ERROR] Animation ReleaseSwigCPtr()! IntPtr=0x{swigCPtr.Handle:X} HasBody={this.HasBody()}");
                 return;
index 6c1ba98..8a09d67 100755 (executable)
@@ -101,7 +101,7 @@ namespace Tizen.NUI
         /// <param name="name"> The AutofillContainer name</param>
         /// This will be public opened in tizen_5.5 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public AutofillContainer(string name) : this(Interop.AutofillContainer.AutofillContainer_New( name ), true)
+        public AutofillContainer(string name) : this(Interop.AutofillContainer.AutofillContainer_New(name), true)
         {
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
 
index a0efb42..ac90f4b 100755 (executable)
@@ -20,9 +20,9 @@ using System.ComponentModel;
 
 namespace Tizen.NUI.BaseComponents
 {
-    #if (NUI_DEBUG_ON)
+#if (NUI_DEBUG_ON)
     using tlog = Tizen.Log;
-    #endif
+#endif
 
     /// <summary>
     /// AnimatedVectorImageView is a class for displaying a vector resource.
old mode 100644 (file)
new mode 100755 (executable)
index c393fcc..5d26cfb
@@ -275,7 +275,7 @@ namespace Tizen.NUI.BaseComponents
             {
                 return ReferenceEquals(lhs, rhs) ? Normal : lhs;
             }
-            
+
             var rest = lhs.stateList.Except(rhs.stateList);
 
             if (rest.Count() == 0)
old mode 100644 (file)
new mode 100755 (executable)
index 2b7969e..19eea4e
@@ -50,7 +50,7 @@ namespace Tizen.NUI.BaseComponents
         {
             var imageView = (ImageView)bindable;
             string ret = "";
-                       
+
             PropertyMap imageMap = new PropertyMap();
             Tizen.NUI.Object.GetProperty(imageView.swigCPtr, ImageView.Property.IMAGE).Get(imageMap);
             imageMap.Find(ImageVisualProperty.URL)?.Get(out ret);
@@ -162,7 +162,7 @@ namespace Tizen.NUI.BaseComponents
         public static readonly BindableProperty BorderProperty = BindableProperty.Create(nameof(Border), typeof(Rectangle), typeof(ImageView), null, propertyChanged: (bindable, oldValue, newValue) =>
         {
             var imageView = (ImageView)bindable;
-            if(newValue != null)
+            if (newValue != null)
             {
                 imageView._border = new Rectangle((Rectangle)newValue);
                 imageView.UpdateImage(NpatchImageVisualProperty.Border, new PropertyValue(imageView._border));
@@ -201,7 +201,7 @@ namespace Tizen.NUI.BaseComponents
             var imageView = (ImageView)bindable;
             if (newValue != null)
             {
-                imageView._synchronosLoading = (bool) newValue;
+                imageView._synchronosLoading = (bool)newValue;
                 imageView.UpdateImage(NpatchImageVisualProperty.SynchronousLoading, new PropertyValue((bool)newValue));
             }
         },
@@ -224,7 +224,7 @@ namespace Tizen.NUI.BaseComponents
         defaultValueCreator: (bindable) =>
         {
             var imageView = (ImageView)bindable;
-            
+
             bool ret = false;
             PropertyMap imageMap = new PropertyMap();
             Tizen.NUI.Object.GetProperty(imageView.swigCPtr, ImageView.Property.IMAGE).Get(imageMap);
@@ -451,7 +451,7 @@ namespace Tizen.NUI.BaseComponents
             {
                 SetValue(ResourceUrlProperty, value);
                 resourceUrlSelector.UpdateIfNeeds(this, value);
-                NotifyPropertyChanged();       
+                NotifyPropertyChanged();
             }
         }
 
@@ -678,7 +678,7 @@ namespace Tizen.NUI.BaseComponents
         /// <since_tizen> 3 </since_tizen>
         public void SetImage(string url)
         {
-            if(url.Contains(".json"))
+            if (url.Contains(".json"))
             {
                 Tizen.Log.Fatal("NUI", "[ERROR] Please DO NOT set lottie file in ImageView! This is temporary checking, will be removed soon!");
                 return;
@@ -794,7 +794,7 @@ namespace Tizen.NUI.BaseComponents
 
         internal VisualFittingModeType CovertFittingModetoVisualFittingMode(FittingModeType value)
         {
-            switch(value)
+            switch (value)
             {
                 case FittingModeType.ShrinkToFit:
                     return VisualFittingModeType.FitKeepAspectRatio;
@@ -815,7 +815,7 @@ namespace Tizen.NUI.BaseComponents
 
         internal FittingModeType ConvertVisualFittingModetoFittingMode(VisualFittingModeType value)
         {
-            switch(value)
+            switch (value)
             {
                 case VisualFittingModeType.FitKeepAspectRatio:
                     return FittingModeType.ShrinkToFit;
@@ -855,7 +855,7 @@ namespace Tizen.NUI.BaseComponents
             set
             {
                 VisualFittingModeType ret = CovertFittingModetoVisualFittingMode(value);
-                UpdateImage(Visual.Property.VisualFittingMode, new PropertyValue((int) ret));
+                UpdateImage(Visual.Property.VisualFittingMode, new PropertyValue((int)ret));
             }
         }
 
@@ -931,7 +931,7 @@ namespace Tizen.NUI.BaseComponents
                 UpdateImage(ImageVisualProperty.ReleasePolicy, new PropertyValue((int)value));
             }
         }
+
         /// <summary>
         /// Gets or sets the wrap mode for the u coordinate.<br />
         /// It decides how the texture should be sampled when the u coordinate exceeds the range of 0.0 to 1.0.<br />
@@ -998,7 +998,7 @@ namespace Tizen.NUI.BaseComponents
 
         internal void SetImage(string url, Uint16Pair size)
         {
-            if(url.Contains(".json"))
+            if (url.Contains(".json"))
             {
                 Tizen.Log.Fatal("NUI", "[ERROR] Please DO NOT set lottie file in ImageView! This is temporary checking, will be removed soon!");
                 return;
@@ -1006,7 +1006,7 @@ namespace Tizen.NUI.BaseComponents
 
             Interop.ImageView.ImageView_SetImage__SWIG_2(swigCPtr, url, Uint16Pair.getCPtr(size));
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-                       
+
             ResourceUrl = url;
         }
 
@@ -1082,15 +1082,15 @@ namespace Tizen.NUI.BaseComponents
             PropertyMap imageMap = new PropertyMap();
             Tizen.NUI.Object.GetProperty(swigCPtr, ImageView.Property.IMAGE).Get(imageMap);
             imageMap.Merge(fromMap);
-                       
+
             SetProperty(ImageView.Property.IMAGE, new PropertyValue(imageMap));
         }
-               
+
         private void UpdateImage(int key, PropertyValue value)
         {
             PropertyMap temp = new PropertyMap();
 
-            if(_alphaMaskUrl != null)
+            if (_alphaMaskUrl != null)
             {
                 temp.Insert(ImageVisualProperty.AlphaMaskURL, new PropertyValue(_alphaMaskUrl));
             }
@@ -1125,27 +1125,27 @@ namespace Tizen.NUI.BaseComponents
             }
 
             // Do Fitting Buffer when desired dimension is set
-            if_desired_width != -1 && _desired_height != -1)
+            if (_desired_width != -1 && _desired_height != -1)
             {
-                if(_resourceUrl != null)
+                if (_resourceUrl != null)
                 {
-                  Size2D imageSize = ImageLoading.GetOriginalImageSize(_resourceUrl);
-
-                  int ret_width,ret_height;
-                  if( imageSize.Width > imageSize.Height)
-                  {
-                      ret_width = _desired_width;
-                      ret_height = imageSize.Height * _desired_height /(imageSize.Width);
-                  }
-                  else
-                  {
-                      ret_width = imageSize.Width*_desired_width/(imageSize.Height);
-                      ret_height = _desired_height;
-
-                  }
-                  temp.Insert(ImageVisualProperty.DesiredWidth, new PropertyValue((int)ret_width));
-                  temp.Insert(ImageVisualProperty.DesiredHeight, new PropertyValue((int)ret_height));
-                  temp.Insert(ImageVisualProperty.FittingMode, new PropertyValue((int) FittingModeType.ShrinkToFit));
+                    Size2D imageSize = ImageLoading.GetOriginalImageSize(_resourceUrl);
+
+                    int ret_width, ret_height;
+                    if (imageSize.Width > imageSize.Height)
+                    {
+                        ret_width = _desired_width;
+                        ret_height = imageSize.Height * _desired_height / (imageSize.Width);
+                    }
+                    else
+                    {
+                        ret_width = imageSize.Width * _desired_width / (imageSize.Height);
+                        ret_height = _desired_height;
+
+                    }
+                    temp.Insert(ImageVisualProperty.DesiredWidth, new PropertyValue((int)ret_width));
+                    temp.Insert(ImageVisualProperty.DesiredHeight, new PropertyValue((int)ret_height));
+                    temp.Insert(ImageVisualProperty.FittingMode, new PropertyValue((int)FittingModeType.ShrinkToFit));
                 }
             }
 
index 82aabb3..3876139 100755 (executable)
@@ -22,9 +22,9 @@ using System.Collections.Generic;
 
 namespace Tizen.NUI.BaseComponents
 {
-    #if (NUI_DEBUG_ON)
+#if (NUI_DEBUG_ON)
     using tlog = Tizen.Log;
-    #endif
+#endif
 
     /// <summary>
     /// LottieAnimationView renders an animated vector image (Lottie file).
@@ -972,7 +972,7 @@ namespace Tizen.NUI.BaseComponents
         private bool BeReadyToShow(LottieAnimationView lottieView)
         {
             // Validate input lottieView
-            if (null== lottieView || lottieView.PlayState == LottieAnimationView.PlayStateType.Invalid)
+            if (null == lottieView || lottieView.PlayState == LottieAnimationView.PlayStateType.Invalid)
             {
                 return false;
             }
index e2608b5..6f64793 100755 (executable)
@@ -57,7 +57,7 @@ namespace Tizen.NUI.BaseComponents
             // To prevent a state from having multiple values, remove existing state-value pair.
             int index = ((List<StateValuePair<T>>)StateValueList).FindIndex(x => x.State == stateValuePair.State);
             if (index != -1)
-               StateValueList.RemoveAt(index);
+                StateValueList.RemoveAt(index);
 
             StateValueList.Add(stateValuePair);
         }
index a1c3f6e..d79ecd6 100755 (executable)
@@ -85,7 +85,7 @@ namespace Tizen.NUI.BaseComponents
         private Selector<Rectangle> backgroundImageBorderSelector;
         private Selector<Color> colorSelector;
 
-        static ViewStyle() {}
+        static ViewStyle() { }
 
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -716,9 +716,9 @@ namespace Tizen.NUI.BaseComponents
         {
             if (view == null) return;
 
-            BindableProperty.GetBindablePropertysOfType(GetType(), out var styleProperties);            
+            BindableProperty.GetBindablePropertysOfType(GetType(), out var styleProperties);
             BindableProperty.GetBindablePropertysOfType(view.GetType(), out var viewProperties);
-            
+
 
             if (styleProperties == null || viewProperties == null) return;
 
index 9ebc769..56974f7 100755 (executable)
@@ -785,7 +785,7 @@ namespace Tizen.NUI.BaseComponents
         public static readonly BindableProperty BackgroundColorSelectorProperty = BindableProperty.Create("BackgroundColorSelector", typeof(Selector<Color>), typeof(ViewStyle), null, propertyChanged: (bindable, oldValue, newValue) =>
         {
             var viewStyle = (ViewStyle)bindable;
-            
+
             if (newValue == null)
             {
                 viewStyle.backgroundColorSelector = null;
@@ -795,7 +795,7 @@ namespace Tizen.NUI.BaseComponents
                 viewStyle.backgroundColorSelector = ((Selector<Color>)newValue).Clone();
                 viewStyle.backgroundImageSelector = null;
             }
-            
+
         },
         defaultValueCreator: (bindable) =>
         {
index d9b47c6..ed91df8 100755 (executable)
@@ -1261,12 +1261,12 @@ namespace Tizen.NUI.BaseComponents
 
             if (this.HasBody())
             {
-                if(_textEditorTextChangedCallbackDelegate != null)
+                if (_textEditorTextChangedCallbackDelegate != null)
                 {
                     TextChangedSignal().Disconnect(_textEditorTextChangedCallbackDelegate);
                 }
 
-                if(_textEditorMaxLengthReachedCallbackDelegate != null)
+                if (_textEditorMaxLengthReachedCallbackDelegate != null)
                 {
                     this.MaxLengthReachedSignal().Disconnect(_textEditorMaxLengthReachedCallbackDelegate);
                 }
index 250bd28..10d2492 100755 (executable)
@@ -1022,7 +1022,7 @@ namespace Tizen.NUI.BaseComponents
             Text = NUIApplication.MultilingualResourceManager?.GetString(textLabelSid, new CultureInfo(e.Value.Replace("_", "-")));
         }
 
-        private void  NotifyPropertyChangedAndRequestLayout()
+        private void NotifyPropertyChangedAndRequestLayout()
         {
             NotifyPropertyChanged();
             Layout?.RequestLayout();
index e0945ae..653ba72 100755 (executable)
@@ -86,23 +86,27 @@ namespace Tizen.NUI.BaseComponents
             set
             {
                 string alignment = "begin";
-                switch(value)
+                switch (value)
                 {
-                    case HorizontalAlignment.Begin: {
-                        alignment = "begin";
-                        break;
-                    }
-                    case HorizontalAlignment.Center: {
-                        alignment = "center";
-                        break;
-                    }
-                    case HorizontalAlignment.End: {
-                        alignment = "end";
-                        break;
-                    }
-                    default : {
-                        break;
-                    }
+                    case HorizontalAlignment.Begin:
+                        {
+                            alignment = "begin";
+                            break;
+                        }
+                    case HorizontalAlignment.Center:
+                        {
+                            alignment = "center";
+                            break;
+                        }
+                    case HorizontalAlignment.End:
+                        {
+                            alignment = "end";
+                            break;
+                        }
+                    default:
+                        {
+                            break;
+                        }
                 }
                 Interop.RendererParameters.RendererParameters_horizontalAlignment_set(swigCPtr, alignment);
                 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
@@ -112,23 +116,27 @@ namespace Tizen.NUI.BaseComponents
                 string ret = Interop.RendererParameters.RendererParameters_horizontalAlignment_get(swigCPtr);
                 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
                 HorizontalAlignment alignment = HorizontalAlignment.Begin;
-                switch(ret)
+                switch (ret)
                 {
-                    case "begin": {
-                        alignment = HorizontalAlignment.Begin;
-                        break;
-                    }
-                    case "center": {
-                        alignment = HorizontalAlignment.Center;
-                        break;
-                    }
-                    case "end": {
-                        alignment = HorizontalAlignment.End;
-                        break;
-                    }
-                    default : {
-                        break;
-                    }
+                    case "begin":
+                        {
+                            alignment = HorizontalAlignment.Begin;
+                            break;
+                        }
+                    case "center":
+                        {
+                            alignment = HorizontalAlignment.Center;
+                            break;
+                        }
+                    case "end":
+                        {
+                            alignment = HorizontalAlignment.End;
+                            break;
+                        }
+                    default:
+                        {
+                            break;
+                        }
                 }
                 return alignment;
             }
@@ -144,23 +152,27 @@ namespace Tizen.NUI.BaseComponents
             set
             {
                 string alignment = "top";
-                switch(value)
+                switch (value)
                 {
-                    case VerticalAlignment.Top: {
-                        alignment = "top";
-                        break;
-                    }
-                    case VerticalAlignment.Center: {
-                        alignment = "center";
-                        break;
-                    }
-                    case VerticalAlignment.Bottom: {
-                        alignment = "bottom";
-                        break;
-                    }
-                    default : {
-                        break;
-                    }
+                    case VerticalAlignment.Top:
+                        {
+                            alignment = "top";
+                            break;
+                        }
+                    case VerticalAlignment.Center:
+                        {
+                            alignment = "center";
+                            break;
+                        }
+                    case VerticalAlignment.Bottom:
+                        {
+                            alignment = "bottom";
+                            break;
+                        }
+                    default:
+                        {
+                            break;
+                        }
                 }
                 Interop.RendererParameters.RendererParameters_verticalAlignment_set(swigCPtr, alignment);
                 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
@@ -170,23 +182,27 @@ namespace Tizen.NUI.BaseComponents
                 string ret = Interop.RendererParameters.RendererParameters_verticalAlignment_get(swigCPtr);
                 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
                 VerticalAlignment alignment = VerticalAlignment.Top;
-                switch(ret)
+                switch (ret)
                 {
-                    case "top": {
-                        alignment = VerticalAlignment.Top;
-                        break;
-                    }
-                    case "center": {
-                        alignment = VerticalAlignment.Center;
-                        break;
-                    }
-                    case "bottom": {
-                        alignment = VerticalAlignment.Bottom;
-                        break;
-                    }
-                    default : {
-                        break;
-                    }
+                    case "top":
+                        {
+                            alignment = VerticalAlignment.Top;
+                            break;
+                        }
+                    case "center":
+                        {
+                            alignment = VerticalAlignment.Center;
+                            break;
+                        }
+                    case "bottom":
+                        {
+                            alignment = VerticalAlignment.Bottom;
+                            break;
+                        }
+                    default:
+                        {
+                            break;
+                        }
                 }
                 return alignment;
             }
@@ -282,23 +298,27 @@ namespace Tizen.NUI.BaseComponents
             set
             {
                 string textLayout = "singleLine";
-                switch(value)
+                switch (value)
                 {
-                    case TextLayout.SingleLine: {
-                        textLayout = "singleLine";
-                        break;
-                    }
-                    case TextLayout.MultiLine: {
-                        textLayout = "multiLine";
-                        break;
-                    }
-                    case TextLayout.Circular: {
-                        textLayout = "circular";
-                        break;
-                    }
-                    default : {
-                        break;
-                    }
+                    case TextLayout.SingleLine:
+                        {
+                            textLayout = "singleLine";
+                            break;
+                        }
+                    case TextLayout.MultiLine:
+                        {
+                            textLayout = "multiLine";
+                            break;
+                        }
+                    case TextLayout.Circular:
+                        {
+                            textLayout = "circular";
+                            break;
+                        }
+                    default:
+                        {
+                            break;
+                        }
                 }
                 Interop.RendererParameters.RendererParameters_layout_set(swigCPtr, textLayout);
                 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
@@ -308,23 +328,27 @@ namespace Tizen.NUI.BaseComponents
                 string ret = Interop.RendererParameters.RendererParameters_layout_get(swigCPtr);
                 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
                 TextLayout textLayout = TextLayout.SingleLine;
-                switch(ret)
+                switch (ret)
                 {
-                    case "singleLine": {
-                        textLayout = TextLayout.SingleLine;
-                        break;
-                    }
-                    case "multiLine": {
-                        textLayout = TextLayout.MultiLine;
-                        break;
-                    }
-                    case "circular": {
-                        textLayout = TextLayout.Circular;
-                        break;
-                    }
-                    default : {
-                        break;
-                    }
+                    case "singleLine":
+                        {
+                            textLayout = TextLayout.SingleLine;
+                            break;
+                        }
+                    case "multiLine":
+                        {
+                            textLayout = TextLayout.MultiLine;
+                            break;
+                        }
+                    case "circular":
+                        {
+                            textLayout = TextLayout.Circular;
+                            break;
+                        }
+                    default:
+                        {
+                            break;
+                        }
                 }
                 return textLayout;
             }
@@ -340,23 +364,27 @@ namespace Tizen.NUI.BaseComponents
             set
             {
                 string alignment = "begin";
-                switch(value)
+                switch (value)
                 {
-                    case CircularAlignment.Begin: {
-                        alignment = "begin";
-                        break;
-                    }
-                    case CircularAlignment.Center: {
-                        alignment = "center";
-                        break;
-                    }
-                    case CircularAlignment.End: {
-                        alignment = "end";
-                        break;
-                    }
-                    default : {
-                        break;
-                    }
+                    case CircularAlignment.Begin:
+                        {
+                            alignment = "begin";
+                            break;
+                        }
+                    case CircularAlignment.Center:
+                        {
+                            alignment = "center";
+                            break;
+                        }
+                    case CircularAlignment.End:
+                        {
+                            alignment = "end";
+                            break;
+                        }
+                    default:
+                        {
+                            break;
+                        }
                 }
                 Interop.RendererParameters.RendererParameters_circularAlignment_set(swigCPtr, alignment);
                 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
@@ -366,23 +394,27 @@ namespace Tizen.NUI.BaseComponents
                 string ret = Interop.RendererParameters.RendererParameters_circularAlignment_get(swigCPtr);
                 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
                 CircularAlignment alignment = CircularAlignment.Begin;
-                switch(ret)
+                switch (ret)
                 {
-                    case "begin": {
-                        alignment = CircularAlignment.Begin;
-                        break;
-                    }
-                    case "center": {
-                        alignment = CircularAlignment.Center;
-                        break;
-                    }
-                    case "end": {
-                        alignment = CircularAlignment.End;
-                        break;
-                    }
-                    default : {
-                        break;
-                    }
+                    case "begin":
+                        {
+                            alignment = CircularAlignment.Begin;
+                            break;
+                        }
+                    case "center":
+                        {
+                            alignment = CircularAlignment.Center;
+                            break;
+                        }
+                    case "end":
+                        {
+                            alignment = CircularAlignment.End;
+                            break;
+                        }
+                    default:
+                        {
+                            break;
+                        }
                 }
                 return alignment;
             }
@@ -968,7 +1000,8 @@ namespace Tizen.NUI.BaseComponents
             PixelBuffer ret = new PixelBuffer(Interop.TextUtils.TextUtils_Render(RendererParameters.getCPtr(textParameters), ref returnItem, ref count, ref length), true);
 
             embeddedItemLayout = new EmbeddedItemInfo[count];
-            for(int i=0; i< count; i++) {
+            for (int i = 0; i < count; i++)
+            {
                 IntPtr p = new IntPtr((returnItem.ToInt32() + i * length));
                 embeddedItemLayout[i] = new EmbeddedItemInfo(p, false);
             }
index d082d6f..9a6c81b 100755 (executable)
@@ -489,7 +489,7 @@ namespace Tizen.NUI.BaseComponents
         [EditorBrowsable(EditorBrowsableState.Never)]
         public SafeNativePlayerHandle(VideoView videoView) : base(global::System.IntPtr.Zero, false)
         {
-            if(videoView != null)
+            if (videoView != null)
             {
                 SetHandle(videoView.GetNativePlayerHandle());
             }
index 8d05faa..c8881d6 100755 (executable)
@@ -43,7 +43,7 @@ namespace Tizen.NUI.BaseComponents
         /// </summary>
         /// This will be public opened in tizen_5.5 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public static bool layoutingDisabled{get; set;} = true;
+        public static bool layoutingDisabled { get; set; } = true;
 
         private LayoutItem _layout; // Exclusive layout assigned to this View.
 
@@ -67,7 +67,7 @@ namespace Tizen.NUI.BaseComponents
         internal Size2D sizeSetExplicitly = new Size2D(); // Store size set by API, will be used in place of NaturalSize if not set.
         internal BackgroundExtraData backgroundExtraData;
 
-        static View() {}
+        static View() { }
 
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -114,7 +114,7 @@ namespace Tizen.NUI.BaseComponents
         internal View(View uiControl, bool shown = true) : this(Interop.View.new_View__SWIG_1(View.getCPtr(uiControl)), true)
         {
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
-            if(!shown)
+            if (!shown)
             {
                 SetVisible(false);
             }
@@ -217,7 +217,7 @@ namespace Tizen.NUI.BaseComponents
             set
             {
                 excludeLayouting = value;
-                if(Layout != null && Layout.SetPositionByLayout != value)
+                if (Layout != null && Layout.SetPositionByLayout != value)
                 {
                     Layout.SetPositionByLayout = value;
                     Layout.RequestLayout();
@@ -1946,7 +1946,7 @@ namespace Tizen.NUI.BaseComponents
                     // If View stores the Margin too then the Legacy Size Negotiation will
                     // overwrite the position and size values measured in the Layouting.
                     Layout.Margin = value;
-                    SetValue(MarginProperty, new Extents(0,0,0,0));
+                    SetValue(MarginProperty, new Extents(0, 0, 0, 0));
                     _layout?.RequestLayout();
                 }
                 else
@@ -1971,16 +1971,16 @@ namespace Tizen.NUI.BaseComponents
             set
             {
                 _widthPolicy = value;
-                if( _oldWidthPolicy != _widthPolicy )
+                if (_oldWidthPolicy != _widthPolicy)
                 {
                     if (_widthPolicy >= 0)
                     {
-                        _measureSpecificationWidth = new MeasureSpecification( new LayoutLength(value), MeasureSpecification.ModeType.Exactly );
+                        _measureSpecificationWidth = new MeasureSpecification(new LayoutLength(value), MeasureSpecification.ModeType.Exactly);
 
-                        if(_heightPolicy>=0) // Policy an exact value
+                        if (_heightPolicy >= 0) // Policy an exact value
                         {
                             // Create Size2D only both _widthPolicy and _heightPolicy are set.
-                            Size2D = new Size2D(_widthPolicy,_heightPolicy);
+                            Size2D = new Size2D(_widthPolicy, _heightPolicy);
                         }
                     }
                     _layout?.RequestLayout();
@@ -2002,16 +2002,16 @@ namespace Tizen.NUI.BaseComponents
             set
             {
                 _heightPolicy = value;
-                if( _oldHeightPolicy != _heightPolicy )
+                if (_oldHeightPolicy != _heightPolicy)
                 {
                     if (_heightPolicy >= 0)
                     {
-                        _measureSpecificationHeight = new MeasureSpecification( new LayoutLength(value), MeasureSpecification.ModeType.Exactly );
+                        _measureSpecificationHeight = new MeasureSpecification(new LayoutLength(value), MeasureSpecification.ModeType.Exactly);
 
-                        if(_widthPolicy>=0) // Policy an exact value
+                        if (_widthPolicy >= 0) // Policy an exact value
                         {
                             // Create Size2D only both _widthPolicy and _heightPolicy are set.
-                            Size2D = new Size2D(_widthPolicy,_heightPolicy);
+                            Size2D = new Size2D(_widthPolicy, _heightPolicy);
                         }
 
                     }
@@ -2052,7 +2052,7 @@ namespace Tizen.NUI.BaseComponents
                 {
                     _layoutTransitions = new Dictionary<TransitionCondition, TransitionList>();
                 }
-                LayoutTransitionsHelper.AddTransitionForCondition(_layoutTransitions,value.Condition,value, true);
+                LayoutTransitionsHelper.AddTransitionForCondition(_layoutTransitions, value.Condition, value, true);
 
                 AttachTransitionsToChildren(value);
             }
@@ -2163,7 +2163,7 @@ namespace Tizen.NUI.BaseComponents
                 // Copy Margin and Padding to new layout being set or restore padding and margin back to
                 // View if no replacement. Previously margin and padding values would have been moved from
                 // the View to the layout.
-                if (_layout != null ) // Existing layout
+                if (_layout != null) // Existing layout
                 {
                     if (value != null)
                     {
@@ -2173,10 +2173,10 @@ namespace Tizen.NUI.BaseComponents
                     }
                     else
                     {
-                      // Layout not being replaced so restore margin and padding to View.
-                      SetValue(MarginProperty, _layout.Margin);
-                      SetValue(PaddingProperty, _layout.Padding);
-                      NotifyPropertyChanged();
+                        // Layout not being replaced so restore margin and padding to View.
+                        SetValue(MarginProperty, _layout.Margin);
+                        SetValue(PaddingProperty, _layout.Padding);
+                        NotifyPropertyChanged();
                     }
                 }
                 else
@@ -2184,21 +2184,21 @@ namespace Tizen.NUI.BaseComponents
                     // First Layout to be added to the View hence copy
 
                     // Do not try to set Margins or Padding on a null Layout (when a layout is being removed from a View)
-                    if (value !=null)
+                    if (value != null)
                     {
-                        if (Margin.Top != 0 || Margin.Bottom !=0 || Margin.Start !=0 || Margin.End != 0)
+                        if (Margin.Top != 0 || Margin.Bottom != 0 || Margin.Start != 0 || Margin.End != 0)
                         {
                             // If View already has a margin set then store it in Layout instead.
                             value.Margin = Margin;
-                            SetValue(MarginProperty, new Extents(0,0,0,0));
+                            SetValue(MarginProperty, new Extents(0, 0, 0, 0));
                             NotifyPropertyChanged();
                         }
 
-                        if (Padding.Top != 0 || Padding.Bottom !=0 || Padding.Start !=0 || Padding.End != 0)
+                        if (Padding.Top != 0 || Padding.Bottom != 0 || Padding.Start != 0 || Padding.End != 0)
                         {
                             // If View already has a padding set then store it in Layout instead.
                             value.Padding = Padding;
-                            SetValue(PaddingProperty, new Extents(0,0,0,0));
+                            SetValue(PaddingProperty, new Extents(0, 0, 0, 0));
                             NotifyPropertyChanged();
                         }
                     }
@@ -2329,7 +2329,7 @@ namespace Tizen.NUI.BaseComponents
             }
         }
 
-         /// <summary>
+        /// <summary>
         /// Whether the actor grab all touches even if touch leaves its boundary.
         /// </summary>
         /// <returns>true, if it grab all touch after start</returns>
index 51290f0..c2e0bf4 100755 (executable)
@@ -47,8 +47,8 @@ namespace Tizen.NUI.BaseComponents
         /// <summary>
         /// Constant which indicates child size should match parent size
         /// </summary>
-       /// This will be public opened in tizen_5.5 after ACR done. Before ACR, need to be hidden as inhouse API.
-       [EditorBrowsable(EditorBrowsableState.Never)]
+        /// This will be public opened in tizen_5.5 after ACR done. Before ACR, need to be hidden as inhouse API.
+        [EditorBrowsable(EditorBrowsableState.Never)]
         public const int MatchParent = -1;
         /// <summary>
         /// Constant which indicates parent should take the smallest size possible to wrap it's children with their desired size
index 1bcf86e..9e09a23 100755 (executable)
@@ -262,7 +262,7 @@ namespace Tizen.NUI.BaseComponents
         ///  This prevents the parent from interceping touch.
         /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public bool DisallowInterceptTouchEvent {get; set;}
+        public bool DisallowInterceptTouchEvent { get; set; }
 
 
         /// <summary>
@@ -539,7 +539,7 @@ namespace Tizen.NUI.BaseComponents
         [EditorBrowsable(EditorBrowsableState.Never)]
         internal void EmitBackKeyPressed()
         {
-            _backKeyPressed.Invoke(this,null);
+            _backKeyPressed.Invoke(this, null);
         }
 
 
@@ -1265,9 +1265,9 @@ namespace Tizen.NUI.BaseComponents
         private EventHandlerWithReturnType<object, WheelEventArgs, bool> WindowWheelEventHandler;
         private void OnWindowWheelEvent(object sender, Window.WheelEventArgs e)
         {
-            if(e != null)
+            if (e != null)
             {
-                if(e.Wheel.Type == Wheel.WheelType.CustomWheel)
+                if (e.Wheel.Type == Wheel.WheelType.CustomWheel)
                 {
                     var arg = new WheelEventArgs()
                     {
index c0367a2..bd71b42 100755 (executable)
@@ -1170,7 +1170,7 @@ namespace Tizen.NUI.BaseComponents
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected virtual bool HandleControlStateOnTouch(Touch touch)
         {
-            switch(touch.GetState(0))
+            switch (touch.GetState(0))
             {
                 case PointStateType.Down:
                     ControlState += ControlState.Pressed;
index 97b5a23..7871280 100755 (executable)
@@ -129,7 +129,7 @@ namespace Tizen.NUI.BaseComponents
                 // If child already has a parent then re-parent child
                 if (oldParent != null)
                 {
-                    if (child.Layout !=null)
+                    if (child.Layout != null)
                     {
                         child.Layout.SetReplaceFlag();
                     }
@@ -312,7 +312,7 @@ namespace Tizen.NUI.BaseComponents
                 parentChildren.Add(this);
 
                 LayoutGroup layout = Layout as LayoutGroup;
-                layout?.ChangeLayoutSiblingOrder(parentChildren.Count-1);
+                layout?.ChangeLayoutSiblingOrder(parentChildren.Count - 1);
 
                 Interop.NDalic.RaiseToTop(swigCPtr);
                 if (NDalicPINVOKE.SWIGPendingException.Pending)
@@ -613,11 +613,11 @@ namespace Tizen.NUI.BaseComponents
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void ObjectDump()
         {
-            if ( 0== Children.Count)
+            if (== Children.Count)
             {
                 Type type = this.GetType();
                 PropertyInfo[] properties = type.GetProperties(BindingFlags.Public | BindingFlags.Instance);
-                foreach(var property in properties)
+                foreach (var property in properties)
                 {
                     if (null != property && property.CanRead)
                     {
index d9ac1e1..eb0ca59 100755 (executable)
@@ -22,7 +22,7 @@ namespace Tizen.NUI.BaseComponents
     /// </summary>
     internal class ViewSelectorData
     {
-        public TriggerableSelector<Color> BackgroundColor { get; } = new TriggerableSelector<Color>(View.BackgroundColorProperty, delegate(View view)
+        public TriggerableSelector<Color> BackgroundColor { get; } = new TriggerableSelector<Color>(View.BackgroundColorProperty, delegate (View view)
         {
             var background = view.Background;
             int visualType = 0;
@@ -36,14 +36,14 @@ namespace Tizen.NUI.BaseComponents
             }
             return null;
         });
-        public TriggerableSelector<string> BackgroundImage { get; } = new TriggerableSelector<string>(View.BackgroundImageProperty, delegate(View view)
+        public TriggerableSelector<string> BackgroundImage { get; } = new TriggerableSelector<string>(View.BackgroundImageProperty, delegate (View view)
         {
             string backgroundImage = null;
             view.Background.Find(ImageVisualProperty.URL)?.Get(out backgroundImage);
             return backgroundImage;
         });
         public TriggerableSelector<Rectangle> BackgroundImageBorder { get; } = new TriggerableSelector<Rectangle>(View.BackgroundImageBorderProperty);
-        public TriggerableSelector<Color> Color { get; } = new TriggerableSelector<Color>(View.ColorProperty, delegate(View view)
+        public TriggerableSelector<Color> Color { get; } = new TriggerableSelector<Color>(View.ColorProperty, delegate (View view)
         {
             Color color = new Color();
             if (view.GetProperty(Interop.ActorProperty.ActorPropertyColorGet()).Get(color))
index 5ccca2c..cf3c707 100755 (executable)
@@ -471,7 +471,7 @@ namespace Tizen.NUI
                 Registry.Unregister(this);
             }
 
-            if(swigCPtr.Handle != IntPtr.Zero)
+            if (swigCPtr.Handle != IntPtr.Zero)
             {
                 if (swigCMemOwn)
                 {
index 34b8a1b..55a85cd 100755 (executable)
@@ -20,152 +20,152 @@ using Tizen.NUI.BaseComponents;
 
 namespace Tizen.NUI.Events
 {
-  /// <summary>
-  /// This is a class for detects various gestures.
-  /// </summary>
-  [EditorBrowsable(EditorBrowsableState.Never)]
-  public class GestureDetectorManager : Disposable
-  {
     /// <summary>
-    ///  This class is used to create a subset of the gestures you only want.
-    ///  You can inherit this class and implement the callback for gestures what you want to use.
+    /// This is a class for detects various gestures.
     /// </summary>
     [EditorBrowsable(EditorBrowsableState.Never)]
-    public class GestureListener
+    public class GestureDetectorManager : Disposable
     {
-      /// <summary>
-      ///  TapGestureDetector event callback.
-      /// </summary>
-      [EditorBrowsable(EditorBrowsableState.Never)]
-      public virtual void OnTap(object sender, TapGestureDetector.DetectedEventArgs e, object userData)
-      {
-      }
-
-      /// <summary>
-      ///  LongPressGestureDetector event callback.
-      /// </summary>
-      [EditorBrowsable(EditorBrowsableState.Never)]
-      public virtual void OnLongPress(object sender, LongPressGestureDetector.DetectedEventArgs e, object userData)
-      {
-      }
-
-      /// <summary>
-      ///  PanGestureDetector event callback.
-      /// </summary>
-      [EditorBrowsable(EditorBrowsableState.Never)]
-      public virtual void OnPan(object sender, PanGestureDetector.DetectedEventArgs e, object userData)
-      {
-      }
-
-      /// <summary>
-      ///  PinchGestureDetector event callback.
-      /// </summary>
-      [EditorBrowsable(EditorBrowsableState.Never)]
-      public virtual void OnPinch(object sender, PinchGestureDetector.DetectedEventArgs e, object userData)
-      {
-      }
+        /// <summary>
+        ///  This class is used to create a subset of the gestures you only want.
+        ///  You can inherit this class and implement the callback for gestures what you want to use.
+        /// </summary>
+        [EditorBrowsable(EditorBrowsableState.Never)]
+        public class GestureListener
+        {
+            /// <summary>
+            ///  TapGestureDetector event callback.
+            /// </summary>
+            [EditorBrowsable(EditorBrowsableState.Never)]
+            public virtual void OnTap(object sender, TapGestureDetector.DetectedEventArgs e, object userData)
+            {
+            }
+
+            /// <summary>
+            ///  LongPressGestureDetector event callback.
+            /// </summary>
+            [EditorBrowsable(EditorBrowsableState.Never)]
+            public virtual void OnLongPress(object sender, LongPressGestureDetector.DetectedEventArgs e, object userData)
+            {
+            }
+
+            /// <summary>
+            ///  PanGestureDetector event callback.
+            /// </summary>
+            [EditorBrowsable(EditorBrowsableState.Never)]
+            public virtual void OnPan(object sender, PanGestureDetector.DetectedEventArgs e, object userData)
+            {
+            }
+
+            /// <summary>
+            ///  PinchGestureDetector event callback.
+            /// </summary>
+            [EditorBrowsable(EditorBrowsableState.Never)]
+            public virtual void OnPinch(object sender, PinchGestureDetector.DetectedEventArgs e, object userData)
+            {
+            }
+        }
+
+        private GestureListener mListener;
+        private TapGestureDetector mTapGestureDetector;
+        private LongPressGestureDetector mLongGestureDetector;
+        private PinchGestureDetector mPinchGestureDetector;
+        private PanGestureDetector mPanGestureDetector;
+        private object mUserData;
+
+        /// <summary>
+        ///  Creates a GestureDetectorManager with the user listener.
+        /// </summary>
+        [EditorBrowsable(EditorBrowsableState.Never)]
+        public GestureDetectorManager(View view, GestureListener listener)
+        {
+            if (view == null)
+            {
+                throw new global::System.ArgumentNullException(nameof(view));
+            }
+            if (listener == null)
+            {
+                throw new global::System.ArgumentNullException(nameof(listener));
+            }
+
+            mListener = listener;
+            view.GrabTouchAfterLeave = true;
+            init(view);
+        }
+
+        private void init(View view)
+        {
+            mTapGestureDetector = new TapGestureDetector();
+            mLongGestureDetector = new LongPressGestureDetector();
+            mPanGestureDetector = new PanGestureDetector();
+            mPinchGestureDetector = new PinchGestureDetector();
+
+            mTapGestureDetector.Attach(view);
+            mLongGestureDetector.Attach(view);
+            mPanGestureDetector.Attach(view);
+            mPinchGestureDetector.Attach(view);
+        }
+
+        private void InternalOnTap(object sender, TapGestureDetector.DetectedEventArgs e)
+        {
+            mListener.OnTap(sender, e, mUserData);
+            mTapGestureDetector.Detected -= InternalOnTap;
+        }
+
+        private void InternalOnLongPress(object sender, LongPressGestureDetector.DetectedEventArgs e)
+        {
+            mListener.OnLongPress(sender, e, mUserData);
+            mLongGestureDetector.Detected -= InternalOnLongPress;
+        }
+
+        private void InternalOnPan(object sender, PanGestureDetector.DetectedEventArgs e)
+        {
+            mListener.OnPan(sender, e, mUserData);
+            mPanGestureDetector.Detected -= InternalOnPan;
+        }
+
+        private void InternalOnPinch(object sender, PinchGestureDetector.DetectedEventArgs e)
+        {
+            mListener.OnPinch(sender, e, mUserData);
+            mPinchGestureDetector.Detected -= InternalOnPinch;
+        }
+
+        /// <summary>
+        /// Gestures also work only when there is a touch event.
+        /// </summary>
+        /// <param name="sender">The actor who delivered the touch event.</param>
+        /// <param name="e">The TouchEventArgs</param>
+        [EditorBrowsable(EditorBrowsableState.Never)]
+        public void FeedTouchEvent(object sender, View.TouchEventArgs e)
+        {
+            FeedTouchEvent(sender, e, null);
+        }
+
+        /// <summary>
+        /// Gestures also work only when there is a touch event.
+        /// </summary>
+        /// <param name="sender">The actor who delivered the touch event.</param>
+        /// <param name="e">The TouchEventArgs</param>
+        /// <param name="userData">The user data object</param>
+        [EditorBrowsable(EditorBrowsableState.Never)]
+        public void FeedTouchEvent(object sender, View.TouchEventArgs e, object userData)
+        {
+            mUserData = userData;
+            mTapGestureDetector.Detected -= InternalOnTap;
+            mLongGestureDetector.Detected -= InternalOnLongPress;
+            mPanGestureDetector.Detected -= InternalOnPan;
+            mPinchGestureDetector.Detected -= InternalOnPinch;
+
+            if (e != null &&
+                (e.Touch.GetState(0) != PointStateType.Finished ||
+                 e.Touch.GetState(0) != PointStateType.Up ||
+                 e.Touch.GetState(0) != PointStateType.Interrupted))
+            {
+                mTapGestureDetector.Detected += InternalOnTap;
+                mLongGestureDetector.Detected += InternalOnLongPress;
+                mPanGestureDetector.Detected += InternalOnPan;
+                mPinchGestureDetector.Detected += InternalOnPinch;
+            }
+        }
     }
-
-    private GestureListener mListener;
-    private TapGestureDetector mTapGestureDetector;
-    private LongPressGestureDetector mLongGestureDetector;
-    private PinchGestureDetector mPinchGestureDetector;
-    private PanGestureDetector mPanGestureDetector;
-    private object mUserData;
-
-    /// <summary>
-    ///  Creates a GestureDetectorManager with the user listener.
-    /// </summary>
-    [EditorBrowsable(EditorBrowsableState.Never)]
-    public GestureDetectorManager(View view, GestureListener listener)
-    {
-      if(view == null)
-      {
-        throw new global::System.ArgumentNullException(nameof(view));
-      }
-      if(listener == null)
-      {
-        throw new global::System.ArgumentNullException(nameof(listener));
-      }
-
-      mListener = listener;
-      view.GrabTouchAfterLeave = true;
-      init(view);
-    }
-
-    private void init(View view)
-    {
-      mTapGestureDetector = new TapGestureDetector();
-      mLongGestureDetector = new LongPressGestureDetector();
-      mPanGestureDetector = new PanGestureDetector();
-      mPinchGestureDetector = new PinchGestureDetector();
-
-      mTapGestureDetector.Attach(view);
-      mLongGestureDetector.Attach(view);
-      mPanGestureDetector.Attach(view);
-      mPinchGestureDetector.Attach(view);
-    }
-
-    private void InternalOnTap(object sender, TapGestureDetector.DetectedEventArgs e)
-    {
-      mListener.OnTap(sender, e, mUserData);
-      mTapGestureDetector.Detected -= InternalOnTap;
-    }
-
-    private void InternalOnLongPress(object sender, LongPressGestureDetector.DetectedEventArgs e)
-    {
-      mListener.OnLongPress(sender, e, mUserData);
-      mLongGestureDetector.Detected -= InternalOnLongPress;
-    }
-
-    private void InternalOnPan(object sender, PanGestureDetector.DetectedEventArgs e)
-    {
-      mListener.OnPan(sender, e, mUserData);
-      mPanGestureDetector.Detected -= InternalOnPan;
-    }
-
-    private void InternalOnPinch(object sender, PinchGestureDetector.DetectedEventArgs e)
-    {
-      mListener.OnPinch(sender, e, mUserData);
-      mPinchGestureDetector.Detected -= InternalOnPinch;
-    }
-
-    /// <summary>
-    /// Gestures also work only when there is a touch event.
-    /// </summary>
-    /// <param name="sender">The actor who delivered the touch event.</param>
-    /// <param name="e">The TouchEventArgs</param>
-    [EditorBrowsable(EditorBrowsableState.Never)]
-    public void FeedTouchEvent(object sender, View.TouchEventArgs e)
-    {
-      FeedTouchEvent(sender, e, null);
-    }
-
-    /// <summary>
-    /// Gestures also work only when there is a touch event.
-    /// </summary>
-    /// <param name="sender">The actor who delivered the touch event.</param>
-    /// <param name="e">The TouchEventArgs</param>
-    /// <param name="userData">The user data object</param>
-    [EditorBrowsable(EditorBrowsableState.Never)]
-    public void FeedTouchEvent(object sender, View.TouchEventArgs e, object userData)
-    {
-      mUserData = userData;
-      mTapGestureDetector.Detected -= InternalOnTap;
-      mLongGestureDetector.Detected -= InternalOnLongPress;
-      mPanGestureDetector.Detected -= InternalOnPan;
-      mPinchGestureDetector.Detected -= InternalOnPinch;
-
-      if(e != null &&
-          (e.Touch.GetState(0) != PointStateType.Finished ||
-           e.Touch.GetState(0) != PointStateType.Up       ||
-           e.Touch.GetState(0) != PointStateType.Interrupted))
-      {
-        mTapGestureDetector.Detected += InternalOnTap;
-        mLongGestureDetector.Detected += InternalOnLongPress;
-        mPanGestureDetector.Detected += InternalOnPan;
-        mPinchGestureDetector.Detected += InternalOnPinch;
-      }
-    }
-  }
 }
index f600b7c..38dc897 100755 (executable)
@@ -395,7 +395,7 @@ namespace Tizen.NUI
         /// <since_tizen> 3 </since_tizen>
         public void SetCustomAlgorithm(ICustomFocusAlgorithm arg0)
         {
-            if(arg0 != null)
+            if (arg0 != null)
             {
                 _customAlgorithmInterfaceWrapper = new CustomAlgorithmInterfaceWrapper();
                 _customAlgorithmInterfaceWrapper.SetFocusAlgorithm(arg0);
@@ -775,7 +775,7 @@ namespace Tizen.NUI
 
             public override View GetNextFocusableView(View current, View proposed, View.FocusDirection direction)
             {
-                if(_customFocusAlgorithm == null)
+                if (_customFocusAlgorithm == null)
                 {
                     Tizen.Log.Error("NUI", $"[ERROR] User defined ICustomFocusAlgorithm interface class becomes unreachable. Null will be proposed for next focusing!");
                     return null;
index f82726d..2d28a3b 100755 (executable)
@@ -14,7 +14,7 @@
  * limitations under the License.
  *
  */
+
 using System;
 using System.Collections.Generic;
 using System.ComponentModel;
index 68788c4..d262169 100755 (executable)
@@ -59,7 +59,7 @@ namespace Tizen.NUI
         /// <param name="isTranslucent">Whether Window is translucent.</param>
         /// <returns>A new Window.</returns>
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public GLWindow(string name, Rectangle windowPosition = null, bool isTranslucent = false) : this(Interop.GLWindow.GlWindow_New__SWIG_1( Rectangle.getCPtr(windowPosition), name, "", isTranslucent), true)
+        public GLWindow(string name, Rectangle windowPosition = null, bool isTranslucent = false) : this(Interop.GLWindow.GlWindow_New__SWIG_1(Rectangle.getCPtr(windowPosition), name, "", isTranslucent), true)
         {
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
@@ -158,7 +158,7 @@ namespace Tizen.NUI
         /// <param name="msaa">The bit of msaa.</param>
         /// <param name="version">The GLES version.</param>
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public void SetEglConfig( bool depth, bool stencil, int msaa, GLESVersion version )
+        public void SetEglConfig(bool depth, bool stencil, int msaa, GLESVersion version)
         {
             Interop.GLWindow.GlWindow_SetEglConfig(swigCPtr, depth, stencil, msaa, (int)version);
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
@@ -225,7 +225,7 @@ namespace Tizen.NUI
             {
                 global::System.IntPtr intPtr = Interop.GLWindow.GlWindow_GetPositionSize(swigCPtr);
                 Rectangle val = new Rectangle(intPtr, true);
-                Rectangle ret = new Rectangle(val.X, val.Y, val.Width, val.Height );
+                Rectangle ret = new Rectangle(val.X, val.Y, val.Width, val.Height);
                 val.Dispose();
 
                 return ret;
@@ -458,7 +458,7 @@ namespace Tizen.NUI
         /// <param name="glRenderFrame">The callback function to render to the frame</param>
         /// <param name="glTerminate">The callback function to clean-up application GL resource</param>
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public void RegisterGlCallback( GLInitializeCallbackType glInit, GLRenderFrameCallbackType glRenderFrame, GLTerminateCallbackType glTerminate )
+        public void RegisterGlCallback(GLInitializeCallbackType glInit, GLRenderFrameCallbackType glRenderFrame, GLTerminateCallbackType glTerminate)
         {
             GLInitializeCallback = glInit;
             InitHandleRef = new HandleRef(this, Marshal.GetFunctionPointerForDelegate<Delegate>(GLInitializeCallback));
old mode 100644 (file)
new mode 100755 (executable)
index 3b86c55..51864ab
@@ -378,7 +378,8 @@ namespace Tizen.NUI
             public bool Visibility
             {
                 get => _visibility;
-                set {
+                set
+                {
                     _visibility = value;
                 }
             }
@@ -427,9 +428,9 @@ namespace Tizen.NUI
                 VisibilityChangedEventHandler -= value;
                 if (VisibilityChangedEventHandler == null)
                 {
-                    if(_GLVisibilityChangedEventSignal != null)
+                    if (_GLVisibilityChangedEventSignal != null)
                     {
-                        if(_GLVisibilityChangedEventSignal.Empty() == false)
+                        if (_GLVisibilityChangedEventSignal.Empty() == false)
                         {
                             _GLVisibilityChangedEventSignal.Disconnect(_GLVisibilityChangedEventCallback);
                         }
@@ -444,7 +445,7 @@ namespace Tizen.NUI
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void VisibiltyChangedSignalEmit(bool visibility)
         {
-            if(_GLVisibilityChangedEventSignal == null)
+            if (_GLVisibilityChangedEventSignal == null)
             {
                 _GLVisibilityChangedEventSignal = new GLWindowVisibilityChangedEvent(this);
             }
index ebe90a5..2f3f674 100755 (executable)
@@ -105,7 +105,7 @@ namespace Tizen.NUI
         public uint AddVertexBuffer(VertexBuffer vertexBuffer)
         {
             uint ret = Interop.Geometry.Geometry_AddVertexBuffer(swigCPtr, VertexBuffer.getCPtr(vertexBuffer));
-            if (NDalicPINVOKE.SWIGPendingException.Pending) 
+            if (NDalicPINVOKE.SWIGPendingException.Pending)
                 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
         }
index 29907e8..5898caa 100755 (executable)
@@ -335,7 +335,7 @@ namespace Tizen.NUI
         {
             get
             {
-                return (NormalLayoutType) (_variation ?? 0);
+                return (NormalLayoutType)(_variation ?? 0);
             }
             set
             {
@@ -351,7 +351,7 @@ namespace Tizen.NUI
         {
             get
             {
-                return (NumberOnlyLayoutType) (_variation ?? 0);
+                return (NumberOnlyLayoutType)(_variation ?? 0);
             }
             set
             {
@@ -367,7 +367,7 @@ namespace Tizen.NUI
         {
             get
             {
-                return (PasswordLayoutType) (_variation ?? 0);
+                return (PasswordLayoutType)(_variation ?? 0);
             }
             set
             {
index 6312adf..3bda12f 100755 (executable)
@@ -278,7 +278,7 @@ namespace Tizen.NUI
                 {
                     child.InternalParent = this;
                 }
-                Interop.Actor.ActorAdd( swigCPtr , View.getCPtr(child));
+                Interop.Actor.ActorAdd(swigCPtr, View.getCPtr(child));
                 if (NDalicPINVOKE.SWIGPendingException.Pending)
                     throw NDalicPINVOKE.SWIGPendingException.Retrieve();
                 Children.Add(child);
@@ -294,7 +294,7 @@ namespace Tizen.NUI
         /// <since_tizen> 4 </since_tizen>
         public override void Remove(View child)
         {
-            Interop.Actor.ActorRemove( swigCPtr, View.getCPtr(child));
+            Interop.Actor.ActorRemove(swigCPtr, View.getCPtr(child));
             if (NDalicPINVOKE.SWIGPendingException.Pending)
                 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
 
index 7ba44af..1b7a92e 100755 (executable)
@@ -353,7 +353,7 @@ namespace Tizen.NUI
             Flags = Flags | LayoutFlags.ForceLayout;
             if (Parent != null)
             {
-                LayoutGroup layoutGroup =  Parent as LayoutGroup;
+                LayoutGroup layoutGroup = Parent as LayoutGroup;
                 if (layoutGroup != null && !layoutGroup.LayoutRequested)
                 {
                     layoutGroup.RequestLayout();
index 8b3b07e..51804b5 100755 (executable)
@@ -125,7 +125,7 @@ namespace Tizen.NUI
         /// <since_tizen> 6 </since_tizen>
         public bool Equals(LayoutLength layoutLength)
         {
-            return (Math.Abs(_value - layoutLength._value ) <= float.Epsilon);
+            return (Math.Abs(_value - layoutLength._value) <= float.Epsilon);
         }
 
         /// <summary>
@@ -147,7 +147,7 @@ namespace Tizen.NUI
         /// <since_tizen> 6 </since_tizen>
         public static LayoutLength operator +(LayoutLength arg1, LayoutLength arg2)
         {
-            return new LayoutLength( arg1._value + arg2._value );
+            return new LayoutLength(arg1._value + arg2._value);
         }
 
         /// <summary>
@@ -219,7 +219,7 @@ namespace Tizen.NUI
         /// <since_tizen> 6 </since_tizen>
         public static LayoutLength operator /(LayoutLength arg1, LayoutLength arg2)
         {
-            return new LayoutLength(arg1._value /  arg2._value);
+            return new LayoutLength(arg1._value / arg2._value);
         }
 
         /// <summary>
index a33da6f..6e05667 100755 (executable)
@@ -24,13 +24,14 @@ namespace Tizen.NUI
     /// Define a List of LayoutTransitions
     /// </summary>
     /// <since_tizen> 6 </since_tizen>
-    public class TransitionList : List<LayoutTransition> {}
+    public class TransitionList : List<LayoutTransition> { }
 
     /// <summary>
     /// The conditions for transitions.
     /// </summary>
     /// <since_tizen> 6 </since_tizen>
-    [FlagsAttribute] public enum TransitionCondition
+    [FlagsAttribute]
+    public enum TransitionCondition
     {
         /// <summary>
         /// Default when a condition has not been set.
@@ -155,10 +156,10 @@ namespace Tizen.NUI
         /// <since_tizen> 6 </since_tizen>
         public LayoutTransition()
         {
-          Condition = TransitionCondition.Unspecified;
-          AnimatableProperty = AnimatableProperties.Position;
-          Animator = null;
-          TargetValue = 0;
+            Condition = TransitionCondition.Unspecified;
+            AnimatableProperty = AnimatableProperties.Position;
+            Animator = null;
+            TargetValue = 0;
         }
         /// <summary>
         /// LayoutTransition constructor.
@@ -168,7 +169,7 @@ namespace Tizen.NUI
         /// <param name="targetValue">target value of the property.</param>
         /// <param name="animator">Components to define the animator.</param>
         /// <since_tizen> 6 </since_tizen>
-        public LayoutTransition( TransitionCondition condition,
+        public LayoutTransition(TransitionCondition condition,
                                  AnimatableProperties animatableProperty,
                                  object targetValue,
                                  TransitionComponents animator)
@@ -184,25 +185,25 @@ namespace Tizen.NUI
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
 
-        public TransitionCondition Condition{get; set;}
+        public TransitionCondition Condition { get; set; }
         /// <summary>
         /// Property to animate.
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
 
-        public AnimatableProperties AnimatableProperty{get; set;}
+        public AnimatableProperties AnimatableProperty { get; set; }
         /// <summary>
         /// Components of the Animator.
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
 
-        public TransitionComponents Animator{get; set;}
+        public TransitionComponents Animator { get; set; }
         /// <summary>
         /// Target value to animate to.
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
 
-        public object TargetValue{get; set;}
+        public object TargetValue { get; set; }
     }
 
 
@@ -231,7 +232,7 @@ namespace Tizen.NUI
             {
                 if (transitionListMatchingCondition != null)
                 {
-                    for (var index = 0; index < transitionListMatchingCondition.Count; index++ )
+                    for (var index = 0; index < transitionListMatchingCondition.Count; index++)
                     {
                         if (transitionListMatchingCondition[index].AnimatableProperty == transition.AnimatableProperty)
                         {
@@ -279,7 +280,7 @@ namespace Tizen.NUI
         static public bool GetTransitionsListForCondition(
                               Dictionary<TransitionCondition, TransitionList> sourceTransitionCollection,
                               TransitionCondition condition,
-                              TransitionList transitionsForCondition )
+                              TransitionList transitionsForCondition)
         {
             TransitionCondition resolvedCondition = condition;
             bool matched = false;
@@ -303,8 +304,8 @@ namespace Tizen.NUI
         /// </summary>
         /// <param name="sourceTransitionList">The source transition list.</param>
         /// <param name="targetTransitionList">The target transition list to copy to.</param>
-        static public void CopyTransitions( TransitionList sourceTransitionList,
-                                            TransitionList targetTransitionList )
+        static public void CopyTransitions(TransitionList sourceTransitionList,
+                                            TransitionList targetTransitionList)
         {
             targetTransitionList.Clear();
             foreach (LayoutTransition transitionToApply in sourceTransitionList)
index 54ae209..ca464a1 100755 (executable)
@@ -52,13 +52,13 @@ namespace Tizen.NUI
         /// LayoutLength size property
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
-        public LayoutLength Size{ get; set;}
+        public LayoutLength Size { get; set; }
 
         /// <summary>
         /// Measured state for this size.
         /// </summary>
         /// <since_tizen> 6 </since_tizen>
-        public StateType State{ get; set; }
+        public StateType State { get; set; }
 
         /// <summary>
         /// Measured states for a Size value.
old mode 100644 (file)
new mode 100755 (executable)
index f473378..6340aa0
@@ -34,7 +34,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <remarks>Widget ID will be replaced as the application ID.</remarks>
         /// <param name="widgetType">Derived widget class type.</param>
-        public NUIWidgetApplication( System.Type widgetType ) : base(new NUIWidgetCoreBackend())
+        public NUIWidgetApplication(System.Type widgetType) : base(new NUIWidgetCoreBackend())
         {
             Registry.Instance.SavedApplicationThread = Thread.CurrentThread;
             NUIWidgetCoreBackend core = Backend as NUIWidgetCoreBackend;
@@ -47,9 +47,9 @@ namespace Tizen.NUI
         /// <param name="widgetTypes">List of derived widget class type.</param>
         public NUIWidgetApplication(Dictionary<System.Type, string> widgetTypes) : base(new NUIWidgetCoreBackend())
         {
-            if( widgetTypes == null )
+            if (widgetTypes == null)
             {
-              throw new InvalidOperationException("Dictionary is null");
+                throw new InvalidOperationException("Dictionary is null");
             }
             else
             {
@@ -78,7 +78,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <param name="widgetType">Derived widget class type.</param>
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public void AddWidgetType( System.Type widgetType )
+        public void AddWidgetType(System.Type widgetType)
         {
             NUIWidgetCoreBackend core = Backend as NUIWidgetCoreBackend;
             core?.AddWidgetInfo(new Dictionary<System.Type, string> { { widgetType, ApplicationInfo.ApplicationId } });
@@ -89,7 +89,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <param name="widgetTypes">Derived widget class type.</param>
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public void AddWidgetType( Dictionary<System.Type, string> widgetTypes )
+        public void AddWidgetType(Dictionary<System.Type, string> widgetTypes)
         {
             NUIWidgetCoreBackend core = Backend as NUIWidgetCoreBackend;
             core?.AddWidgetInfo(widgetTypes);
@@ -192,7 +192,7 @@ namespace Tizen.NUI
             // This is also required to create DisposeQueue on main thread.
             DisposeQueue disposeQ = DisposeQueue.Instance;
             disposeQ.Initialize();
-            Log.Fatal("NUI","OnCreate() is called!");
+            Log.Fatal("NUI", "OnCreate() is called!");
             base.OnCreate();
         }
     }
index 13dfe7b..e58a6be 100755 (executable)
@@ -45,14 +45,16 @@ namespace Tizen.NUI
         }
 
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public IntPtr AcquireBuffer(ref int width, ref int height, ref int stride) {
+        public IntPtr AcquireBuffer(ref int width, ref int height, ref int stride)
+        {
             IntPtr ret = Interop.NativeImageSource.AcquireBuffer(this.swigCPtr.Handle, ref width, ref height, ref stride);
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
         }
 
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public bool ReleaseBuffer() {
+        public bool ReleaseBuffer()
+        {
             bool ret = Interop.NativeImageSource.ReleaseBuffer(this.swigCPtr.Handle);
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
index e5fdba6..11065c5 100755 (executable)
@@ -255,18 +255,18 @@ namespace Tizen.NUI
         /// <since_tizen> 4 </since_tizen>
         public override bool Equals(object o)
         {
-            if(o == null)
+            if (o == null)
             {
                 return false;
             }
-            if(!(o is PaddingType))
+            if (!(o is PaddingType))
             {
                 return false;
             }
             PaddingType p = (PaddingType)o;
 
             // Return true if the fields match:
-            return (System.Math.Abs(Start- p.Start) < NDalic.GetRangedEpsilon(Start, p.Start)) &&
+            return (System.Math.Abs(Start - p.Start) < NDalic.GetRangedEpsilon(Start, p.Start)) &&
                    (System.Math.Abs(End - p.End) < NDalic.GetRangedEpsilon(End, p.End)) &&
                    (System.Math.Abs(Bottom - p.Bottom) < NDalic.GetRangedEpsilon(Bottom, p.Bottom)) &&
                    (System.Math.Abs(Top - p.Top) < NDalic.GetRangedEpsilon(Top, p.Top));
index b34ee58..b12f97b 100755 (executable)
@@ -98,7 +98,7 @@ namespace Tizen.NUI
 
         internal new static PinchGestureDetector DownCast(BaseHandle handle)
         {
-            PinchGestureDetector ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as PinchGestureDetector;
+            PinchGestureDetector ret = Registry.GetManagedBaseHandleFromNativePtr(handle) as PinchGestureDetector;
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
         }
index 44b00b2..f6473fd 100755 (executable)
@@ -527,7 +527,7 @@ namespace Tizen.NUI
             set
             {
                 Tizen.Log.Fatal("NUI", "Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Position(...) constructor");
-                
+
                 Interop.Vector3.Vector3_X_set(swigCPtr, value);
                 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
 
@@ -551,7 +551,7 @@ namespace Tizen.NUI
             set
             {
                 Tizen.Log.Fatal("NUI", "Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Position(...) constructor");
-                
+
                 Interop.Vector3.Vector3_Y_set(swigCPtr, value);
                 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
 
index 767f1ab..e94aa7b 100755 (executable)
@@ -93,7 +93,7 @@ namespace Tizen.NUI
             set
             {
                 Tizen.Log.Fatal("NUI", "Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Position2D(...) constructor");
-                
+
                 Interop.Vector2.Vector2_X_set(swigCPtr, (float)value);
                 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
 
index 6fa83fe..e61e33a 100755 (executable)
@@ -128,7 +128,7 @@ namespace Tizen.NUI
         /// <param name="cPtr">An object of IntPtr type.</param>
         /// <returns>An object of the PropertyNotification type.</returns>
         /// <since_tizen> 4 </since_tizen>
-        [Obsolete("Deprecated in API6, Will be removed in API9, " + 
+        [Obsolete("Deprecated in API6, Will be removed in API9, " +
             "Please use Notified event instead!" +
             "IntPtr(native integer pointer) is supposed to be not used in Application!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -158,7 +158,7 @@ namespace Tizen.NUI
         /// <param name="rhs">A reference to the copied handle.</param>
         /// <returns>A reference to this.</returns>
         /// <since_tizen> 4 </since_tizen>
-        [Obsolete("Deprecated in API6, Will be removed in API9, " + 
+        [Obsolete("Deprecated in API6, Will be removed in API9, " +
             "Please use PropertyNotification() constructor instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public PropertyNotification Assign(PropertyNotification rhs)
@@ -243,7 +243,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <returns>A signal object to Connect() with</returns>
         /// <since_tizen> 4 </since_tizen>
-        [Obsolete("Deprecated in API6, Will be removed in API9, " + 
+        [Obsolete("Deprecated in API6, Will be removed in API9, " +
             "Please use Notified event instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public PropertyNotifySignal NotifySignal()
index 8bc8010..ee80b2b 100755 (executable)
@@ -24,7 +24,7 @@ namespace Tizen.NUI
     /// Signal connection class for PropertyNotification
     ///</summary>
     /// <since_tizen> 4 </since_tizen>
-    [Obsolete("Deprecated in API6, Will be removed in API9, " + 
+    [Obsolete("Deprecated in API6, Will be removed in API9, " +
         "Please use PropertyNotification.Notified event instead!")]
     [EditorBrowsable(EditorBrowsableState.Never)]
     public class PropertyNotifySignal : Disposable
@@ -34,7 +34,7 @@ namespace Tizen.NUI
         /// The constructor.
         /// </summary>
         /// <since_tizen> 4 </since_tizen>
-        [Obsolete("Deprecated in API6, Will be removed in API9, " + 
+        [Obsolete("Deprecated in API6, Will be removed in API9, " +
             "Please use PropertyNotification.Notified event instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public PropertyNotifySignal() : this(Interop.PropertyNotifySignal.new_PropertyNotifySignal(), true)
@@ -51,7 +51,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, " + 
+        [Obsolete("Deprecated in API6, Will be removed in API9, " +
             "Please use PropertyNotification.Notified event instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public bool Empty()
@@ -66,7 +66,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, " + 
+        [Obsolete("Deprecated in API6, Will be removed in API9, " +
             "Please use PropertyNotification.Notified event instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public uint GetConnectionCount()
@@ -81,7 +81,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, " + 
+        [Obsolete("Deprecated in API6, Will be removed in API9, " +
             "Please use PropertyNotification.Notified event instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void Connect(System.Delegate func)
@@ -98,7 +98,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, " + 
+        [Obsolete("Deprecated in API6, Will be removed in API9, " +
             "Please use PropertyNotification.Notified event instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void Disconnect(System.Delegate func)
@@ -115,7 +115,7 @@ namespace Tizen.NUI
         /// </summary>
         /// <param name="arg">The first value to pass to callbacks.</param>
         /// <since_tizen> 4 </since_tizen>
-        [Obsolete("Deprecated in API6, Will be removed in API9, " + 
+        [Obsolete("Deprecated in API6, Will be removed in API9, " +
             "Please use PropertyNotification.Notified event instead!")]
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void Emit(PropertyNotification arg)
index 6629da2..1080f8a 100755 (executable)
@@ -158,7 +158,7 @@ namespace Tizen.NUI
             set
             {
                 Tizen.Log.Fatal("NUI", "Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Rectangle(...) constructor");
-                
+
                 height = (value);
 
                 callback?.Invoke(X, Y, Width, Height);
@@ -334,11 +334,11 @@ namespace Tizen.NUI
         /// <since_tizen> 4 </since_tizen>
         public override bool Equals(object o)
         {
-            if(o == null)
+            if (o == null)
             {
                 return false;
             }
-            if(!(o is Rectangle))
+            if (!(o is Rectangle))
             {
                 return false;
             }
index 7dc839b..14bae45 100755 (executable)
@@ -105,7 +105,7 @@ namespace Tizen.NUI
             set
             {
                 Tizen.Log.Fatal("NUI", "Please do not use this setter, Deprecated in API8, will be removed in API10. please use new RelativeVector2(...) constructor");
-                
+
                 Interop.Vector2.Vector2_Y_set(swigCPtr, value);
                 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             }
index 18e2fc0..f0db2d2 100755 (executable)
@@ -124,7 +124,7 @@ namespace Tizen.NUI
             set
             {
                 Tizen.Log.Fatal("NUI", "Please do not use this setter, Deprecated in API8, will be removed in API10. please use new RelativeVector3(...) constructor");
-                
+
                 Interop.Vector3.Vector3_Z_set(swigCPtr, value);
                 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             }
index c899cea..2662d40 100755 (executable)
@@ -161,7 +161,7 @@ namespace Tizen.NUI
             set
             {
                 Tizen.Log.Fatal("NUI", "Please do not use this setter, Deprecated in API8, will be removed in API10. please use new RelativeVector4(...) constructor");
-                
+
                 Interop.Vector4.Vector4_W_set(swigCPtr, value);
                 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
 
index 8ca4a4b..7788e09 100755 (executable)
@@ -98,7 +98,7 @@ namespace Tizen.NUI
 
         internal new static RotationGestureDetector DownCast(BaseHandle handle)
         {
-            RotationGestureDetector ret =  Registry.GetManagedBaseHandleFromNativePtr(handle) as RotationGestureDetector;
+            RotationGestureDetector ret = Registry.GetManagedBaseHandleFromNativePtr(handle) as RotationGestureDetector;
             if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
         }
index 0813907..8ae5a7d 100755 (executable)
@@ -149,7 +149,7 @@ namespace Tizen.NUI
             set
             {
                 Tizen.Log.Fatal("NUI", "Please do not use this setter, Deprecated in API8, will be removed in API10. please use new Size(...) constructor");
-                
+
                 Interop.Vector3.Vector3_Depth_set(swigCPtr, value);
                 if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve();
 
@@ -349,7 +349,7 @@ namespace Tizen.NUI
         {
             return new Size(size2d.Width, size2d.Height, 0);
         }
-        
+
 
         internal static Size GetSizeFromPtr(global::System.IntPtr cPtr)
         {
old mode 100644 (file)
new mode 100755 (executable)
index 50872c7..027400e
@@ -71,7 +71,7 @@ namespace Tizen.NUI
         private static readonly List<Theme> builtinThemes = new List<Theme>(); // Themes provided by framework.
         internal static List<Theme> customThemes = new List<Theme>(); // Themes registered by user.
 
-        static ThemeManager() {}
+        static ThemeManager() { }
 
         /// <summary>
         /// An event invoked after the theme has changed by <seealso cref="ApplyTheme(Theme)"/>.
@@ -86,7 +86,7 @@ namespace Tizen.NUI
 
         internal static Theme CurrentTheme
         {
-            get =>  currentTheme ?? (currentTheme = DefaultTheme);
+            get => currentTheme ?? (currentTheme = DefaultTheme);
             set
             {
                 currentTheme = value;
index 134d71a..ca8c3c6 100755 (executable)
@@ -242,7 +242,7 @@ namespace Tizen.NUI
 
         internal uint GetInterval()
         {
-            if(swigCPtr.Handle == global::System.IntPtr.Zero || disposed)
+            if (swigCPtr.Handle == global::System.IntPtr.Zero || disposed)
             {
                 NUILog.Error("[ERR] already disposed! can not get this done! just return here! please make sure that the handle gets free when using explicit Dispose()! For example, timer.Dispose(); timer = null; this must be done!");
                 return 0;
index fb3f1ba..bc2a077 100755 (executable)
@@ -130,7 +130,7 @@ namespace Tizen.NUI
                 }
             }
         }
-        
+
         /// <summary>
         /// Emits the event when the animation is started.
         /// </summary>
index 1db87c5..e253578 100755 (executable)
@@ -52,13 +52,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(button.swigCPtr, Button.Property.UNSELECTED_VISUAL, new Tizen.NUI.PropertyValue((PropertyMap)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var button = (Button)bindable;
-            Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
-            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.UNSELECTED_VISUAL).Get(temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var button = (Button)bindable;
+             Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
+             Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.UNSELECTED_VISUAL).Get(temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -70,13 +70,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(button.swigCPtr, Button.Property.SELECTED_VISUAL, new Tizen.NUI.PropertyValue((PropertyMap)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var button = (Button)bindable;
-            Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
-            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.SELECTED_VISUAL).Get(temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var button = (Button)bindable;
+             Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
+             Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.SELECTED_VISUAL).Get(temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -88,13 +88,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(button.swigCPtr, Button.Property.DISABLED_SELECTED_VISUAL, new Tizen.NUI.PropertyValue((PropertyMap)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var button = (Button)bindable;
-            Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
-            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.DISABLED_SELECTED_VISUAL).Get(temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var button = (Button)bindable;
+             Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
+             Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.DISABLED_SELECTED_VISUAL).Get(temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -106,13 +106,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(button.swigCPtr, Button.Property.DISABLED_UNSELECTED_VISUAL, new Tizen.NUI.PropertyValue((PropertyMap)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var button = (Button)bindable;
-            Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
-            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.DISABLED_UNSELECTED_VISUAL).Get(temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var button = (Button)bindable;
+             Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
+             Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.DISABLED_UNSELECTED_VISUAL).Get(temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -124,13 +124,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(button.swigCPtr, Button.Property.UNSELECTED_BACKGROUND_VISUAL, new Tizen.NUI.PropertyValue((PropertyMap)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var button = (Button)bindable;
-            Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
-            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.UNSELECTED_BACKGROUND_VISUAL).Get(temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var button = (Button)bindable;
+             Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
+             Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.UNSELECTED_BACKGROUND_VISUAL).Get(temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -142,13 +142,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(button.swigCPtr, Button.Property.SELECTED_BACKGROUND_VISUAL, new Tizen.NUI.PropertyValue((PropertyMap)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var button = (Button)bindable;
-            Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
-            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.SELECTED_BACKGROUND_VISUAL).Get(temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var button = (Button)bindable;
+             Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
+             Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.SELECTED_BACKGROUND_VISUAL).Get(temp);
+             return temp;
+         });
         /// This will be deprecated
         [EditorBrowsable(EditorBrowsableState.Never)]
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
@@ -160,13 +160,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(button.swigCPtr, Button.Property.DISABLED_UNSELECTED_BACKGROUND_VISUAL, new Tizen.NUI.PropertyValue((PropertyMap)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var button = (Button)bindable;
-            Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
-            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.DISABLED_UNSELECTED_BACKGROUND_VISUAL).Get(temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var button = (Button)bindable;
+             Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
+             Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.DISABLED_UNSELECTED_BACKGROUND_VISUAL).Get(temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -178,13 +178,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(button.swigCPtr, Button.Property.DISABLED_SELECTED_BACKGROUND_VISUAL, new Tizen.NUI.PropertyValue((PropertyMap)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var button = (Button)bindable;
-            Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
-            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.DISABLED_SELECTED_BACKGROUND_VISUAL).Get(temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var button = (Button)bindable;
+             Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
+             Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.DISABLED_SELECTED_BACKGROUND_VISUAL).Get(temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -200,28 +200,28 @@ namespace Tizen.NUI.UIComponents
                     case Align.End: { valueToString = "END"; break; }
                     case Align.Top: { valueToString = "TOP"; break; }
                     case Align.Bottom: { valueToString = "BOTTOM"; break; }
-                    default: { valueToString = "END";  break; }
+                    default: { valueToString = "END"; break; }
                 }
                 Tizen.NUI.Object.SetProperty(button.swigCPtr, Button.Property.LABEL_RELATIVE_ALIGNMENT, new Tizen.NUI.PropertyValue(valueToString));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var button = (Button)bindable;
-            string temp;
-            if (Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.LABEL_RELATIVE_ALIGNMENT).Get(out temp) == false)
-            {
-                NUILog.Error("LabelRelativeAlignment get error!");
-            }
-            switch (temp)
-            {
-                case "BEGIN":  return Align.Begin;
-                case "END": return Align.End;
-                case "TOP": return Align.Top;
-                case "BOTTOM": return Align.Bottom;
-                default: return Align.End;
-            }
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var button = (Button)bindable;
+             string temp;
+             if (Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.LABEL_RELATIVE_ALIGNMENT).Get(out temp) == false)
+             {
+                 NUILog.Error("LabelRelativeAlignment get error!");
+             }
+             switch (temp)
+             {
+                 case "BEGIN": return Align.Begin;
+                 case "END": return Align.End;
+                 case "TOP": return Align.Top;
+                 case "BOTTOM": return Align.Bottom;
+                 default: return Align.End;
+             }
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -233,13 +233,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(button.swigCPtr, Button.Property.LABEL_PADDING, new Tizen.NUI.PropertyValue((Vector4)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var button = (Button)bindable;
-            Vector4 temp = new Vector4(0.0f, 0.0f, 0.0f, 0.0f);
-            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.LABEL_PADDING).Get(temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var button = (Button)bindable;
+             Vector4 temp = new Vector4(0.0f, 0.0f, 0.0f, 0.0f);
+             Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.LABEL_PADDING).Get(temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -251,13 +251,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(button.swigCPtr, Button.Property.FOREGROUND_VISUAL_PADDING, new Tizen.NUI.PropertyValue((Vector4)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var button = (Button)bindable;
-            Vector4 temp = new Vector4(0.0f, 0.0f, 0.0f, 0.0f);
-            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.FOREGROUND_VISUAL_PADDING).Get(temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var button = (Button)bindable;
+             Vector4 temp = new Vector4(0.0f, 0.0f, 0.0f, 0.0f);
+             Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.FOREGROUND_VISUAL_PADDING).Get(temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -269,13 +269,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(button.swigCPtr, Button.Property.AUTO_REPEATING, new Tizen.NUI.PropertyValue((bool)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var button = (Button)bindable;
-            bool temp = false;
-            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.AUTO_REPEATING).Get(out temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var button = (Button)bindable;
+             bool temp = false;
+             Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.AUTO_REPEATING).Get(out temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -287,13 +287,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(button.swigCPtr, Button.Property.INITIAL_AUTO_REPEATING_DELAY, new Tizen.NUI.PropertyValue((float)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var button = (Button)bindable;
-            float temp = 0.0f;
-            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.INITIAL_AUTO_REPEATING_DELAY).Get(out temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var button = (Button)bindable;
+             float temp = 0.0f;
+             Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.INITIAL_AUTO_REPEATING_DELAY).Get(out temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -305,13 +305,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(button.swigCPtr, Button.Property.NEXT_AUTO_REPEATING_DELAY, new Tizen.NUI.PropertyValue((float)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var button = (Button)bindable;
-            float temp = 0.0f;
-            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.NEXT_AUTO_REPEATING_DELAY).Get(out temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var button = (Button)bindable;
+             float temp = 0.0f;
+             Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.NEXT_AUTO_REPEATING_DELAY).Get(out temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -323,13 +323,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(button.swigCPtr, Button.Property.TOGGLABLE, new Tizen.NUI.PropertyValue((bool)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var button = (Button)bindable;
-            bool temp = false;
-            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.TOGGLABLE).Get(out temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var button = (Button)bindable;
+             bool temp = false;
+             Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.TOGGLABLE).Get(out temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -341,13 +341,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(button.swigCPtr, Button.Property.SELECTED, new Tizen.NUI.PropertyValue((bool)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var button = (Button)bindable;
-            bool temp = false;
-            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.SELECTED).Get(out temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var button = (Button)bindable;
+             bool temp = false;
+             Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.SELECTED).Get(out temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -357,21 +357,21 @@ namespace Tizen.NUI.UIComponents
             if (newValue != null)
             {
                 PropertyMap background = new PropertyMap();
-                background.Add( Visual.Property.Type, new PropertyValue((int)Visual.Type.Color) )
-                          .Add( ColorVisualProperty.MixColor, new PropertyValue((Color)newValue) );
+                background.Add(Visual.Property.Type, new PropertyValue((int)Visual.Type.Color))
+                          .Add(ColorVisualProperty.MixColor, new PropertyValue((Color)newValue));
                 Tizen.NUI.Object.SetProperty(button.swigCPtr, Button.Property.UNSELECTED_BACKGROUND_VISUAL, new Tizen.NUI.PropertyValue(background));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var button = (Button)bindable;
-            Color temp = new Color(0.0f, 0.0f, 0.0f, 0.0f);
-            Tizen.NUI.PropertyMap map = new Tizen.NUI.PropertyMap();
-            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.UNSELECTED_BACKGROUND_VISUAL).Get(map);
-            Tizen.NUI.PropertyValue value = map.Find( Visual.Property.MixColor);
-            value?.Get(temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var button = (Button)bindable;
+             Color temp = new Color(0.0f, 0.0f, 0.0f, 0.0f);
+             Tizen.NUI.PropertyMap map = new Tizen.NUI.PropertyMap();
+             Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.UNSELECTED_BACKGROUND_VISUAL).Get(map);
+             Tizen.NUI.PropertyValue value = map.Find(Visual.Property.MixColor);
+             value?.Get(temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -381,21 +381,21 @@ namespace Tizen.NUI.UIComponents
             if (newValue != null)
             {
                 PropertyMap background = new PropertyMap();
-                background.Add( Visual.Property.Type, new PropertyValue((int)Visual.Type.Color) )
-                          .Add( ColorVisualProperty.MixColor, new PropertyValue((Color)newValue) );
+                background.Add(Visual.Property.Type, new PropertyValue((int)Visual.Type.Color))
+                          .Add(ColorVisualProperty.MixColor, new PropertyValue((Color)newValue));
                 Tizen.NUI.Object.SetProperty(button.swigCPtr, Button.Property.SELECTED_BACKGROUND_VISUAL, new Tizen.NUI.PropertyValue(background));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var button = (Button)bindable;
-            Color temp = new Color(0.0f, 0.0f, 0.0f, 0.0f);
-            Tizen.NUI.PropertyMap map = new Tizen.NUI.PropertyMap();
-            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.SELECTED_BACKGROUND_VISUAL).Get(map);
-            Tizen.NUI.PropertyValue value = map.Find( Visual.Property.MixColor);
-            value?.Get(temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var button = (Button)bindable;
+             Color temp = new Color(0.0f, 0.0f, 0.0f, 0.0f);
+             Tizen.NUI.PropertyMap map = new Tizen.NUI.PropertyMap();
+             Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.SELECTED_BACKGROUND_VISUAL).Get(map);
+             Tizen.NUI.PropertyValue value = map.Find(Visual.Property.MixColor);
+             value?.Get(temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -407,13 +407,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(button.swigCPtr, Button.Property.LABEL, new Tizen.NUI.PropertyValue((PropertyMap)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var button = (Button)bindable;
-            Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
-            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.LABEL).Get(temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var button = (Button)bindable;
+             Tizen.NUI.PropertyMap temp = new Tizen.NUI.PropertyMap();
+             Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.LABEL).Get(temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -425,16 +425,16 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(button.swigCPtr, Button.Property.LABEL, new Tizen.NUI.PropertyValue((string)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var button = (Button)bindable;
-            Tizen.NUI.PropertyMap map = new Tizen.NUI.PropertyMap();
-            Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.LABEL).Get(map);
-            Tizen.NUI.PropertyValue value = map.Find( TextVisualProperty.Text, "Text");
-            string str = "";
-            value?.Get(out str);
-            return str;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var button = (Button)bindable;
+             Tizen.NUI.PropertyMap map = new Tizen.NUI.PropertyMap();
+             Tizen.NUI.Object.GetProperty(button.swigCPtr, Button.Property.LABEL).Get(map);
+             Tizen.NUI.PropertyValue value = map.Find(TextVisualProperty.Text, "Text");
+             string str = "";
+             value?.Get(out str);
+             return str;
+         });
 
         private EventHandlerWithReturnType<object, EventArgs, bool> _clickedEventHandler;
         private ClickedCallbackType _clickedCallback;
index aba21ef..4323b3e 100755 (executable)
@@ -197,7 +197,7 @@ namespace Tizen.NUI
             /// </summary>
             /// <since_tizen> 3 </since_tizen>
             /// This will be deprecated
-            [Obsolete("Deprecated in API6, Will be removed in API9, " + 
+            [Obsolete("Deprecated in API6, Will be removed in API9, " +
                 "Please use SnapStarted event instead!" +
                 "IntPtr(native integer pointer) is supposed to be not used in Application!")]
             [EditorBrowsable(EditorBrowsableState.Never)]
index 901dd96..a997e18 100755 (executable)
@@ -43,17 +43,17 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(slider.swigCPtr, Slider.Property.LOWER_BOUND, new Tizen.NUI.PropertyValue((float)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var slider = (Slider)bindable;
-            float temp = 0.0f;
-            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.LOWER_BOUND).Get(out temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var slider = (Slider)bindable;
+             float temp = 0.0f;
+             Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.LOWER_BOUND).Get(out temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public static readonly BindableProperty UpperBoundProperty = BindableProperty.Create(nameof(UpperBound), typeof(float), typeof(Slider), 1.0f, propertyChanged: (bindable, oldValue, newValue) => 
+        public static readonly BindableProperty UpperBoundProperty = BindableProperty.Create(nameof(UpperBound), typeof(float), typeof(Slider), 1.0f, propertyChanged: (bindable, oldValue, newValue) =>
         {
             var slider = (Slider)bindable;
             if (newValue != null)
@@ -61,13 +61,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(slider.swigCPtr, Slider.Property.UPPER_BOUND, new Tizen.NUI.PropertyValue((float)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var slider = (Slider)bindable;
-            float temp = 0.0f;
-            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.UPPER_BOUND).Get(out temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var slider = (Slider)bindable;
+             float temp = 0.0f;
+             Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.UPPER_BOUND).Get(out temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -79,13 +79,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(slider.swigCPtr, Slider.Property.VALUE, new Tizen.NUI.PropertyValue((float)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var slider = (Slider)bindable;
-            float temp = 0.0f;
-            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.VALUE).Get(out temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var slider = (Slider)bindable;
+             float temp = 0.0f;
+             Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.VALUE).Get(out temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -97,13 +97,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(slider.swigCPtr, Slider.Property.TRACK_VISUAL, new Tizen.NUI.PropertyValue((PropertyMap)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var slider = (Slider)bindable;
-            PropertyMap temp = new PropertyMap();
-            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.TRACK_VISUAL).Get(temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var slider = (Slider)bindable;
+             PropertyMap temp = new PropertyMap();
+             Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.TRACK_VISUAL).Get(temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -115,13 +115,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(slider.swigCPtr, Slider.Property.HANDLE_VISUAL, new Tizen.NUI.PropertyValue((PropertyMap)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var slider = (Slider)bindable;
-            PropertyMap temp = new PropertyMap();
-            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.HANDLE_VISUAL).Get(temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var slider = (Slider)bindable;
+             PropertyMap temp = new PropertyMap();
+             Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.HANDLE_VISUAL).Get(temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -133,13 +133,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(slider.swigCPtr, Slider.Property.PROGRESS_VISUAL, new Tizen.NUI.PropertyValue((PropertyMap)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var slider = (Slider)bindable;
-            PropertyMap temp = new PropertyMap();
-            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.PROGRESS_VISUAL).Get(temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var slider = (Slider)bindable;
+             PropertyMap temp = new PropertyMap();
+             Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.PROGRESS_VISUAL).Get(temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -151,13 +151,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(slider.swigCPtr, Slider.Property.POPUP_VISUAL, new Tizen.NUI.PropertyValue((PropertyMap)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var slider = (Slider)bindable;
-            PropertyMap temp = new PropertyMap();
-            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.POPUP_VISUAL).Get(temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var slider = (Slider)bindable;
+             PropertyMap temp = new PropertyMap();
+             Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.POPUP_VISUAL).Get(temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -169,17 +169,17 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(slider.swigCPtr, Slider.Property.POPUP_ARROW_VISUAL, new Tizen.NUI.PropertyValue((PropertyMap)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var slider = (Slider)bindable;
-            PropertyMap temp = new PropertyMap();
-            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.POPUP_ARROW_VISUAL).Get(temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var slider = (Slider)bindable;
+             PropertyMap temp = new PropertyMap();
+             Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.POPUP_ARROW_VISUAL).Get(temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public static readonly BindableProperty DisabledColorProperty = BindableProperty.Create(nameof(DisabledColor), typeof(Vector4), typeof(Slider), Vector4.Zero, propertyChanged: (bindable, oldValue, newValue) => 
+        public static readonly BindableProperty DisabledColorProperty = BindableProperty.Create(nameof(DisabledColor), typeof(Vector4), typeof(Slider), Vector4.Zero, propertyChanged: (bindable, oldValue, newValue) =>
         {
             var slider = (Slider)bindable;
             if (newValue != null)
@@ -187,13 +187,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(slider.swigCPtr, Slider.Property.DISABLED_COLOR, new Tizen.NUI.PropertyValue((Vector4)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var slider = (Slider)bindable;
-            Vector4 temp = new Vector4(0.0f, 0.0f, 0.0f, 0.0f);
-            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.DISABLED_COLOR).Get(temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var slider = (Slider)bindable;
+             Vector4 temp = new Vector4(0.0f, 0.0f, 0.0f, 0.0f);
+             Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.DISABLED_COLOR).Get(temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -205,13 +205,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(slider.swigCPtr, Slider.Property.VALUE_PRECISION, new Tizen.NUI.PropertyValue((int)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var slider = (Slider)bindable;
-            int temp = 0;
-            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.VALUE_PRECISION).Get(out temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var slider = (Slider)bindable;
+             int temp = 0;
+             Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.VALUE_PRECISION).Get(out temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -223,13 +223,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(slider.swigCPtr, Slider.Property.SHOW_POPUP, new Tizen.NUI.PropertyValue((bool)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var slider = (Slider)bindable;
-            bool temp = false;
-            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.SHOW_POPUP).Get(out temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var slider = (Slider)bindable;
+             bool temp = false;
+             Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.SHOW_POPUP).Get(out temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -241,13 +241,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(slider.swigCPtr, Slider.Property.SHOW_VALUE, new Tizen.NUI.PropertyValue((bool)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var slider = (Slider)bindable;
-            bool temp = false;
-            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.SHOW_VALUE).Get(out temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var slider = (Slider)bindable;
+             bool temp = false;
+             Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.SHOW_VALUE).Get(out temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -259,13 +259,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(slider.swigCPtr, Slider.Property.MARKS, new Tizen.NUI.PropertyValue((PropertyArray)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var slider = (Slider)bindable;
-            Tizen.NUI.PropertyArray temp = new Tizen.NUI.PropertyArray();
-            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.MARKS).Get(temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var slider = (Slider)bindable;
+             Tizen.NUI.PropertyArray temp = new Tizen.NUI.PropertyArray();
+             Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.MARKS).Get(temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
@@ -277,17 +277,17 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(slider.swigCPtr, Slider.Property.MARK_TOLERANCE, new Tizen.NUI.PropertyValue((float)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var slider = (Slider)bindable;
-            float temp = 0.0f;
-            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.MARK_TOLERANCE).Get(out temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var slider = (Slider)bindable;
+             float temp = 0.0f;
+             Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.MARK_TOLERANCE).Get(out temp);
+             return temp;
+         });
         /// This will be deprecated
         [Obsolete("Deprecated in API6; Will be removed in API9. Please use Tizen.NUI.Components")]
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public static readonly BindableProperty SnapToMarksProperty = BindableProperty.Create(nameof(SnapToMarks), typeof(bool), typeof(Slider), false, propertyChanged: (bindable, oldValue, newValue) => 
+        public static readonly BindableProperty SnapToMarksProperty = BindableProperty.Create(nameof(SnapToMarks), typeof(bool), typeof(Slider), false, propertyChanged: (bindable, oldValue, newValue) =>
         {
             var slider = (Slider)bindable;
             if (newValue != null)
@@ -295,13 +295,13 @@ namespace Tizen.NUI.UIComponents
                 Tizen.NUI.Object.SetProperty(slider.swigCPtr, Slider.Property.SNAP_TO_MARKS, new Tizen.NUI.PropertyValue((bool)newValue));
             }
         },
-        defaultValueCreator:(bindable) =>
-        {
-            var slider = (Slider)bindable;
-            bool temp = false;
-            Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.SNAP_TO_MARKS).Get(out temp);
-            return temp;
-        });
+        defaultValueCreator: (bindable) =>
+         {
+             var slider = (Slider)bindable;
+             bool temp = false;
+             Tizen.NUI.Object.GetProperty(slider.swigCPtr, Slider.Property.SNAP_TO_MARKS).Get(out temp);
+             return temp;
+         });
 
         private EventHandlerWithReturnType<object, ValueChangedEventArgs, bool> _sliderValueChangedEventHandler;
         private ValueChangedCallbackDelegate _sliderValueChangedCallbackDelegate;
@@ -721,7 +721,8 @@ namespace Tizen.NUI.UIComponents
 
                 if (value == true)
                 {
-                    this.ValueChanged += (obj, e) => {
+                    this.ValueChanged += (obj, e) =>
+                    {
                         this.Value = e.SlideValue;
                         return true;
                     };
index 82da12f..466e023 100755 (executable)
@@ -27,318 +27,330 @@ using Tizen.NUI.BaseComponents;
 namespace Tizen.NUI.Utility
 {
 
-  /// <summary>
-  /// This is a class for stroing the text of a page.
-  /// </summary>
-  [EditorBrowsable(EditorBrowsableState.Never)]
-  class PageData
-  {
-    public string previousTag  {get; set;}
-    public string endTag {get; set;}
-    public int startOffset {get; set;}
-    public int endOffset {get; set;}
-  }
-
-  /// <summary>
-  /// This is a class that stores information when parsing markup text.
-  /// </summary>
-  [EditorBrowsable(EditorBrowsableState.Never)]
-  class TagData
-  {
-    public string tagName {get; set;}
-    public string attributeName {get; set;}
-    public bool isEndTag {get; set;}
-  }
-
-  /// <summary>
-  /// This is utility class for paging very long text.
-  /// </summary>
-  [EditorBrowsable(EditorBrowsableState.Never)]
-  public class TextPageUtil : Disposable
-  {
-    private static char LESS_THAN      = '<';
-    private static char GREATER_THAN   = '>';
-    private static char EQUAL          = '=';
-    private static char QUOTATION_MARK = '\'';
-    private static char SLASH          = '/';
-    // private static char BACK_SLASH     = '\\';
-    // private static char AMPERSAND      = '&';
-    // private static char HASH           = '#';
-    // private static char SEMI_COLON     = ';';
-    // private static char CHAR_ARRAY_END = '\0';
-    // private static char HEX_CODE       = 'x';
-    private static byte WHITE_SPACE    = 0x20;
-
-    private int totalPageCnt;
-
-    private List<PageData> pageList;
-    private List<TagData> tagList;
-    private StringReader stream;
-    private List<char> characterList;
-    private string pageString;
-
     /// <summary>
-    /// When text is inputed, the text is paging in the TextLabe size unit.
-    /// <returns>The total number of pages.</returns>
+    /// This is a class for stroing the text of a page.
     /// </summary>
     [EditorBrowsable(EditorBrowsableState.Never)]
-    public int SetText(TextLabel label, string str)
+    class PageData
     {
-      if(label == null || str == null) return 0;
-
-      // perform this operation to match the utf32 character used in native Dali.
-      bool previousMarkup = label.EnableMarkup;
-      label.EnableMarkup = false;
-      label.Text = str;
-      pageString = label.Text;
-      label.EnableMarkup = previousMarkup;
-      label.MultiLine = true;
-      label.Ellipsis = false;
-
-      int length = pageString.Length;
-      int remainLength = length;
-      int offset = 0;
-      int cutOffIndex = 0;
-
-      // init
-      totalPageCnt = 0;
-      pageList = new List<PageData>();
-      tagList = new List<TagData>();
-      characterList = new List<char>();
-
-      stream = new StringReader(pageString);
-
-      RendererParameters textParameters = new RendererParameters();
-      textParameters.Text = pageString;
-      textParameters.HorizontalAlignment = label.HorizontalAlignment;
-      textParameters.VerticalAlignment = label.VerticalAlignment;
-      textParameters.FontFamily = label.FontFamily;
-      textParameters.FontWeight = "";
-      textParameters.FontWidth = "";
-      textParameters.FontSlant = "";
-      textParameters.Layout = TextLayout.MultiLine;
-      textParameters.TextColor = Color.Black;
-      textParameters.FontSize = label.PointSize;
-      textParameters.TextWidth = (uint)label.Size.Width;
-      textParameters.TextHeight = (uint)label.Size.Height;
-      textParameters.EllipsisEnabled = true;
-      textParameters.MarkupEnabled = previousMarkup;
-      textParameters.MinLineSize = label.MinLineSize;
-
-
-      Tizen.NUI.PropertyArray cutOffIndexArray = TextUtils.GetLastCharacterIndex( textParameters );
-      uint count = cutOffIndexArray.Count();
-      for(uint i=0; i < count; i++)
-      {
-          cutOffIndexArray.GetElementAt(i).Get(out cutOffIndex); // Gets the last index of text shown on the actual screen.
-
-          // If markup is enabled, It should parse markup
-          if(label.EnableMarkup)
-          {
-            int preOffset = offset;
-            offset = MarkupProcess( offset, cutOffIndex - preOffset );
-            remainLength -= (offset - preOffset);
-          }
-          //If markup is not enabled, parsing is not required.
-          else
-          {
-            PageData pageData = new PageData();
-            pageData.startOffset = offset;
-            int cnt = (cutOffIndex - offset ) < remainLength ? (cutOffIndex - offset ) : remainLength;
-            remainLength -= cnt;
-            offset += cnt;
-            pageData.endOffset = offset;
-            pageList.Add(pageData);
-          }
-          totalPageCnt++;
-          if(offset <= 0 || remainLength <= 0 ) break;
-      }
-
-      textParameters.Dispose();
-      cutOffIndexArray.Dispose();
-      stream = null;
-      return totalPageCnt;
+        public string previousTag { get; set; }
+        public string endTag { get; set; }
+        public int startOffset { get; set; }
+        public int endOffset { get; set; }
     }
 
     /// <summary>
-    /// Input the page number returns the text of the page.
-    /// <returns>The text of the page.</returns>
+    /// This is a class that stores information when parsing markup text.
     /// </summary>
     [EditorBrowsable(EditorBrowsableState.Never)]
-    public string GetText(int pageNum)
-    {
-      if( pageNum > totalPageCnt || pageNum < 1 ) {
-          Tizen.Log.Error("NUI", $"Out of Range total page count : {totalPageCnt}, input page number : {pageNum}\n");
-          return "";
-      }
-
-      List<PageData> dataList = pageList.GetRange(pageNum-1, 1);
-      foreach(PageData data in dataList)
-      {
-        int cnt = data.endOffset - data.startOffset;
-        char[] charArray = new char[cnt];
-        pageString.CopyTo(data.startOffset, charArray, 0, cnt);
-        string pageText = data.previousTag+new String(charArray)+data.endTag;
-        return pageText;
-      }
-      return "";
-    }
-
-    private void SkipWhiteSpace(ref int offset)
+    class TagData
     {
-      int character;
-      while( ( character = stream.Read()) != -1)
-      {
-        offset++;
-        if( character == WHITE_SPACE) continue;
-        else break;
-      }
+        public string tagName { get; set; }
+        public string attributeName { get; set; }
+        public bool isEndTag { get; set; }
     }
 
-    private bool IsTag(TagData tag, ref int offset)
+    /// <summary>
+    /// This is utility class for paging very long text.
+    /// </summary>
+    [EditorBrowsable(EditorBrowsableState.Never)]
+    public class TextPageUtil : Disposable
     {
-      List<char> tagChaList = new List<char>();
-
-      bool isTag = false;
-      bool isQuotationOpen = false;
-      bool attributesFound = false;
-      tag.isEndTag = false;
-      bool isPreviousLessThan = true;
-      bool isPreviousSlash = false;
-
-      int character;
-
-      tag.tagName = "";
-      tag.attributeName = "";
-      // SkipWhiteSpace(ref offset);
-      while((!isTag) && ((character = stream.Read()) != -1)) {
-        offset++;
-        characterList.Add((char)character);
-        if( !isQuotationOpen && ( SLASH == character ) ) // '/'
+        private static char LESS_THAN = '<';
+        private static char GREATER_THAN = '>';
+        private static char EQUAL = '=';
+        private static char QUOTATION_MARK = '\'';
+        private static char SLASH = '/';
+        // private static char BACK_SLASH     = '\\';
+        // private static char AMPERSAND      = '&';
+        // private static char HASH           = '#';
+        // private static char SEMI_COLON     = ';';
+        // private static char CHAR_ARRAY_END = '\0';
+        // private static char HEX_CODE       = 'x';
+        private static byte WHITE_SPACE = 0x20;
+
+        private int totalPageCnt;
+
+        private List<PageData> pageList;
+        private List<TagData> tagList;
+        private StringReader stream;
+        private List<char> characterList;
+        private string pageString;
+
+        /// <summary>
+        /// When text is inputed, the text is paging in the TextLabe size unit.
+        /// <returns>The total number of pages.</returns>
+        /// </summary>
+        [EditorBrowsable(EditorBrowsableState.Never)]
+        public int SetText(TextLabel label, string str)
         {
-          if (isPreviousLessThan)
-          {
-            tag.isEndTag = true;
-          }
-          else
-          {
-            // if the tag has a '/' it may be an end tag.
-            isPreviousSlash = true;
-          }
-          isPreviousLessThan = false;
-          // SkipWhiteSpace(ref offset);
+            if (label == null || str == null) return 0;
+
+            // perform this operation to match the utf32 character used in native Dali.
+            bool previousMarkup = label.EnableMarkup;
+            label.EnableMarkup = false;
+            label.Text = str;
+            pageString = label.Text;
+            label.EnableMarkup = previousMarkup;
+            label.MultiLine = true;
+            label.Ellipsis = false;
+
+            int length = pageString.Length;
+            int remainLength = length;
+            int offset = 0;
+            int cutOffIndex = 0;
+
+            // init
+            totalPageCnt = 0;
+            pageList = new List<PageData>();
+            tagList = new List<TagData>();
+            characterList = new List<char>();
+
+            stream = new StringReader(pageString);
+
+            RendererParameters textParameters = new RendererParameters();
+            textParameters.Text = pageString;
+            textParameters.HorizontalAlignment = label.HorizontalAlignment;
+            textParameters.VerticalAlignment = label.VerticalAlignment;
+            textParameters.FontFamily = label.FontFamily;
+            textParameters.FontWeight = "";
+            textParameters.FontWidth = "";
+            textParameters.FontSlant = "";
+            textParameters.Layout = TextLayout.MultiLine;
+            textParameters.TextColor = Color.Black;
+            textParameters.FontSize = label.PointSize;
+            textParameters.TextWidth = (uint)label.Size.Width;
+            textParameters.TextHeight = (uint)label.Size.Height;
+            textParameters.EllipsisEnabled = true;
+            textParameters.MarkupEnabled = previousMarkup;
+            textParameters.MinLineSize = label.MinLineSize;
+
+
+            Tizen.NUI.PropertyArray cutOffIndexArray = TextUtils.GetLastCharacterIndex(textParameters);
+            uint count = cutOffIndexArray.Count();
+            for (uint i = 0; i < count; i++)
+            {
+                cutOffIndexArray.GetElementAt(i).Get(out cutOffIndex); // Gets the last index of text shown on the actual screen.
+
+                // If markup is enabled, It should parse markup
+                if (label.EnableMarkup)
+                {
+                    int preOffset = offset;
+                    offset = MarkupProcess(offset, cutOffIndex - preOffset);
+                    remainLength -= (offset - preOffset);
+                }
+                //If markup is not enabled, parsing is not required.
+                else
+                {
+                    PageData pageData = new PageData();
+                    pageData.startOffset = offset;
+                    int cnt = (cutOffIndex - offset) < remainLength ? (cutOffIndex - offset) : remainLength;
+                    remainLength -= cnt;
+                    offset += cnt;
+                    pageData.endOffset = offset;
+                    pageList.Add(pageData);
+                }
+                totalPageCnt++;
+                if (offset <= 0 || remainLength <= 0) break;
+            }
+
+            textParameters.Dispose();
+            cutOffIndexArray.Dispose();
+            stream = null;
+            return totalPageCnt;
         }
-        else if( GREATER_THAN == character ) // '>'
+
+        /// <summary>
+        /// Input the page number returns the text of the page.
+        /// <returns>The text of the page.</returns>
+        /// </summary>
+        [EditorBrowsable(EditorBrowsableState.Never)]
+        public string GetText(int pageNum)
         {
-          isTag = true;
-          if (isPreviousSlash)
-          {
-            tag.isEndTag = true;
-          }
-
-          if(!attributesFound) {
-            tag.tagName = new String(tagChaList.ToArray());
-          } else {
-            tag.attributeName = new String(tagChaList.ToArray());
-          }
-
-          isPreviousSlash = false;
-          isPreviousLessThan = false;
+            if (pageNum > totalPageCnt || pageNum < 1)
+            {
+                Tizen.Log.Error("NUI", $"Out of Range total page count : {totalPageCnt}, input page number : {pageNum}\n");
+                return "";
+            }
+
+            List<PageData> dataList = pageList.GetRange(pageNum - 1, 1);
+            foreach (PageData data in dataList)
+            {
+                int cnt = data.endOffset - data.startOffset;
+                char[] charArray = new char[cnt];
+                pageString.CopyTo(data.startOffset, charArray, 0, cnt);
+                string pageText = data.previousTag + new String(charArray) + data.endTag;
+                return pageText;
+            }
+            return "";
         }
-        else if( QUOTATION_MARK == character )
-        {
-          tagChaList.Add((char)character);
-          isQuotationOpen = !isQuotationOpen;
 
-          isPreviousSlash = false;
-          isPreviousLessThan = false;
-        }
-        else if( WHITE_SPACE >= character || EQUAL == character ) // ' ', '='
+        private void SkipWhiteSpace(ref int offset)
         {
-          // Let's save tag name.
-          if(!attributesFound) {
-            tag.tagName = new String(tagChaList.ToArray());
-            tagChaList.Clear();
-          }
-          tagChaList.Add((char)character);
-          // If the tag contains white spaces then it may have attributes.
-          if( !isQuotationOpen )
-          {
-            attributesFound = true;
-          }
+            int character;
+            while ((character = stream.Read()) != -1)
+            {
+                offset++;
+                if (character == WHITE_SPACE) continue;
+                else break;
+            }
         }
-        else
+
+        private bool IsTag(TagData tag, ref int offset)
         {
-          tagChaList.Add((char)character);
-          isPreviousSlash = false;
-          isPreviousLessThan = false;
+            List<char> tagChaList = new List<char>();
+
+            bool isTag = false;
+            bool isQuotationOpen = false;
+            bool attributesFound = false;
+            tag.isEndTag = false;
+            bool isPreviousLessThan = true;
+            bool isPreviousSlash = false;
+
+            int character;
+
+            tag.tagName = "";
+            tag.attributeName = "";
+            // SkipWhiteSpace(ref offset);
+            while ((!isTag) && ((character = stream.Read()) != -1))
+            {
+                offset++;
+                characterList.Add((char)character);
+                if (!isQuotationOpen && (SLASH == character)) // '/'
+                {
+                    if (isPreviousLessThan)
+                    {
+                        tag.isEndTag = true;
+                    }
+                    else
+                    {
+                        // if the tag has a '/' it may be an end tag.
+                        isPreviousSlash = true;
+                    }
+                    isPreviousLessThan = false;
+                    // SkipWhiteSpace(ref offset);
+                }
+                else if (GREATER_THAN == character) // '>'
+                {
+                    isTag = true;
+                    if (isPreviousSlash)
+                    {
+                        tag.isEndTag = true;
+                    }
+
+                    if (!attributesFound)
+                    {
+                        tag.tagName = new String(tagChaList.ToArray());
+                    }
+                    else
+                    {
+                        tag.attributeName = new String(tagChaList.ToArray());
+                    }
+
+                    isPreviousSlash = false;
+                    isPreviousLessThan = false;
+                }
+                else if (QUOTATION_MARK == character)
+                {
+                    tagChaList.Add((char)character);
+                    isQuotationOpen = !isQuotationOpen;
+
+                    isPreviousSlash = false;
+                    isPreviousLessThan = false;
+                }
+                else if (WHITE_SPACE >= character || EQUAL == character) // ' ', '='
+                {
+                    // Let's save tag name.
+                    if (!attributesFound)
+                    {
+                        tag.tagName = new String(tagChaList.ToArray());
+                        tagChaList.Clear();
+                    }
+                    tagChaList.Add((char)character);
+                    // If the tag contains white spaces then it may have attributes.
+                    if (!isQuotationOpen)
+                    {
+                        attributesFound = true;
+                    }
+                }
+                else
+                {
+                    tagChaList.Add((char)character);
+                    isPreviousSlash = false;
+                    isPreviousLessThan = false;
+                }
+            }
+            return isTag;
         }
-      }
-      return isTag;
-    }
-
-
-    private int MarkupProcess(int startOffset, int cutOffIndex)
-    {
 
-      int count = 0;
-      int offset = startOffset;
-      int character = 0;
-      characterList.Clear();
-      PageData pageData = new PageData();
 
-      pageData.startOffset = offset;
+        private int MarkupProcess(int startOffset, int cutOffIndex)
+        {
 
-      // If the markup was previously open, the markup tag should be attached to the front.
-      string tag ="";
-      foreach (TagData data in tagList)
-      {
-        tag += "<"+data.tagName+data.attributeName+">";
-      }
-      pageData.previousTag = tag;
+            int count = 0;
+            int offset = startOffset;
+            int character = 0;
+            characterList.Clear();
+            PageData pageData = new PageData();
 
+            pageData.startOffset = offset;
 
-      bool isTag = false;
-      while( (character = stream.Read()) != -1 )
-      {
-        offset++;
-        characterList.Add((char)character);
+            // If the markup was previously open, the markup tag should be attached to the front.
+            string tag = "";
+            foreach (TagData data in tagList)
+            {
+                tag += "<" + data.tagName + data.attributeName + ">";
+            }
+            pageData.previousTag = tag;
+
+
+            bool isTag = false;
+            while ((character = stream.Read()) != -1)
+            {
+                offset++;
+                characterList.Add((char)character);
+
+                TagData tagData = new TagData();
+                isTag = false;
+                if (LESS_THAN == character) // '<'
+                {
+                    isTag = IsTag(tagData, ref offset);
+                }
+
+                if (isTag)
+                {
+                    if (tagData.isEndTag)
+                    {
+                        int lastIndex = tagList.Count;
+                        tagList.RemoveAt(lastIndex - 1);
+                    }
+                    else
+                    {
+                        tagList.Add(tagData);
+                    }
+                }
+                else
+                {
+                    count++;
+                }
+                if (count >= cutOffIndex) break;
+
+            }
+
+            // If the markup was previously open, you should attach the label tag.
+            tag = "";
+            foreach (TagData data in tagList)
+            {
+                tag = "</" + data.tagName + ">" + tag;
+            }
+            pageData.endTag = tag;
 
-        TagData tagData = new TagData();
-        isTag = false;
-        if( LESS_THAN == character ) // '<'
-        {
-          isTag = IsTag(tagData, ref offset);
-        }
+            pageData.endOffset = offset;
+            pageList.Add(pageData);
 
-        if(isTag) {
-          if(tagData.isEndTag) {
-            int lastIndex = tagList.Count;
-            tagList.RemoveAt(lastIndex-1);
-          } else {
-            tagList.Add(tagData);
-          }
-        } else {
-          count++;
+            if (character == -1) offset = -1;
+            return offset;
         }
-        if(count >= cutOffIndex) break;
-
-      }
 
-      // If the markup was previously open, you should attach the label tag.
-      tag ="";
-      foreach (TagData data in tagList)
-      {
-        tag = "</"+data.tagName+">" + tag;
-      }
-      pageData.endTag = tag;
-
-      pageData.endOffset = offset;
-      pageList.Add(pageData);
-
-      if(character == -1) offset = -1;
-      return offset;
     }
-
-  }
 }
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index 8168720..23aea02
@@ -36,7 +36,7 @@ namespace Tizen.NUI
         /// <since_tizen> 8 </since_tizen>
         public VertexBuffer(PropertyMap bufferFormat) : this(Interop.VertexBuffer.VertexBuffer_New(PropertyMap.getCPtr(bufferFormat)), true)
         {
-            if (NDalicPINVOKE.SWIGPendingException.Pending) 
+            if (NDalicPINVOKE.SWIGPendingException.Pending)
                 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
@@ -62,7 +62,7 @@ namespace Tizen.NUI
             }
 
             Interop.VertexBuffer.VertexBuffer_SetData(swigCPtr, buffer, (uint)vertices.Length);
-            if (NDalicPINVOKE.SWIGPendingException.Pending) 
+            if (NDalicPINVOKE.SWIGPendingException.Pending)
                 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
         }
 
@@ -74,7 +74,7 @@ namespace Tizen.NUI
         public uint GetSize()
         {
             uint ret = Interop.VertexBuffer.VertexBuffer_GetSize(swigCPtr);
-            if (NDalicPINVOKE.SWIGPendingException.Pending) 
+            if (NDalicPINVOKE.SWIGPendingException.Pending)
                 throw NDalicPINVOKE.SWIGPendingException.Retrieve();
             return ret;
         }
old mode 100644 (file)
new mode 100755 (executable)
index 03eb0e2..4bd1b6a
@@ -121,7 +121,7 @@ namespace Tizen.NUI
         [EditorBrowsable(EditorBrowsableState.Never)]
         public override bool Equals(object other)
         {
-            if ((other == null) || ! GetType().Equals(other.GetType()))
+            if ((other == null) || !GetType().Equals(other.GetType()))
             {
                 return false;
             }
index 07d299c..c7f4762 100755 (executable)
@@ -618,7 +618,7 @@ namespace Tizen.NUI
         private void OnWidgetAdded(IntPtr data)
         {
             WidgetViewEventArgs e = new WidgetViewEventArgs();
-            if(data != null)
+            if (data != null)
             {
                 e.WidgetView = WidgetView.GetWidgetViewFromPtr(data);
             }
@@ -695,7 +695,7 @@ namespace Tizen.NUI
         private void OnWidgetFaulted(IntPtr data)
         {
             WidgetViewEventArgs e = new WidgetViewEventArgs();
-            if(data != null)
+            if (data != null)
             {
                 e.WidgetView = WidgetView.GetWidgetViewFromPtr(data);
             }
index 8d373f5..3c4d1ce 100755 (executable)
@@ -148,7 +148,7 @@ namespace Tizen.NUI
                 }
 
                 DetentEventHandler -= value;
-                if(DetentEventHandler ==  null && StageWheelEventSignal().Empty() == false)
+                if (DetentEventHandler == null && StageWheelEventSignal().Empty() == false)
                 {
                     StageWheelEventSignal().Disconnect(DetentEventCallback);
                 }
@@ -497,7 +497,7 @@ namespace Tizen.NUI
                 WheelEventSignal().Disconnect(_wheelEventCallback);
             }
 
-            if(DetentEventCallback != null)
+            if (DetentEventCallback != null)
             {
                 StageWheelEventSignal().Disconnect(DetentEventCallback);
             }
@@ -1019,7 +1019,8 @@ namespace Tizen.NUI
             public bool Visibility
             {
                 get => visibility;
-                set {
+                set
+                {
                     visibility = value;
                 }
             }
@@ -1068,9 +1069,9 @@ namespace Tizen.NUI
                 VisibilityChangedEventHandler -= value;
                 if (VisibilityChangedEventHandler == null)
                 {
-                    if(VisibilityChangedEventSignal != null)
+                    if (VisibilityChangedEventSignal != null)
                     {
-                        if(VisibilityChangedEventSignal.Empty() == false)
+                        if (VisibilityChangedEventSignal.Empty() == false)
                         {
                             VisibilityChangedEventSignal.Disconnect(VisibilityChangedEventCallback);
                         }
@@ -1085,7 +1086,7 @@ namespace Tizen.NUI
         [EditorBrowsable(EditorBrowsableState.Never)]
         public void VisibiltyChangedSignalEmit(bool visibility)
         {
-            if(VisibilityChangedEventSignal == null)
+            if (VisibilityChangedEventSignal == null)
             {
                 VisibilityChangedEventSignal = new WindowVisibilityChangedEvent(this);
             }
index ac89fe0..1c6a86b 100755 (executable)
@@ -5,9 +5,9 @@ namespace Tizen.NUI.Xaml
     /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
     [EditorBrowsable(EditorBrowsableState.Never)]
     public interface IReferenceProvider
-       {
+    {
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         object FindByName(string name);
-       }
+    }
 }
\ No newline at end of file
index e2fe6c7..f9b3f51 100755 (executable)
@@ -55,11 +55,11 @@ namespace Tizen.NUI.Xaml
         {
             if (TypedBinding == null)
                 return new Tizen.NUI.Binding.Binding(Path, Mode, Converter, ConverterParameter, StringFormat, Source)
-                               {
-                                   UpdateSourceEventName = UpdateSourceEventName,
+                {
+                    UpdateSourceEventName = UpdateSourceEventName,
                     FallbackValue = FallbackValue,
                     TargetNullValue = TargetNullValue,
-                               };
+                };
 
             TypedBinding.Mode = Mode;
             TypedBinding.Converter = Converter;
index 49e19c9..05374c7 100755 (executable)
@@ -25,7 +25,7 @@ namespace Tizen.NUI.Xaml
         {
             if (Key == null)
             {
-                var lineInfoProvider = serviceProvider.GetService(typeof (IXmlLineInfoProvider)) as IXmlLineInfoProvider;
+                var lineInfoProvider = serviceProvider.GetService(typeof(IXmlLineInfoProvider)) as IXmlLineInfoProvider;
                 var lineInfo = (lineInfoProvider != null) ? lineInfoProvider.XmlLineInfo : new XmlLineInfo();
                 throw new XamlParseException("DynamicResource markup require a Key", lineInfo);
             }
index 0641dc9..e37b245 100755 (executable)
@@ -21,10 +21,10 @@ namespace Tizen.NUI.Xaml
         {
             if (serviceProvider == null)
                 throw new ArgumentNullException(nameof(serviceProvider));
-            var valueProvider = serviceProvider.GetService(typeof (IProvideValueTarget)) as IProvideParentValues;
+            var valueProvider = serviceProvider.GetService(typeof(IProvideValueTarget)) as IProvideParentValues;
             if (valueProvider == null)
                 throw new ArgumentException("serviceProvider does not provide an IProvideValueTarget");
-            var namescopeprovider = serviceProvider.GetService(typeof (INameScopeProvider)) as INameScopeProvider;
+            var namescopeprovider = serviceProvider.GetService(typeof(INameScopeProvider)) as INameScopeProvider;
             if (namescopeprovider != null && namescopeprovider.NameScope != null)
             {
                 var value = namescopeprovider.NameScope.FindByName(Name);
index 0bbbc9b..5c68f5e 100755 (executable)
@@ -26,13 +26,13 @@ namespace Tizen.NUI.Xaml
 
             if (serviceProvider == null)
                 throw new ArgumentNullException(nameof(serviceProvider));
-            var typeResolver = serviceProvider.GetService(typeof (IXamlTypeResolver)) as IXamlTypeResolver;
+            var typeResolver = serviceProvider.GetService(typeof(IXamlTypeResolver)) as IXamlTypeResolver;
             if (typeResolver == null)
                 throw new ArgumentException("No IXamlTypeResolver in IServiceProvider");
 
             if (string.IsNullOrEmpty(Member) || !Member.Contains("."))
             {
-                lineInfoProvider = serviceProvider.GetService(typeof (IXmlLineInfoProvider)) as IXmlLineInfoProvider;
+                lineInfoProvider = serviceProvider.GetService(typeof(IXmlLineInfoProvider)) as IXmlLineInfoProvider;
                 lineInfo = (lineInfoProvider != null) ? lineInfoProvider.XmlLineInfo : new XmlLineInfo();
                 throw new XamlParseException("Syntax for x:Static is [Member=][prefix:]typeName.staticMemberName", lineInfo);
             }
@@ -51,7 +51,7 @@ namespace Tizen.NUI.Xaml
             if (finfo != null)
                 return finfo.GetValue(null);
 
-            lineInfoProvider = serviceProvider.GetService(typeof (IXmlLineInfoProvider)) as IXmlLineInfoProvider;
+            lineInfoProvider = serviceProvider.GetService(typeof(IXmlLineInfoProvider)) as IXmlLineInfoProvider;
             lineInfo = (lineInfoProvider != null) ? lineInfoProvider.XmlLineInfo : new XmlLineInfo();
             throw new XamlParseException($"No static member found for {Member}", lineInfo);
         }
index 7816420..a8c29db 100755 (executable)
@@ -26,12 +26,14 @@ namespace Tizen.NUI.Xaml
         {
             IXmlLineInfo lineInfo;
 
-            if (!string.IsNullOrEmpty(Style) && Source != null) {
+            if (!string.IsNullOrEmpty(Style) && Source != null)
+            {
                 lineInfo = (serviceProvider.GetService(typeof(IXmlLineInfoProvider)) as IXmlLineInfoProvider)?.XmlLineInfo;
                 throw new XamlParseException($"StyleSheet can not have both a Source and a content", lineInfo);
             }
 
-            if (Source != null) {
+            if (Source != null)
+            {
                 lineInfo = (serviceProvider.GetService(typeof(IXmlLineInfoProvider)) as IXmlLineInfoProvider)?.XmlLineInfo;
                 if (Source.IsAbsoluteUri)
                     throw new XamlParseException($"Source only accepts Relative URIs", lineInfo);
@@ -45,7 +47,8 @@ namespace Tizen.NUI.Xaml
                 return StyleSheet.FromString(resString);
             }
 
-            if (!string.IsNullOrEmpty(Style)) {
+            if (!string.IsNullOrEmpty(Style))
+            {
                 using (var reader = new StringReader(Style))
                     return StyleSheet.FromReader(reader);
             }
index 9bcd36b..5419854 100755 (executable)
@@ -15,7 +15,7 @@ namespace Tizen.NUI.Xaml
                 throw new InvalidOperationException("TypeName isn't set.");
             if (serviceProvider == null)
                 throw new ArgumentNullException(nameof(serviceProvider));
-            var typeResolver = serviceProvider.GetService(typeof (IXamlTypeResolver)) as IXamlTypeResolver;
+            var typeResolver = serviceProvider.GetService(typeof(IXamlTypeResolver)) as IXamlTypeResolver;
             if (typeResolver == null)
                 throw new ArgumentException("No IXamlTypeResolver in IServiceProvider");
 
index 4ea4385..027d638 100755 (executable)
@@ -2,14 +2,14 @@
 
 namespace Tizen.NUI.Xaml
 {
-       [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
-       sealed class ProvideCompiledAttribute : Attribute
-       {
-               public string CompiledVersion { get; }
+    [AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = true)]
+    sealed class ProvideCompiledAttribute : Attribute
+    {
+        public string CompiledVersion { get; }
 
-               public ProvideCompiledAttribute (string compiledVersion)
-               {
-                       CompiledVersion = compiledVersion;
-               }
-       }
+        public ProvideCompiledAttribute(string compiledVersion)
+        {
+            CompiledVersion = compiledVersion;
+        }
+    }
 }
\ No newline at end of file
index 0954444..0a97e21 100755 (executable)
@@ -22,7 +22,8 @@ namespace Tizen.NUI.Xaml
         {
             if (serviceProvider == null)
                 throw new ArgumentNullException(nameof(serviceProvider));
-            if (Key == null) {
+            if (Key == null)
+            {
                 var lineInfoProvider = serviceProvider.GetService(typeof(IXmlLineInfoProvider)) as IXmlLineInfoProvider;
                 var lineInfo = (lineInfoProvider != null) ? lineInfoProvider.XmlLineInfo : new XmlLineInfo();
                 throw new XamlParseException("you must specify a key in {StaticResource}", lineInfo);
@@ -34,7 +35,8 @@ namespace Tizen.NUI.Xaml
             var xmlLineInfo = xmlLineInfoProvider != null ? xmlLineInfoProvider.XmlLineInfo : null;
             object resource = null;
 
-            foreach (var p in valueProvider.ParentObjects) {
+            foreach (var p in valueProvider.ParentObjects)
+            {
                 var irp = p as IResourcesProvider;
                 var resDict = irp != null && irp.IsResourcesCreated ? irp.XamlResources : p as ResourceDictionary;
                 if (resDict == null)
@@ -47,12 +49,16 @@ namespace Tizen.NUI.Xaml
             var bp = valueProvider.TargetProperty as BindableProperty;
             var pi = valueProvider.TargetProperty as PropertyInfo;
             var propertyType = bp?.ReturnType ?? pi?.PropertyType;
-            if (propertyType == null) {
-                if (resource != null) {
-                    if (resource.GetType().GetTypeInfo().IsGenericType && (resource.GetType().GetGenericTypeDefinition() == typeof(OnPlatform<>) || resource.GetType().GetGenericTypeDefinition() == typeof(OnIdiom<>))) {
+            if (propertyType == null)
+            {
+                if (resource != null)
+                {
+                    if (resource.GetType().GetTypeInfo().IsGenericType && (resource.GetType().GetGenericTypeDefinition() == typeof(OnPlatform<>) || resource.GetType().GetGenericTypeDefinition() == typeof(OnIdiom<>)))
+                    {
                         // This is only there to support our backward compat story with pre 2.3.3 compiled Xaml project who was not providing TargetProperty
                         var method = resource.GetType().GetRuntimeMethod("op_Implicit", new[] { resource.GetType() });
-                        if (method != null) {
+                        if (method != null)
+                        {
                             resource = method.Invoke(null, new[] { resource });
                         }
                     }
@@ -61,23 +67,26 @@ namespace Tizen.NUI.Xaml
             }
             if (propertyType.IsAssignableFrom(resource?.GetType()))
                 return resource;
-            var implicit_op =  resource?.GetType().GetImplicitConversionOperator(fromType: resource?.GetType(), toType: propertyType)
+            var implicit_op = resource?.GetType().GetImplicitConversionOperator(fromType: resource?.GetType(), toType: propertyType)
                             ?? propertyType.GetImplicitConversionOperator(fromType: resource?.GetType(), toType: propertyType);
             if (implicit_op != null)
-                return implicit_op.Invoke(resource, new [] { resource });
+                return implicit_op.Invoke(resource, new[] { resource });
 
-            if (resource != null) {
+            if (resource != null)
+            {
                 //Special case for https://bugzilla.xamarin.com/show_bug.cgi?id=59818
                 //On OnPlatform, check for an opImplicit from the targetType
-                if (   Device.Flags != null
+                if (Device.Flags != null
                     && Device.Flags.Contains("xamlDoubleImplicitOpHack")
                     && resource.GetType().GetTypeInfo().IsGenericType
-                    && (resource.GetType().GetGenericTypeDefinition() == typeof(OnPlatform<>))) {
+                    && (resource.GetType().GetGenericTypeDefinition() == typeof(OnPlatform<>)))
+                {
                     var tType = resource.GetType().GenericTypeArguments[0];
                     var opImplicit = tType.GetImplicitConversionOperator(fromType: tType, toType: propertyType)
                                     ?? propertyType.GetImplicitConversionOperator(fromType: tType, toType: propertyType);
 
-                    if (opImplicit != null) {
+                    if (opImplicit != null)
+                    {
                         //convert the OnPlatform<T> to T
                         var opPlatformImplicitConversionOperator = resource?.GetType().GetImplicitConversionOperator(fromType: resource?.GetType(), toType: tType);
                         resource = opPlatformImplicitConversionOperator?.Invoke(null, new[] { resource });
index a7e93c9..271107e 100755 (executable)
@@ -47,7 +47,7 @@ namespace Tizen.NUI.Xaml
         /// <returns>A TXaml with the properties that are defined in the application manifest for callingType.</returns>
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public static TXaml LoadFromXaml<TXaml>(this TXaml view, Type callingType) 
+        public static TXaml LoadFromXaml<TXaml>(this TXaml view, Type callingType)
         {
             XamlLoader.Load(view, callingType);
             return view;
index 432ee80..9cf6364 100755 (executable)
@@ -33,7 +33,8 @@ namespace Tizen.NUI.Xaml
         internal static string GetResourceIdForType(Type type)
         {
             var assembly = type.GetTypeInfo().Assembly;
-            foreach (var xria in assembly.GetCustomAttributes<XamlResourceIdAttribute>()) {
+            foreach (var xria in assembly.GetCustomAttributes<XamlResourceIdAttribute>())
+            {
                 if (xria.Type == type)
                     return xria.ResourceId;
             }
@@ -43,7 +44,8 @@ namespace Tizen.NUI.Xaml
         internal static string GetPathForType(Type type)
         {
             var assembly = type.GetTypeInfo().Assembly;
-            foreach (var xria in assembly.GetCustomAttributes<XamlResourceIdAttribute>()) {
+            foreach (var xria in assembly.GetCustomAttributes<XamlResourceIdAttribute>())
+            {
                 if (xria.Type == type)
                     return xria.Path;
             }
@@ -52,7 +54,8 @@ namespace Tizen.NUI.Xaml
 
         internal static string GetResourceIdForPath(Assembly assembly, string path)
         {
-            foreach (var xria in assembly.GetCustomAttributes<XamlResourceIdAttribute>()) {
+            foreach (var xria in assembly.GetCustomAttributes<XamlResourceIdAttribute>())
+            {
                 if (xria.Path == path)
                     return xria.ResourceId;
             }
@@ -61,7 +64,8 @@ namespace Tizen.NUI.Xaml
 
         internal static Type GetTypeForResourceId(Assembly assembly, string resourceId)
         {
-            foreach (var xria in assembly.GetCustomAttributes<XamlResourceIdAttribute>()) {
+            foreach (var xria in assembly.GetCustomAttributes<XamlResourceIdAttribute>())
+            {
                 if (xria.ResourceId == resourceId)
                     return xria.Type;
             }
@@ -70,7 +74,8 @@ namespace Tizen.NUI.Xaml
 
         internal static Type GetTypeForPath(Assembly assembly, string path)
         {
-            foreach (var xria in assembly.GetCustomAttributes<XamlResourceIdAttribute>()) {
+            foreach (var xria in assembly.GetCustomAttributes<XamlResourceIdAttribute>())
+            {
                 if (xria.Path == path)
                     return xria.Type;
             }
index deea062..4164b79 100755 (executable)
@@ -45,38 +45,38 @@ namespace Tizen.NUI.Xaml
 
         internal IProvideValueTarget IProvideValueTarget
         {
-            get { return (IProvideValueTarget)GetService(typeof (IProvideValueTarget)); }
-            set { services[typeof (IProvideValueTarget)] = value; }
+            get { return (IProvideValueTarget)GetService(typeof(IProvideValueTarget)); }
+            set { services[typeof(IProvideValueTarget)] = value; }
         }
 
         internal IXamlTypeResolver IXamlTypeResolver
         {
-            get { return (IXamlTypeResolver)GetService(typeof (IXamlTypeResolver)); }
-            set { services[typeof (IXamlTypeResolver)] = value; }
+            get { return (IXamlTypeResolver)GetService(typeof(IXamlTypeResolver)); }
+            set { services[typeof(IXamlTypeResolver)] = value; }
         }
 
         internal IRootObjectProvider IRootObjectProvider
         {
-            get { return (IRootObjectProvider)GetService(typeof (IRootObjectProvider)); }
-            set { services[typeof (IRootObjectProvider)] = value; }
+            get { return (IRootObjectProvider)GetService(typeof(IRootObjectProvider)); }
+            set { services[typeof(IRootObjectProvider)] = value; }
         }
 
         internal IXmlLineInfoProvider IXmlLineInfoProvider
         {
-            get { return (IXmlLineInfoProvider)GetService(typeof (IXmlLineInfoProvider)); }
-            set { services[typeof (IXmlLineInfoProvider)] = value; }
+            get { return (IXmlLineInfoProvider)GetService(typeof(IXmlLineInfoProvider)); }
+            set { services[typeof(IXmlLineInfoProvider)] = value; }
         }
 
         internal INameScopeProvider INameScopeProvider
         {
-            get { return (INameScopeProvider)GetService(typeof (INameScopeProvider)); }
-            set { services[typeof (INameScopeProvider)] = value; }
+            get { return (INameScopeProvider)GetService(typeof(INameScopeProvider)); }
+            set { services[typeof(INameScopeProvider)] = value; }
         }
 
         internal IValueConverterProvider IValueConverterProvider
         {
-            get { return (IValueConverterProvider)GetService(typeof (IValueConverterProvider)); }
-            set { services[typeof (IValueConverterProvider)] = value; }
+            get { return (IValueConverterProvider)GetService(typeof(IValueConverterProvider)); }
+            set { services[typeof(IValueConverterProvider)] = value; }
         }
 
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
@@ -148,7 +148,7 @@ namespace Tizen.NUI.Xaml
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         [Obsolete("SimpleValueTargetProvider(object[] objectAndParents) is obsolete as of version 2.3.4. Please use SimpleValueTargetProvider(object[] objectAndParents, object targetProperty) instead.")]
-        public SimpleValueTargetProvider(object[] objectAndParents) : this (objectAndParents, null)
+        public SimpleValueTargetProvider(object[] objectAndParents) : this(objectAndParents, null)
         {
         }
 
@@ -178,14 +178,15 @@ namespace Tizen.NUI.Xaml
         [EditorBrowsable(EditorBrowsableState.Never)]
         public object FindByName(string name)
         {
-            for (var i = 0; i < objectAndParents.Length; i++) {
-                               var bo = objectAndParents[i] as BindableObject;
-                               if (bo == null) continue;
-                               var ns = NameScope.GetNameScope(bo) as INameScope;
-                               if (ns == null) continue;
-                               var value = ns.FindByName(name);
-                               if (value != null)
-                                       return value;
+            for (var i = 0; i < objectAndParents.Length; i++)
+            {
+                var bo = objectAndParents[i] as BindableObject;
+                if (bo == null) continue;
+                var ns = NameScope.GetNameScope(bo) as INameScope;
+                if (ns == null) continue;
+                var value = ns.FindByName(name);
+                if (value != null)
+                    return value;
             }
             return null;
         }
@@ -257,7 +258,7 @@ namespace Tizen.NUI.Xaml
             IXmlLineInfo xmlLineInfo = null;
             if (serviceProvider != null)
             {
-                var lineInfoProvider = serviceProvider.GetService(typeof (IXmlLineInfoProvider)) as IXmlLineInfoProvider;
+                var lineInfoProvider = serviceProvider.GetService(typeof(IXmlLineInfoProvider)) as IXmlLineInfoProvider;
                 if (lineInfoProvider != null)
                     xmlLineInfo = lineInfoProvider.XmlLineInfo;
             }
@@ -312,7 +313,8 @@ namespace Tizen.NUI.Xaml
         {
             var n = _node;
             object value = null;
-            while (n != null) {
+            while (n != null)
+            {
                 if ((value = (n as IElementNode)?.Namescope?.FindByName(name)) != null)
                     return value;
                 n = n.Parent;
index cc9b793..b7d5b27 100755 (executable)
@@ -116,7 +116,7 @@ namespace Tizen.NUI.Binding
             if (propertyKey == null)
                 throw new ArgumentNullException(nameof(propertyKey));
 
-            ClearValue(propertyKey.BindableProperty, fromStyle:false, checkAccess: false);
+            ClearValue(propertyKey.BindableProperty, fromStyle: false, checkAccess: false);
         }
 
         /// <summary>
@@ -289,7 +289,7 @@ namespace Tizen.NUI.Binding
                 bindable._inheritedContext = value;
             }
 
-            bindable.ApplyBindings(skipBindingContext:false, fromBindingContextChanged:true);
+            bindable.ApplyBindings(skipBindingContext: false, fromBindingContextChanged: true);
             bindable.OnBindingContextChanged();
         }
 
@@ -338,8 +338,9 @@ namespace Tizen.NUI.Binding
         [EditorBrowsable(EditorBrowsableState.Never)]
         protected void UnapplyBindings()
         {
-            for (int i = 0, _propertiesCount = _properties.Count; i < _propertiesCount; i++) {
-                BindablePropertyContext context = _properties [i];
+            for (int i = 0, _propertiesCount = _properties.Count; i < _propertiesCount; i++)
+            {
+                BindablePropertyContext context = _properties[i];
                 if (context.Binding == null)
                     continue;
 
@@ -446,14 +447,16 @@ namespace Tizen.NUI.Binding
         internal object[] GetValues(params BindableProperty[] properties)
         {
             var values = new object[properties.Length];
-            for (var i = 0; i < _properties.Count; i++) {
+            for (var i = 0; i < _properties.Count; i++)
+            {
                 var context = _properties[i];
                 var index = properties.IndexOf(context.Property);
                 if (index < 0)
                     continue;
                 values[index] = context.Value;
             }
-            for (var i = 0; i < values.Length; i++) {
+            for (var i = 0; i < values.Length; i++)
+            {
                 if (!ReferenceEquals(values[i], null))
                     continue;
                 values[i] = properties[i].DefaultValueCreator == null ? properties[i].DefaultValue : CreateAndAddContext(properties[i]).Value;
@@ -596,10 +599,12 @@ namespace Tizen.NUI.Binding
                 value = property.CoerceValue(this, value);
 
             BindablePropertyContext context = GetOrCreateContext(property);
-            if (manuallySet) {
+            if (manuallySet)
+            {
                 context.Attributes |= BindableContextAttributes.IsManuallySet;
                 context.Attributes &= ~BindableContextAttributes.IsSetFromStyle;
-            } else
+            }
+            else
                 context.Attributes &= ~BindableContextAttributes.IsManuallySet;
 
             if (fromStyle)
@@ -640,8 +645,9 @@ namespace Tizen.NUI.Binding
         internal void ApplyBindings(bool skipBindingContext, bool fromBindingContextChanged)
         {
             var prop = _properties.ToArray();
-            for (int i = 0, propLength = prop.Length; i < propLength; i++) {
-                BindablePropertyContext context = prop [i];
+            for (int i = 0, propLength = prop.Length; i < propLength; i++)
+            {
+                BindablePropertyContext context = prop[i];
                 BindingBase binding = context.Binding;
                 if (binding == null)
                     continue;
@@ -669,7 +675,7 @@ namespace Tizen.NUI.Binding
         static void BindingContextPropertyChanged(BindableObject bindable, object oldvalue, object newvalue)
         {
             bindable._inheritedContext = null;
-            bindable.ApplyBindings(skipBindingContext: true, fromBindingContextChanged:true);
+            bindable.ApplyBindings(skipBindingContext: true, fromBindingContextChanged: true);
             bindable.OnBindingContextChanged();
         }
 
@@ -751,7 +757,7 @@ namespace Tizen.NUI.Binding
             {
                 context = CreateAndAddContext(property);
             }
-            else if (property.DefaultValueCreator != null )
+            else if (property.DefaultValueCreator != null)
             {
                 context.Value = property.DefaultValueCreator(this); //Update Value from dali
             }//added by xb.teng
index a58381c..9100d15 100755 (executable)
@@ -100,13 +100,13 @@ namespace Tizen.NUI.Binding
         /// <param name="value">The default value.</param>
         /// <returns>System.Boolean</returns>
         public delegate bool ValidateValueDelegate<in TPropertyType>(BindableObject bindable, TPropertyType value);
-               
+
         //To confirm the static dictionary will be created before the constructor is called.
         static BindableProperty()
         {
         }
 
-        static readonly Dictionary<Type, TypeConverter> WellKnownConvertTypes = new  Dictionary<Type,TypeConverter>
+        static readonly Dictionary<Type, TypeConverter> WellKnownConvertTypes = new Dictionary<Type, TypeConverter>
         {
             { typeof(Uri), new UriTypeConverter() },
             { typeof(Color), new ColorTypeConverter() },
index 3e87dd2..f1a409b 100755 (executable)
@@ -64,7 +64,7 @@ namespace Tizen.NUI.Binding
                     type = (parent as TriggerBase).TargetType;
 
                 if (type == null)
-                    throw new XamlParseException($"Can't resolve {parts [0]}", lineinfo);
+                    throw new XamlParseException($"Can't resolve {parts[0]}", lineinfo);
 
                 return ConvertFrom(type, parts[0], lineinfo);
             }
@@ -122,7 +122,8 @@ namespace Tizen.NUI.Binding
             // Skip 1; we would not be making this check if the immediate parent were not a VisualState
 
             // VisualStates must be in a VisualStateGroup
-            if(!(parents[2] is VisualStateGroup)) {
+            if (!(parents[2] is VisualStateGroup))
+            {
                 throw new XamlParseException($"Expected {nameof(VisualStateGroup)} but found {parents[2]}.", lineInfo);
             }
 
index 08b567a..3af0685 100755 (executable)
@@ -100,9 +100,11 @@ namespace Tizen.NUI.Binding
 
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public string UpdateSourceEventName {
+        public string UpdateSourceEventName
+        {
             get { return _updateSourceEventName; }
-            set {
+            set
+            {
                 ThrowIfApplied();
                 _updateSourceEventName = value;
             }
@@ -117,8 +119,8 @@ namespace Tizen.NUI.Binding
             if (propertyGetter == null)
                 throw new ArgumentNullException(nameof(propertyGetter));
 
-                       return new Binding(GetBindingPath(propertyGetter), mode, converter, converterParameter, stringFormat);
-               }
+            return new Binding(GetBindingPath(propertyGetter), mode, converter, converterParameter, stringFormat);
+        }
 
         internal override void Apply(bool fromTarget)
         {
@@ -172,7 +174,7 @@ namespace Tizen.NUI.Binding
         {
             if (Source != null && fromBindingContextChanged && IsApplied)
                 return;
-            
+
             base.Unapply(fromBindingContextChanged: fromBindingContextChanged);
 
             if (_expression != null)
index d4ba72d..39e8ddc 100755 (executable)
@@ -32,7 +32,7 @@ namespace Tizen.NUI.Binding
             get { return _mode; }
             set
             {
-                if (   value != BindingMode.Default
+                if (value != BindingMode.Default
                     && value != BindingMode.OneWay
                     && value != BindingMode.OneWayToSource
                     && value != BindingMode.TwoWay
@@ -64,25 +64,28 @@ namespace Tizen.NUI.Binding
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         public object TargetNullValue
-               {
-                       get { return _targetNullValue; }
-                       set {
-                               ThrowIfApplied();
-                               _targetNullValue = value;
-                       }
-               }
+        {
+            get { return _targetNullValue; }
+            set
+            {
+                ThrowIfApplied();
+                _targetNullValue = value;
+            }
+        }
 
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public object FallbackValue {
-                       get => _fallbackValue;
-                       set {
-                               ThrowIfApplied();
-                               _fallbackValue = value;
-                       }
-               }
-
-               internal bool AllowChaining { get; set; }
+        public object FallbackValue
+        {
+            get => _fallbackValue;
+            set
+            {
+                ThrowIfApplied();
+                _fallbackValue = value;
+            }
+        }
+
+        internal bool AllowChaining { get; set; }
 
         internal object Context { get; set; }
 
index 7796d1d..30c2aca 100755 (executable)
@@ -342,7 +342,7 @@ namespace Tizen.NUI.Binding
         {
             child.Parent = this;
 
-            child.ApplyBindings(skipBindingContext: false, fromBindingContextChanged:true);
+            child.ApplyBindings(skipBindingContext: false, fromBindingContextChanged: true);
 
             ChildAdded?.Invoke(this, new ElementEventArgs(child));
 
index 526b526..53dd362 100755 (executable)
@@ -14,7 +14,7 @@ namespace Tizen.NUI.Binding
     {
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public DataTrigger([TypeConverter(typeof(TypeTypeConverter))] [Parameter("TargetType")] Type targetType) : base(new BindingCondition(), targetType)
+        public DataTrigger([TypeConverter(typeof(TypeTypeConverter))][Parameter("TargetType")] Type targetType) : base(new BindingCondition(), targetType)
         {
         }
 
index 928c8f5..4ecb0ff 100755 (executable)
@@ -11,7 +11,7 @@ namespace Tizen.NUI.Binding
     {
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public MultiTrigger([TypeConverter(typeof(TypeTypeConverter))] [Parameter("TargetType")] Type targetType) : base(new MultiCondition(), targetType)
+        public MultiTrigger([TypeConverter(typeof(TypeTypeConverter))][Parameter("TargetType")] Type targetType) : base(new MultiCondition(), targetType)
         {
         }
 
index eac49d0..4ced0a0 100755 (executable)
@@ -67,7 +67,7 @@ namespace Tizen.NUI.Binding
                 {
                     _triggerValue = value;
                 }
-                
+
             }
         }
 
index d224f47..93cc0dc 100755 (executable)
@@ -22,6 +22,6 @@ namespace Tizen.NUI.Binding.Internals
 
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        [Obsolete]void RegisterName(string name, object scopedElement, IXmlLineInfo xmlLineInfo);
+        [Obsolete] void RegisterName(string name, object scopedElement, IXmlLineInfo xmlLineInfo);
     }
 }
index 4f9f30f..31c2da3 100755 (executable)
@@ -38,9 +38,11 @@ namespace Tizen.NUI.Binding
         [EditorBrowsable(EditorBrowsableState.Never)]
         [TypeConverter(typeof(TypeTypeConverter))]
         [Obsolete("Use Source")]
-        public Type MergedWith {
+        public Type MergedWith
+        {
             get { return _mergedWith; }
-            set {
+            set
+            {
                 if (_mergedWith == value)
                     return;
 
@@ -65,9 +67,11 @@ namespace Tizen.NUI.Binding
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
         [TypeConverter(typeof(RDSourceTypeConverter))]
-        public Uri Source {
+        public Uri Source
+        {
             get { return _source; }
-            set {
+            set
+            {
                 if (_source == value)
                     return;
                 throw new InvalidOperationException("Source can only be set from XAML."); //through the RDSourceTypeConverter
@@ -102,9 +106,12 @@ namespace Tizen.NUI.Binding
 
         /// This will be public opened in tizen_5.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public ICollection<ResourceDictionary> MergedDictionaries {
-            get {
-                if (_mergedDictionaries == null) {
+        public ICollection<ResourceDictionary> MergedDictionaries
+        {
+            get
+            {
+                if (_mergedDictionaries == null)
+                {
                     var col = new ObservableCollection<ResourceDictionary>();
                     col.CollectionChanged += MergedDictionaries_CollectionChanged;
                     _mergedDictionaries = col;
@@ -117,10 +124,11 @@ namespace Tizen.NUI.Binding
 
         void StyleSheetsCollectionChanged(object sender, NotifyCollectionChangedEventArgs e)
         {
-            switch (e.Action) {
-            case NotifyCollectionChangedAction.Add:
+            switch (e.Action)
+            {
+                case NotifyCollectionChangedAction.Add:
                     ValuesChanged?.Invoke(this, ResourcesChangedEventArgs.StyleSheets);
-                break;
+                    break;
             }
         }
         IList<ResourceDictionary> _collectionTrack;
@@ -133,7 +141,8 @@ namespace Tizen.NUI.Binding
 
             _collectionTrack = _collectionTrack ?? new List<ResourceDictionary>();
             // Collection has been cleared
-            if (e.Action == NotifyCollectionChangedAction.Reset) {
+            if (e.Action == NotifyCollectionChangedAction.Reset)
+            {
                 foreach (var dictionary in _collectionTrack)
                     dictionary.ValuesChanged -= Item_ValuesChanged;
 
@@ -288,8 +297,10 @@ namespace Tizen.NUI.Binding
             return _innerDictionary.GetEnumerator();
         }
 
-        internal IEnumerable<KeyValuePair<string, object>> MergedResources {
-            get {
+        internal IEnumerable<KeyValuePair<string, object>> MergedResources
+        {
+            get
+            {
                 if (MergedDictionaries != null)
                     foreach (var r in MergedDictionaries.Reverse().SelectMany(x => x.MergedResources))
                         yield return r;
index b62114e..7e406a6 100755 (executable)
@@ -30,7 +30,7 @@ namespace Tizen.NUI.Binding
         /// <since_tizen> 6 </since_tizen>
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public Style([TypeConverter(typeof(TypeTypeConverter))] [Parameter("TargetType")] Type targetType)
+        public Style([TypeConverter(typeof(TypeTypeConverter))][Parameter("TargetType")] Type targetType)
         {
             if (targetType == null)
                 throw new ArgumentNullException(nameof(targetType));
index 0017161..94a08fb 100755 (executable)
@@ -18,7 +18,7 @@ namespace Tizen.NUI.Binding
         /// <since_tizen> 6 </since_tizen>
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public Trigger([TypeConverter(typeof(TypeTypeConverter))] [Parameter("TargetType")] Type targetType) : base(new XamlPropertyCondition(), targetType)
+        public Trigger([TypeConverter(typeof(TypeTypeConverter))][Parameter("TargetType")] Type targetType) : base(new XamlPropertyCondition(), targetType)
         {
         }
 
index e40db3c..369f020 100755 (executable)
@@ -20,9 +20,11 @@ namespace Tizen.NUI.Binding.Internals
 
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public IValueConverter Converter {
+        public IValueConverter Converter
+        {
             get { return _converter; }
-            set {
+            set
+            {
                 ThrowIfApplied();
                 _converter = value;
             }
@@ -30,9 +32,11 @@ namespace Tizen.NUI.Binding.Internals
 
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public object ConverterParameter {
+        public object ConverterParameter
+        {
             get { return _converterParameter; }
-            set {
+            set
+            {
                 ThrowIfApplied();
                 _converterParameter = value;
             }
@@ -40,17 +44,21 @@ namespace Tizen.NUI.Binding.Internals
 
         /// This will be public opened in tizen_6.0 after ACR done. Before ACR, need to be hidden as inhouse API.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public object Source {
+        public object Source
+        {
             get { return _source; }
-            set {
+            set
+            {
                 ThrowIfApplied();
                 _source = value;
             }
         }
 
-        internal string UpdateSourceEventName {
+        internal string UpdateSourceEventName
+        {
             get { return _updateSourceEventName; }
-            set {
+            set
+            {
                 ThrowIfApplied();
                 _updateSourceEventName = value;
             }
@@ -65,9 +73,9 @@ namespace Tizen.NUI.Binding.Internals
     {
         readonly Func<TSource, TProperty> _getter;
         readonly Action<TSource, TProperty> _setter;
-        readonly PropertyChangedProxy [] _handlers;
+        readonly PropertyChangedProxy[] _handlers;
 
-        public TypedBinding(Func<TSource, TProperty> getter, Action<TSource, TProperty> setter, Tuple<Func<TSource, object>, string> [] handlers)
+        public TypedBinding(Func<TSource, TProperty> getter, Action<TSource, TProperty> setter, Tuple<Func<TSource, object>, string>[] handlers)
         {
             if (getter == null)
                 throw new ArgumentNullException(nameof(getter));
@@ -78,9 +86,9 @@ namespace Tizen.NUI.Binding.Internals
             if (handlers == null)
                 return;
 
-            _handlers = new PropertyChangedProxy [handlers.Length];
+            _handlers = new PropertyChangedProxy[handlers.Length];
             for (var i = 0; i < handlers.Length; i++)
-                _handlers [i] = new PropertyChangedProxy(handlers [i].Item1, handlers [i].Item2, this);
+                _handlers[i] = new PropertyChangedProxy(handlers[i].Item1, handlers[i].Item2, this);
         }
 
         readonly WeakReference<object> _weakSource = new WeakReference<object>(null);
@@ -118,7 +126,7 @@ namespace Tizen.NUI.Binding.Internals
                 return;
 
             base.Apply(source, bindObj, targetProperty, fromBindingContextChanged);
-            
+
 #if (!DO_NOT_CHECK_FOR_BINDING_REUSE)
             BindableObject prevTarget;
             if (_weakTarget.TryGetTarget(out prevTarget) && !ReferenceEquals(prevTarget, bindObj))
@@ -136,12 +144,14 @@ namespace Tizen.NUI.Binding.Internals
 
         internal override BindingBase Clone()
         {
-            Tuple<Func<TSource, object>, string> [] handlers = _handlers == null ? null : new Tuple<Func<TSource, object>, string> [_handlers.Length];
-            if (handlers != null) {
+            Tuple<Func<TSource, object>, string>[] handlers = _handlers == null ? null : new Tuple<Func<TSource, object>, string>[_handlers.Length];
+            if (handlers != null)
+            {
                 for (var i = 0; i < _handlers.Length; i++)
-                    handlers [i] = new Tuple<Func<TSource, object>, string>(_handlers [i].PartGetter, _handlers [i].PropertyName);
+                    handlers[i] = new Tuple<Func<TSource, object>, string>(_handlers[i].PartGetter, _handlers[i].PropertyName);
             }
-            return new TypedBinding<TSource, TProperty>(_getter, _setter, handlers) {
+            return new TypedBinding<TSource, TProperty>(_getter, _setter, handlers)
+            {
                 Mode = Mode,
                 Converter = Converter,
                 ConverterParameter = ConverterParameter,
@@ -182,7 +192,7 @@ namespace Tizen.NUI.Binding.Internals
 #endif
             if (_handlers != null)
                 Unsubscribe();
-            
+
 #if (!DO_NOT_CHECK_FOR_BINDING_REUSE)
             _weakSource.SetTarget(null);
             _weakTarget.SetTarget(null);
@@ -204,15 +214,21 @@ namespace Tizen.NUI.Binding.Internals
             if (isTSource && (mode == BindingMode.OneWay || mode == BindingMode.TwoWay) && _handlers != null)
                 Subscribe((TSource)sourceObject);
 
-            if (needsGetter) {
+            if (needsGetter)
+            {
                 var value = property.DefaultValue;
-                if (isTSource) {
-                    try {
+                if (isTSource)
+                {
+                    try
+                    {
                         value = GetSourceValue(_getter((TSource)sourceObject), property.ReturnType);
-                    } catch (Exception ex) when (ex is NullReferenceException || ex is KeyNotFoundException) {
+                    }
+                    catch (Exception ex) when (ex is NullReferenceException || ex is KeyNotFoundException)
+                    {
                     }
                 }
-                if (!TryConvert(ref value, property, property.ReturnType, true)) {
+                if (!TryConvert(ref value, property, property.ReturnType, true))
+                {
                     // Log.Warning("Binding", "{0} can not be converted to type '{1}'", value, property.ReturnType);
                     return;
                 }
@@ -221,9 +237,11 @@ namespace Tizen.NUI.Binding.Internals
             }
 
             var needsSetter = (mode == BindingMode.TwoWay && fromTarget) || mode == BindingMode.OneWayToSource;
-            if (needsSetter && _setter != null && isTSource) {
+            if (needsSetter && _setter != null && isTSource)
+            {
                 var value = GetTargetValue(target.GetValue(property), typeof(TProperty));
-                if (!TryConvert(ref value, property, typeof(TProperty), false)) {
+                if (!TryConvert(ref value, property, typeof(TProperty), false))
+                {
                     // Log.Warning("Binding", "{0} can not be converted to type '{1}'", value, typeof(TProperty));
                     return;
                 }
@@ -239,10 +257,13 @@ namespace Tizen.NUI.Binding.Internals
                 return true;
 
             object original = value;
-            try {
+            try
+            {
                 value = Convert.ChangeType(value, convertTo, CultureInfo.InvariantCulture);
                 return true;
-            } catch (Exception ex ) when (ex is InvalidCastException || ex is FormatException||ex is OverflowException) {
+            }
+            catch (Exception ex) when (ex is InvalidCastException || ex is FormatException || ex is OverflowException)
+            {
                 value = original;
                 return false;
             }
@@ -256,14 +277,17 @@ namespace Tizen.NUI.Binding.Internals
             WeakReference<INotifyPropertyChanged> _weakPart = new WeakReference<INotifyPropertyChanged>(null);
             readonly BindingBase _binding;
 
-            public INotifyPropertyChanged Part {
-                get {
+            public INotifyPropertyChanged Part
+            {
+                get
+                {
                     INotifyPropertyChanged target;
                     if (_weakPart.TryGetTarget(out target))
                         return target;
                     return null;
-                } 
-                set {
+                }
+                set
+                {
                     _weakPart.SetTarget(value);
                     Listener.SubscribeTo(value, OnPropertyChanged);
                 }
@@ -287,21 +311,22 @@ namespace Tizen.NUI.Binding.Internals
 
         void Subscribe(TSource sourceObject)
         {
-            for (var i = 0; i < _handlers.Length; i++) {
-                var part = _handlers [i].PartGetter(sourceObject);
+            for (var i = 0; i < _handlers.Length; i++)
+            {
+                var part = _handlers[i].PartGetter(sourceObject);
                 if (part == null)
                     break;
                 var inpc = part as INotifyPropertyChanged;
                 if (inpc == null)
                     continue;
-                _handlers [i].Part = (inpc);
+                _handlers[i].Part = (inpc);
             }
         }
 
         void Unsubscribe()
         {
             for (var i = 0; i < _handlers.Length; i++)
-                _handlers [i].Listener.Unsubscribe();
+                _handlers[i].Listener.Unsubscribe();
         }
     }
 }
\ No newline at end of file