SYMBOL INDEX (71 symbols across 8 files) FILE: CMWTAT_DIGITAL/App.xaml.cs class App (line 9) | public partial class App : Application method OnStartup (line 17) | protected override void OnStartup(StartupEventArgs e) FILE: CMWTAT_DIGITAL/Domain/IsSN.cs class IsSN (line 7) | class IsSN : ValidationRule method IsMatch (line 17) | public static bool IsMatch(string inputStr, string patternStr) method IsMatch (line 29) | public static bool IsMatch(string inputStr, string patternStr, bool if... method IsMatch (line 42) | public static bool IsMatch(string inputStr, string patternStr, bool if... method Validate (line 56) | public override ValidationResult Validate(object value, CultureInfo cu... FILE: CMWTAT_DIGITAL/Domain/NotifyPropertyChangedExtension.cs class NotifyPropertyChangedExtension (line 8) | public static class NotifyPropertyChangedExtension method MutateVerbose (line 10) | public static void MutateVerbose(this INotifyPropertyChanged i... FILE: CMWTAT_DIGITAL/Domain/ViewModel.cs class ViewModel (line 8) | class ViewModel : INotifyPropertyChanged method ViewModel (line 12) | public ViewModel() method RaisePropertyChanged (line 30) | private Action RaisePropertyChanged() FILE: CMWTAT_DIGITAL/MainWindow.xaml.cs class Constants (line 23) | static class Constants class MainWindow (line 31) | public partial class MainWindow : Window method Wow64EnableWow64FsRedirection (line 33) | [DllImport("Kernel32.dll")] type Frequency (line 36) | public struct Frequency method ConsoleLog (line 42) | public static void ConsoleLog(string log_text = "") method WriteLog (line 51) | public static void WriteLog(string strLog) method DelectTempFile (line 80) | public void DelectTempFile() method ExportTempFile (line 105) | public void ExportTempFile() method LoadLang (line 140) | public void LoadLang(string LangName = Constants.DefaultLang) method ApplyBase (line 176) | private static void ApplyBase(bool isDark) method GetEdition (line 188) | private void GetEdition() method CheckWindowsTheme (line 216) | public void CheckWindowsTheme() method MainWindow (line 241) | public MainWindow() method CheckUpdate (line 255) | private void CheckUpdate() method LoadOSList (line 301) | private void LoadOSList() method CheckWindowsCore (line 485) | private void CheckWindowsCore() method Activate_Button_Click (line 495) | private void Activate_Button_Click(object sender, RoutedEventArgs e) method installbtn_Click (line 508) | private void installbtn_Click(object sender, RoutedEventArgs e) method upgradefullbtn_Click (line 514) | private void upgradefullbtn_Click(object sender, RoutedEventArgs e) method UpgradeFullVersionWindows_Click (line 519) | private void UpgradeFullVersionWindows_Click(object sender, RoutedEven... method GetHttpWebRequest (line 526) | private string GetHttpWebRequest(string url, int timeout = 10000, int ... method Exit_Button_Click (line 566) | private void Exit_Button_Click(object sender, EventArgs e) method RunInstall (line 573) | private void RunInstall() method RunUpgradeFullVersion (line 733) | private void RunUpgradeFullVersion() method ShowBallSameDig (line 752) | private void ShowBallSameDig() method RunAct (line 767) | private void RunAct() method RunCLI (line 1157) | public static string RunCLI(string path, string wdPath, string var = "") method RunCMD (line 1190) | public static string RunCMD(string var) method RunCScript (line 1221) | public static string RunCScript(string path, string var = "") method GetSKU (line 1253) | public static string GetSKU() method Donate_Button_Click (line 1284) | private void Donate_Button_Click(object sender, RoutedEventArgs e) method SystemEditionTextInput_TextChanged (line 1292) | private void SystemEditionTextInput_TextChanged(object sender, TextCha... method UpdateInputMatch (line 1311) | private void UpdateInputMatch() method A_RadioButton_Checked (line 1342) | private void A_RadioButton_Checked(object sender, RoutedEventArgs e) method M_RadioButton_Checked (line 1350) | private void M_RadioButton_Checked(object sender, RoutedEventArgs e) method Window_Closing (line 1358) | private void Window_Closing(object sender, System.ComponentModel.Cance... method UpdateBtn_Click (line 1364) | private void UpdateBtn_Click(object sender, RoutedEventArgs e) method Window_Activated (line 1369) | private void Window_Activated(object sender, EventArgs e) method Window_Loaded (line 1375) | private void Window_Loaded(object sender, RoutedEventArgs e) FILE: CMWTAT_DIGITAL/OSVersionInfoClass.cs class OSVersionInfo (line 19) | public static class OSVersionInfo type SoftwareArchitecture (line 22) | public enum SoftwareArchitecture type ProcessorArchitecture (line 29) | public enum ProcessorArchitecture method GetProductInfo (line 681) | [DllImport("Kernel32.dll")] method GetVersionEx (line 691) | [DllImport("kernel32.dll")] method GetSystemMetrics (line 696) | [DllImport("user32")] method GetSystemInfo (line 701) | [DllImport("kernel32.dll")] method GetNativeSystemInfo (line 704) | [DllImport("kernel32.dll")] type OSVERSIONINFOEX (line 711) | [StructLayout(LayoutKind.Sequential)] type SYSTEM_INFO (line 730) | [StructLayout(LayoutKind.Sequential)] type _PROCESSOR_INFO_UNION (line 747) | [StructLayout(LayoutKind.Explicit)] method LoadLibrary (line 760) | [DllImport("kernel32", SetLastError = true, CallingConvention = Callin... method GetProcAddress (line 763) | [DllImport("kernel32", SetLastError = true, CallingConvention = Callin... method GetIsWow64ProcessDelegate (line 988) | private static IsWow64ProcessDelegate GetIsWow64ProcessDelegate() method Is32BitProcessOn64BitProcessor (line 1005) | private static bool Is32BitProcessOn64BitProcessor() method IsWindows10 (line 1028) | private static bool IsWindows10() method RegistryRead (line 1042) | private static string RegistryRead(string RegistryPath, string Field, ... FILE: CMWTAT_DIGITAL/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: CMWTAT_DIGITAL/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]