| 128 | } |
| 129 | |
| 130 | XamlDragRegion::XamlDragRegion(WindowClass &classRef, Window parent) : |
| 131 | MessageWindow(classRef, { }, WS_CHILD, WS_EX_LAYERED | WS_EX_NOREDIRECTIONBITMAP, parent) |
| 132 | { |
| 133 | } |
| 134 | |
| 135 | void XamlDragRegion::Position(const RECT &parentRect, wf::Rect position, wf::Rect buttonsRegion, UINT flags) |
| 136 | { |
nothing calls this directly
no outgoing calls
no test coverage detected