| 260 | } |
| 261 | |
| 262 | void MainPage::RenameDialogPrimaryButton_Click(IInspectable const&, ContentDialogButtonClickEventArgs const&) |
| 263 | { |
| 264 | ConfirmRename(); |
| 265 | } |
| 266 | |
| 267 | void MainPage::RenameDialogText_KeyDown(IInspectable const&, KeyRoutedEventArgs const& e) |
| 268 | { |
nothing calls this directly
no outgoing calls
no test coverage detected