Name | Description | |
---|---|---|
![]() | CanClip | Overridden. Overriden to return true. |
![]() | CanTransform | Overridden. Overriden to return false. |
![]() | CloseOwnedTopLevelWindows | Closes all top-level windows that are owned by this window. |
![]() | GetClip | Overridden. Overriden to return the window local bounds |
![]() | GetDefaultPopupDirection | Gets the default direction of the popups. This implementation returns TopToBottom. |
![]() | GetDescendantWindows | Gets the descendant top-level windows that satisfy the specified filter |
![]() ![]() | GetFocusedWindow | Gets the currently focused window. |
![]() ![]() | GetFocusedWindowIfNull | Returns the given window if not null or the currently focused window if the given one is null. |
![]() | GetNearestScreen | Overloaded. Gets the screen, which has nearest to the screen area occupied by this window. |
![]() | GetTopMostWindow | Gets the top most window that is under the specified screen pos. |
![]() | GetTransform | Overridden. Overriden to return the identity matrix. |
![]() | HasActiveDescendantWindows | Determines whether the window has any active descentant popup windows. |
![]() | HasOpenedDescendantWindows | Determines whether the window has any opened descendant popup windows. |
![]() | Invalidate | Overloaded. Invalidates the entire window area |
![]() | RequestRepaint | Requests a repaint of the currently accumulated invalid areas. Automatically called by Nevron. |
![]() | TryGetScreenBounds | Overridden. Tries to get the screen bounds of this element |
![]() | TryLocalToScreen | Overridden. Given a point in local coordinates tries to convert it to screen coordinates |
![]() | TryScreenToLocal | Overridden. Given a point in screen coordinates tries to convert it to local coordinates |