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

Method OnElementStateChanged

ExplorerTAP/visualtreewatcher.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111HRESULT VisualTreeWatcher::OnElementStateChanged(InstanceHandle, VisualElementState, LPCWSTR) noexcept
112{
113 return S_OK;
114}
115
116wux::FrameworkElement VisualTreeWatcher::FindParent(std::wstring_view name, wux::FrameworkElement element)
117{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected