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

Method DeletedCallback

TranslucentTB/uwp/xamlthread.cpp:37–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void XamlThread::DeletedCallback(void *data)
38{
39 const auto that = static_cast<XamlThread *>(data);
40
41 {
42 std::scoped_lock guard(that->m_CurrentWindowLock);
43 that->m_CurrentWindow.reset();
44 }
45
46 that->m_Source = nullptr;
47}
48
49void XamlThread::ThreadInit()
50{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected