| 202 | } |
| 203 | |
| 204 | void TrayFlyoutPage::ResetDynamicStateClicked(const IInspectable &, const wux::RoutedEventArgs&) |
| 205 | { |
| 206 | m_ResetDynamicStateRequestedDelegate(); |
| 207 | } |
| 208 | |
| 209 | void TrayFlyoutPage::CompactThunkHeapClicked(const IInspectable &, const wux::RoutedEventArgs &) |
| 210 | { |
nothing calls this directly
no outgoing calls
no test coverage detected