[NUI][Xaml] Rename method
authorFang Xiaohui <xiaohui.fang@samsung.com>
Thu, 24 Mar 2022 02:34:19 +0000 (10:34 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Wed, 27 Apr 2022 02:44:42 +0000 (11:44 +0900)
src/Tizen.NUI/src/public/BaseComponents/TextEditor.cs
src/Tizen.NUI/src/public/BaseComponents/TextField.cs
src/Tizen.NUI/src/public/XamlBinding/BindableObject.cs

index b338296..46216cd 100755 (executable)
@@ -2189,7 +2189,7 @@ namespace Tizen.NUI.BaseComponents
         {
             if (!isSettingTextInCSharp)
             {
-                ForceNotifyBindedInstance(TextProperty);
+                EnforceNotifyBindedInstance(TextProperty);
             }
         }
 
index bc460b0..a7909eb 100755 (executable)
@@ -2241,7 +2241,7 @@ namespace Tizen.NUI.BaseComponents
         {
             if (!isSettingTextInCSharp)
             {
-                ForceNotifyBindedInstance(TextProperty);
+                EnforceNotifyBindedInstance(TextProperty);
             }
         }
 
index 3f5a40a..1e925b7 100755 (executable)
@@ -219,7 +219,7 @@ namespace Tizen.NUI.Binding
 
         /// This will be public opened in next ACR.
         [EditorBrowsable(EditorBrowsableState.Never)]
-        public void ForceNotifyBindedInstance(BindableProperty property)
+        public void EnforceNotifyBindedInstance(BindableProperty property)
         {
             if (null != property)
             {