Alias WindowFrame.~this

class WindowFrame
{
  // ...
  alias ~this;
  // ...
}