| 48 | XamlThread &operator =(const XamlThread &thread) = delete; |
| 49 | |
| 50 | std::unique_lock<Util::thread_independent_mutex> Lock() noexcept |
| 51 | { |
| 52 | return std::unique_lock { m_CurrentWindowLock }; |
| 53 | } |
| 54 | |
| 55 | bool IsAvailable() const noexcept |
| 56 | { |
no outgoing calls
no test coverage detected