Window

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

messageLoop
void messageLoop()
Undocumented in source. Be warned that the author may not have intended to support it.
onDescendantsAdded
void onDescendantsAdded(ItemsAdded!Visual x)
Undocumented in source. Be warned that the author may not have intended to support it.
onDescendantsRemoved
void onDescendantsRemoved(ItemsRemoved!Visual x)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render(RenderContext rc)
Undocumented in source. Be warned that the author may not have intended to support it.
show
void show()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

WindowProc
LRESULT WindowProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

className
string className;
Undocumented in source.
isClassRegistered
bool isClassRegistered;
Undocumented in source.

Inherited Members

From ContentControl

__anonymous
mixin DefineDependencyProperty!(Visual, "content")
Undocumented in source.
changeChild
void changeChild(Visual child)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta