Interaction logic for MainWindow.xaml
| 34 | /// Interaction logic for MainWindow.xaml |
| 35 | /// </summary> |
| 36 | public partial class MainWindow : Window |
| 37 | { |
| 38 | #region commands |
| 39 | public static RoutedCommand InjectScriptCommand = new RoutedCommand(); |
| 40 | public static RoutedCommand InjectScriptIFrameCommand = new RoutedCommand(); |
| 41 | public static RoutedCommand InjectScriptWithResultCommand = new RoutedCommand(); |
| 42 | public static RoutedCommand PrintToPdfCommand = new RoutedCommand(); |
| 43 | public static RoutedCommand NavigateWithWebResourceRequestCommand = new RoutedCommand(); |
| 44 | public static RoutedCommand DOMContentLoadedCommand = new RoutedCommand(); |
| 45 | public static RoutedCommand WebMessagesCommand = new RoutedCommand(); |
| 46 | public static RoutedCommand GetCookiesCommand = new RoutedCommand(); |
| 47 | public static RoutedCommand SuspendCommand = new RoutedCommand(); |
| 48 | public static RoutedCommand ResumeCommand = new RoutedCommand(); |
| 49 | public static RoutedCommand CheckUpdateCommand = new RoutedCommand(); |
| 50 | public static RoutedCommand NewBrowserVersionCommand = new RoutedCommand(); |
| 51 | public static RoutedCommand PdfToolbarSaveCommand = new RoutedCommand(); |
| 52 | public static RoutedCommand SmartScreenEnabledCommand = new RoutedCommand(); |
| 53 | public static RoutedCommand AuthenticationCommand = new RoutedCommand(); |
| 54 | public static RoutedCommand FaviconChangedCommand = new RoutedCommand(); |
| 55 | public static RoutedCommand ClearBrowsingDataCommand = new RoutedCommand(); |
| 56 | public static RoutedCommand SetDefaultDownloadPathCommand = new RoutedCommand(); |
| 57 | public static RoutedCommand CreateDownloadsButtonCommand = new RoutedCommand(); |
| 58 | public static RoutedCommand ShowExtensionsWindowCommand = new RoutedCommand(); |
| 59 | public static RoutedCommand CustomClientCertificateSelectionCommand = new RoutedCommand(); |
| 60 | public static RoutedCommand CustomContextMenuCommand = new RoutedCommand(); |
| 61 | public static RoutedCommand DeferredCustomCertificateDialogCommand = new RoutedCommand(); |
| 62 | public static RoutedCommand BackgroundColorCommand = new RoutedCommand(); |
| 63 | public static RoutedCommand DownloadStartingCommand = new RoutedCommand(); |
| 64 | public static RoutedCommand AddOrUpdateCookieCommand = new RoutedCommand(); |
| 65 | public static RoutedCommand DeleteCookiesCommand = new RoutedCommand(); |
| 66 | public static RoutedCommand DeleteAllCookiesCommand = new RoutedCommand(); |
| 67 | public static RoutedCommand SetUserAgentCommand = new RoutedCommand(); |
| 68 | public static RoutedCommand PasswordAutosaveCommand = new RoutedCommand(); |
| 69 | public static RoutedCommand GeneralAutofillCommand = new RoutedCommand(); |
| 70 | public static RoutedCommand PinchZoomCommand = new RoutedCommand(); |
| 71 | public static RoutedCommand SwipeNavigationCommand = new RoutedCommand(); |
| 72 | public static RoutedCommand DeleteProfileCommand = new RoutedCommand(); |
| 73 | public static RoutedCommand SetOriginFeaturesCommand = new RoutedCommand(); |
| 74 | public static RoutedCommand GetEffectiveFeaturesForOriginCommand = new RoutedCommand(); |
| 75 | public static RoutedCommand NonClientRegionSupportCommand = new RoutedCommand(); |
| 76 | public static RoutedCommand NonClientRegionSupportEnabledCommand = new RoutedCommand(); |
| 77 | public static RoutedCommand ToggleMuteStateCommand = new RoutedCommand(); |
| 78 | public static RoutedCommand AllowExternalDropCommand = new RoutedCommand(); |
| 79 | public static RoutedCommand LaunchingExternalUriSchemeCommand = new RoutedCommand(); |
| 80 | public static RoutedCommand PerfInfoCommand = new RoutedCommand(); |
| 81 | public static RoutedCommand CustomServerCertificateSupportCommand = new RoutedCommand(); |
| 82 | public static RoutedCommand ClearServerCertificateErrorActionsCommand = new RoutedCommand(); |
| 83 | public static RoutedCommand NewWindowWithOptionsCommand = new RoutedCommand(); |
| 84 | public static RoutedCommand CreateNewThreadCommand = new RoutedCommand(); |
| 85 | public static RoutedCommand ExtensionsCommand = new RoutedCommand(); |
| 86 | public static RoutedCommand TrackingPreventionLevelCommand = new RoutedCommand(); |
| 87 | public static RoutedCommand EnhancedSecurityModeStateCommand = new RoutedCommand(); |
| 88 | public static RoutedCommand WebRtcUdpPortConfigCommand = new RoutedCommand(); |
| 89 | public static RoutedCommand PrintDialogCommand = new RoutedCommand(); |
| 90 | public static RoutedCommand PrintToDefaultPrinterCommand = new RoutedCommand(); |
| 91 | public static RoutedCommand PrintToPrinterCommand = new RoutedCommand(); |
| 92 | public static RoutedCommand PrintToPdfStreamCommand = new RoutedCommand(); |
| 93 | // Commands(V2) |
nothing calls this directly
no outgoing calls
no test coverage detected