MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / XamlDragRegion

Method XamlDragRegion

TranslucentTB/uwp/xamldragregion.cpp:130–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected