| 109 | } |
| 110 | |
| 111 | HRESULT VisualTreeWatcher::OnElementStateChanged(InstanceHandle, VisualElementState, LPCWSTR) noexcept |
| 112 | { |
| 113 | return S_OK; |
| 114 | } |
| 115 | |
| 116 | wux::FrameworkElement VisualTreeWatcher::FindParent(std::wstring_view name, wux::FrameworkElement element) |
| 117 | { |
nothing calls this directly
no outgoing calls
no test coverage detected