X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.NUI%2Fsrc%2Fpublic%2FBaseComponents%2FViewPublicMethods.cs;h=49a38f738f752221eba8407a18665637fcaff731;hb=e963ae773cda18884c0ec18794620928c8e7dc15;hp=17c037f6e551d70657fe1c2acb0626ff7cfd47a9;hpb=6bbe0dcb0e070583a37d572849e70306cd9d5cdf;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs b/src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs index 17c037f..49a38f7 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs @@ -640,7 +640,7 @@ namespace Tizen.NUI.BaseComponents /// Hidden-API /// A handle to the View if found, or an empty handle if not. [EditorBrowsable(EditorBrowsableState.Never)] - public View FindChildByID(uint id) + public View FindDescendantByID(uint id) { //to fix memory leak issue, match the handle count with native side. IntPtr cPtr = Interop.Actor.Actor_FindChildById(swigCPtr, id);