}
}
+ 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;
Transparent = 1
}
+ /// <summary>
+ /// Get the window instance.
+ /// </summary>
+ public Window Window
+ {
+ get
+ {
+ return _application.GetWindow();
+ }
+ }
internal Application ApplicationHandle
{
get
{
- return ((NUICoreBackend)this.Backend).ApplicationHandle;
+ return _application;
}
}