| 66 | } |
| 67 | |
| 68 | void RelativeAncestor::OnFrameworkElementLoaded(const wf::IInspectable &sender, const wux::RoutedEventArgs &) |
| 69 | { |
| 70 | if (const auto fe = sender.try_as<wux::FrameworkElement>()) |
| 71 | { |
| 72 | SetAncestor(fe, FindAscendant(fe, GetAncestorType(fe))); |
| 73 | } |
| 74 | } |
| 75 | |
| 76 | void RelativeAncestor::OnFrameworkElementUnloaded(const wf::IInspectable &sender, const wux::RoutedEventArgs &) |
| 77 | { |
nothing calls this directly
no outgoing calls
no test coverage detected