Change-Id: I3e8037299c52a5209bcdeeb6a0cb3735a59c3745
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
+
+ internal Application ApplicationHandle
+ {
+ get
+ {
+ return _application;
+ }
+ }
+
- internal BaseHandle(global::System.IntPtr cPtr)
- {
- _registerMe = swigCMemOwn = true;
- swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
-
- // Register this instance of BaseHandle in the registry.
- Registry.Register(this);
- }
-
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(BaseHandle obj)
{
return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(BaseHandle obj)
{
return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
- /// <summary>
- /// Get the window instance.
- /// </summary>
- public Window Window
- {
- get
- {
- return _application.GetWindow();
- }
- }
internal Application ApplicationHandle
{
get
{
internal Application ApplicationHandle
{
get
{
+ return ((NUICoreBackend)this.Backend).ApplicationHandle;