SYMBOL INDEX (400 symbols across 50 files) FILE: MultiRPC/App.xaml.cs class App (line 20) | public partial class App : Application method App (line 39) | public App() method App_Startup (line 63) | private void App_Startup(object sender, StartupEventArgs e) method Dispatcher_UnhandledException (line 136) | private void Dispatcher_UnhandledException(object sender, DispatcherUn... method TaskScheduler_UnobservedTaskException (line 142) | private void TaskScheduler_UnobservedTaskException(object sender, Unob... method CurrentDomain_UnhandledException (line 148) | private void CurrentDomain_UnhandledException(object sender, Unhandled... method Current_DispatcherUnhandledException (line 154) | private void Current_DispatcherUnhandledException(object sender, Dispa... method UITextUpdate (line 160) | private void UITextUpdate() method GetLangFiles (line 201) | private void GetLangFiles() method App_DispatcherUnhandledException (line 211) | private void App_DispatcherUnhandledException(object sender, Dispatche... FILE: MultiRPC/Data.cs class Data (line 5) | public static class Data method MakeImagesDictionary (line 9) | public static Dictionary MakeImagesDictionary() method GetImageValue (line 42) | public static string GetImageValue(string imageKey) FILE: MultiRPC/Functions/Animations.cs class Animations (line 8) | internal class Animations method DoubleAnimation (line 10) | public static async Task DoubleAnimation( method ThicknessAnimation (line 47) | public static async Task ThicknessAnimation( FILE: MultiRPC/Functions/BitmapDownloader.cs class BitmapDownloader (line 8) | public static class BitmapDownloader method DownloadImage (line 10) | public static async Task DownloadImage(this Uri uri) method Image_FailedLoading (line 21) | private static void Image_FailedLoading(object sender, ExceptionEventA... FILE: MultiRPC/Functions/Checks.cs class Checks (line 5) | public static class Checks method UnderAmountOfBytes (line 7) | public static bool UnderAmountOfBytes(this string s, int byteLength) FILE: MultiRPC/Functions/ClickOnceUpdater.cs class ClickOnceUpdater (line 18) | class ClickOnceUpdater : IUpdate method Check (line 25) | public async Task Check(bool showNoUpdateMessage = false) method Update (line 119) | public async Task Update() method CurrentDeployment_UpdateProgressChanged (line 164) | private static async void CurrentDeployment_UpdateProgressChanged(obje... method CurrentDeployment_UpdateCompleted (line 193) | private async void CurrentDeployment_UpdateCompleted(object sender, As... FILE: MultiRPC/Functions/FileWatch.cs class FileWatch (line 9) | public static class FileWatch method Create (line 11) | public static void Create() method Watcher_FileCreated (line 22) | private static async void Watcher_FileCreated(object sender, FileSyste... FILE: MultiRPC/Functions/IUpdate.cs type IUpdate (line 8) | interface IUpdate method Check (line 15) | Task Check(bool showNoUpdateMessage = false); method Update (line 17) | Task Update(); FILE: MultiRPC/Functions/Logging.cs class Logging (line 12) | public class Logging : INotifyPropertyChanged, ILogger method Logging (line 14) | public Logging() method OnPropertyChanged (line 43) | private void OnPropertyChanged(string propertyName) method Application (line 49) | public void Application(string message) method Discord (line 55) | public void Discord(string message) method Error (line 61) | public void Error(string name, string message) method Error (line 67) | public void Error(string name, Exception ex) method ImageError (line 73) | public void ImageError(BitmapImage img, ExceptionEventArgs ex) method LogEvent (line 87) | public string LogEvent(string name, string message) method Trace (line 92) | public void Trace(string message, params object[] args) method Info (line 97) | public void Info(string message, params object[] args) method Warning (line 102) | public void Warning(string message, params object[] args) method Error (line 107) | public void Error(string message, params object[] args) method RPCMessage (line 120) | private string RPCMessage(string message, params object[] args) FILE: MultiRPC/Functions/SimpleUpdater.cs class SimpleUpdater (line 8) | class SimpleUpdater : IUpdate method Check (line 15) | public Task Check(bool showNoUpdateMessage = false) method Update (line 20) | public Task Update() FILE: MultiRPC/Functions/Updater.cs class Updater (line 5) | public static class Updater method Updater (line 7) | static Updater() method Check (line 22) | public static async Task Check(bool showNoUpdateMessage = false) method Update (line 27) | public static async Task Update() FILE: MultiRPC/Functions/Uri.Extra.cs class Uri (line 8) | public static class Uri method Combine (line 10) | public static string Combine(this string[] strings) method CombineToUri (line 21) | public static System.Uri CombineToUri(this string[] strings) method OpenWebsite (line 26) | public static void OpenWebsite(this System.Uri uri) method OpenWebsite (line 31) | public static void OpenWebsite(this string uri) method GetQueryStringParameters (line 43) | public static List GetQueryStringParameters() FILE: MultiRPC/Functions/Utils.cs class Utils (line 7) | public static class Utils method Base64Encode (line 9) | public static string Base64Encode(string plainText) method Base64Decode (line 16) | public static string Base64Decode(string base64EncodedData) method NetworkIsAvailable (line 23) | public static bool NetworkIsAvailable() FILE: MultiRPC/GUI/Controls/TabPage.xaml.cs class TabPage (line 15) | public partial class TabPage : Page method TabPage (line 20) | public TabPage(TabItem[] tabs) method UpdateText (line 87) | public Task UpdateText(params string[] tabNames) method Grid_MouseDown (line 98) | private void Grid_MouseDown(object sender, MouseButtonEventArgs e) method Grid_MouseLeave (line 103) | private void Grid_MouseLeave(object sender, MouseEventArgs e) method Grid_MouseEnter (line 108) | private void Grid_MouseEnter(object sender, MouseEventArgs e) method MouseEnterLeaveLogic (line 113) | private async Task MouseEnterLeaveLogic(Grid grid, double to) method MouseDownLogic (line 123) | private async Task MouseDownLogic(Grid grid) class TabItem (line 142) | public class TabItem FILE: MultiRPC/GUI/Controls/ToolTip.cs class ToolTip (line 9) | public class ToolTip : System.Windows.Controls.ToolTip method ToolTip (line 15) | public ToolTip(string text) method ToolTip (line 21) | public ToolTip() method UISetup (line 26) | private Task UISetup() FILE: MultiRPC/GUI/MainWindow.xaml.cs class MainWindow (line 27) | public partial class MainWindow : Window method MainWindow (line 38) | public MainWindow() method MainWindow (line 91) | private MainWindow(Page page, bool minButton = true) method MakeWinAnimation (line 106) | private void MakeWinAnimation(Storyboard storyboard, double from = 1, ... method GetWindow (line 142) | public static MainWindow GetWindow(long windowID) method StartLogic (line 155) | private void StartLogic(Page page) method IconOnTrayLeftMouseDown (line 160) | private void IconOnTrayLeftMouseDown(object sender, RoutedEventArgs e) method OpenWindow (line 174) | public static Task OpenWindow(Page page, bool isDialog, long t... method Window_Loaded (line 199) | private static void Window_Loaded(object sender, RoutedEventArgs e) method CloseWindow (line 204) | public static Task CloseWindow(long windowID, object returnObject = null) method MainWindow_ContentRendered (line 222) | private void MainWindow_ContentRendered(object sender, EventArgs e) method RecHandle_OnMouseDown (line 264) | private void RecHandle_OnMouseDown(object sender, MouseButtonEventArgs e) method Min_OnClick (line 272) | private void Min_OnClick(object sender, RoutedEventArgs e) method Close_OnClick (line 277) | private void Close_OnClick(object sender, RoutedEventArgs e) method OpenCloseStoryboard_Completed (line 285) | private void OpenCloseStoryboard_Completed(object sender, EventArgs e) method MainWindow_OnSizeChanged (line 290) | private void MainWindow_OnSizeChanged(object sender, SizeChangedEventA... method Close_OnMouseEnter (line 307) | private void Close_OnMouseEnter(object sender, MouseEventArgs e) method Close_OnMouseLeave (line 312) | private void Close_OnMouseLeave(object sender, MouseEventArgs e) method MainPagefrmContent_OnNavigated (line 317) | private void MainPagefrmContent_OnNavigated(object sender, NavigationE... method MainWindow_OnActivateChanged (line 410) | private void MainWindow_OnActivateChanged(object sender, EventArgs e) method MainWindow_OnStateChanged (line 451) | private void MainWindow_OnStateChanged(object sender, EventArgs e) method MainWindow_OnClosing (line 463) | private void MainWindow_OnClosing(object sender, CancelEventArgs e) FILE: MultiRPC/GUI/MessageBox/CustomMessageBox.cs class CustomMessageBox (line 7) | internal class CustomMessageBox : MainWindow method CustomMessageBox (line 9) | private CustomMessageBox(MessageBoxPage page, string title) method _Show (line 23) | private static async Task _Show(string messageBoxTex... method DefaultReturn (line 64) | private static MessageBoxResult DefaultReturn(MessageBoxButton button,... method Show (line 81) | public static async Task Show(string messageBoxText,... method Show (line 87) | public static async Task Show(string messageBoxText,... method Show (line 94) | public static async Task Show(string messageBoxText,... method Show (line 101) | public static async Task Show(string messageBoxText,... method Show (line 107) | public static async Task Show(string messageBoxText,... FILE: MultiRPC/GUI/MessageBox/MessageBoxPage.xaml.cs class MessageBoxPage (line 10) | public partial class MessageBoxPage : Page method MessageBoxPage (line 14) | public MessageBoxPage(string messageBoxText, MessageBoxButton messageB... method ButOk_OnClick (line 75) | private void ButOk_OnClick(object sender, RoutedEventArgs e) method ButYes_OnClick (line 80) | private void ButYes_OnClick(object sender, RoutedEventArgs e) method ButNo_OnClick (line 85) | private void ButNo_OnClick(object sender, RoutedEventArgs e) method ButCancel_OnClick (line 90) | private void ButCancel_OnClick(object sender, RoutedEventArgs e) FILE: MultiRPC/GUI/Pages/ChangelogPage.xaml.cs class ChangelogPage (line 10) | public partial class ChangelogPage : Page method ChangelogPage (line 12) | public ChangelogPage() FILE: MultiRPC/GUI/Pages/CreditsPage.xaml.cs class CreditsPage (line 19) | public partial class CreditsPage : Page method CreditsPage (line 26) | public CreditsPage() method UpdateText (line 35) | public Task UpdateText() method UpdateCredits (line 46) | private Task UpdateCredits(bool updateText = false) method SetupLogic (line 68) | private async Task SetupLogic() method NetworkChange_NetworkAddressChanged (line 128) | private void NetworkChange_NetworkAddressChanged(object sender, EventA... method LinkUri_OnRequestNavigate (line 136) | private void LinkUri_OnRequestNavigate(object sender, RequestNavigateE... FILE: MultiRPC/GUI/Pages/Custom Pages/CustomPage.xaml.cs class CustomPage (line 18) | public partial class CustomPage : Page method CustomPage (line 24) | public CustomPage() method UpdateText (line 62) | public Task UpdateText() method CustomPage_Loaded (line 76) | private async void CustomPage_Loaded(object sender, RoutedEventArgs e) method SetPresence (line 101) | private void SetPresence() method TbLargeText_OnTextChanged (line 109) | private void TbLargeText_OnTextChanged(object sender, TextChangedEvent... method TbSmallText_OnTextChanged (line 117) | private void TbSmallText_OnTextChanged(object sender, TextChangedEvent... method TbText1_OnTextChanged (line 125) | public void TbText1_OnTextChanged(object sender, TextChangedEventArgs e) method TbText2_OnTextChanged (line 134) | private void TbText2_OnTextChanged(object sender, TextChangedEventArgs e) method CbElapasedTime_OnChecked (line 143) | private void CbElapasedTime_OnChecked(object sender, RoutedEventArgs e) method TbLargeKey_OnTextChanged (line 149) | private void TbLargeKey_OnTextChanged(object sender, TextChangedEventA... method TbSmallKey_OnTextChanged (line 155) | private void TbSmallKey_OnTextChanged(object sender, TextChangedEventA... method TbClientID_OnTextChanged (line 161) | private void TbClientID_OnTextChanged(object sender, TextChangedEventA... method CanRunRPC (line 167) | public async Task CanRunRPC(bool tokenTextChanged = false) method StartCustomProfileLogic (line 173) | public static async Task StartCustomProfileLogic(string buttonName, bo... method CustomProfileButton_Click (line 219) | public void CustomProfileButton_Click(object sender, RoutedEventArgs e) method Image_OnMouseDown (line 233) | private void Image_OnMouseDown(object sender, MouseButtonEventArgs e) method ImageFaded (line 269) | private void ImageFaded(object sender, EventArgs e) method ShowHelpImages (line 279) | private Task ShowHelpImages() method UpdateProfile (line 294) | private Task UpdateProfile(string profileName, string text1 = null, st... FILE: MultiRPC/GUI/Pages/Custom Pages/MasterCustomPage.xaml.cs class MasterCustomPage (line 30) | public partial class MasterCustomPage : Page method MasterCustomPage (line 40) | public MasterCustomPage(double pageWidth) method LoadProfiles (line 86) | private void LoadProfiles() method MakeProfileName (line 109) | private string MakeProfileName(string name = null) method MakeMenuButton (line 126) | private void MakeMenuButton(string profileName) method UpdateText (line 145) | public Task UpdateText() method CustomProfileButton_Click (line 157) | private async void CustomProfileButton_Click(object sender, RoutedEven... method ImgProfileEdit_OnMouseDown (line 177) | private async void ImgProfileEdit_OnMouseDown(object sender, MouseButt... method MakeJumpList (line 195) | private static Task MakeJumpList() method SaveProfiles (line 233) | public static Task SaveProfiles() method ImgProfileShare_OnMouseDown (line 243) | private async void ImgProfileShare_OnMouseDown(object sender, MouseBut... method ImgProfileAdd_OnMouseDown (line 281) | private void ImgProfileAdd_OnMouseDown(object sender, MouseButtonEvent... method ImgProfileDelete_OnMouseDown (line 303) | private void ImgProfileDelete_OnMouseDown(object sender, MouseButtonEv... method Img_OnMouseEnter (line 329) | private void Img_OnMouseEnter(object sender, MouseEventArgs e) method Img_OnMouseLeave (line 335) | private void Img_OnMouseLeave(object sender, MouseEventArgs e) FILE: MultiRPC/GUI/Pages/Custom Pages/TriggerPage.xaml.cs class TriggerPage (line 20) | public partial class TriggerPage : Page method TriggerPage (line 29) | public TriggerPage(double pageWidth) method UpdateText (line 53) | public void UpdateText() method UpdateTimerButton (line 87) | private void UpdateTimerButton() method DayButton_OnClick (line 95) | private void DayButton_OnClick(object sender, RoutedEventArgs e) method UpdateTimerTimes (line 107) | private void UpdateTimerTimes(Day day) method UpdateTime (line 115) | private void UpdateTime(object sender, EventArgs args) => method CustomProfileButton_Click (line 118) | public void CustomProfileButton_Click(object sender, RoutedEventArgs e) method UpdateTimerLength (line 140) | private async Task UpdateTimerLength() method TimespanLogic (line 161) | private void TimespanLogic(string time, Action editLogic, Te... method FileFolderLogic (line 188) | private void FileFolderLogic(string text, Action editLogic, Te... method TxtTimerLength_OnTextChanged (line 221) | private void TxtTimerLength_OnTextChanged(object sender, TextChangedEv... method TxtEndTime_OnTextChanged (line 237) | private void TxtEndTime_OnTextChanged(object sender, TextChangedEventA... method TxtStartTime_OnTextChanged (line 248) | private void TxtStartTime_OnTextChanged(object sender, TextChangedEven... method TxtFileName_OnTextChanged (line 259) | private void TxtFileName_OnTextChanged(object sender, TextChangedEvent... method TxtFolderName_OnTextChanged (line 270) | private void TxtFolderName_OnTextChanged(object sender, TextChangedEve... method BtnFolderName_OnClick (line 281) | private void BtnFolderName_OnClick(object sender, RoutedEventArgs e) method BtnFileName_OnClick (line 290) | private void BtnFileName_OnClick(object sender, RoutedEventArgs e) method CboProcess_OnSelectionChanged (line 300) | private void CboProcess_OnSelectionChanged(object sender, SelectionCha... method CboProcess_OnDropDownOpened (line 317) | private void CboProcess_OnDropDownOpened(object sender, EventArgs e) method BtnSelectExe_OnClick (line 335) | private void BtnSelectExe_OnClick(object sender, RoutedEventArgs e) method OpenFileDialog_FileOk (line 345) | private void OpenFileDialog_FileOk(object sender, System.ComponentMode... method TxtProcessLocation_OnTextChanged (line 355) | private void TxtProcessLocation_OnTextChanged(object sender, TextChang... method UpdateTimer (line 367) | private void UpdateTimer(CustomProfile profile) method BtnStartTimer_OnClick (line 374) | private void BtnStartTimer_OnClick(object sender, RoutedEventArgs e) FILE: MultiRPC/GUI/Pages/DebugPage.xaml.cs class DebugPage (line 14) | public partial class DebugPage : Page method DebugPage (line 25) | public DebugPage() method UpdateText (line 32) | public Task UpdateText() method ButDebugStartRPC_OnClick (line 44) | private void ButDebugStartRPC_OnClick(object sender, RoutedEventArgs e) method ButDebugStopRPC_OnClick (line 56) | private void ButDebugStopRPC_OnClick(object sender, RoutedEventArgs e) method ButTestUpdate_OnClick (line 62) | private async void ButTestUpdate_OnClick(object sender, RoutedEventArg... FILE: MultiRPC/GUI/Pages/EditProfileNamePage.xaml.cs class EditProfileNamePage (line 14) | public partial class EditProfileNamePage : Page method EditProfileNamePage (line 21) | public EditProfileNamePage(long windowID, Dictionary CanUpdateProfileName(string newProfileName) method EditProfileNamePage_OnKeyDown (line 62) | public void EditProfileNamePage_OnKeyDown(object sender, KeyEventArgs e) FILE: MultiRPC/GUI/Pages/LogsPage.xaml.cs class LogsPage (line 8) | public partial class LogsPage : Page method LogsPage (line 10) | public LogsPage(double mainPageWidth) FILE: MultiRPC/GUI/Pages/MainPage.xaml.cs class MainPage (line 24) | public partial class MainPage : Page method MainPage (line 35) | public MainPage() method AddressChangedCallback (line 52) | private async void AddressChangedCallback(object sender, EventArgs e) method DiscordCheckFadeOutAnimation (line 75) | private async void DiscordCheckFadeOutAnimation() method MainPage_Loaded (line 90) | private async void MainPage_Loaded(object sender, RoutedEventArgs e) method UpdateTooltips (line 171) | public Task UpdateTooltips() method UpdateText (line 192) | public Task UpdateText() method ChangePage_OnClick (line 239) | private void ChangePage_OnClick(object sender, RoutedEventArgs e) method RerenderButtons (line 309) | public Task RerenderButtons() method CanRunRPC (line 328) | private Task CanRunRPC() method BtnStart_OnClick (line 346) | private void BtnStart_OnClick(object sender, RoutedEventArgs e) method BtnUpdate_OnClick (line 375) | private void BtnUpdate_OnClick(object sender, RoutedEventArgs e) method BtnAfk_OnClick (line 380) | private async void BtnAfk_OnClick(object sender, RoutedEventArgs e) method TblAfkReason_OnTextChanged (line 406) | private void TblAfkReason_OnTextChanged(object sender, TextChangedEven... method HylServerLinkUri_OnRequestNavigate (line 411) | private void HylServerLinkUri_OnRequestNavigate(object sender, Request... method ChangePage_OnMouseDown (line 417) | private void ChangePage_OnMouseDown(object sender, MouseEventArgs e) method ChangePage_OnMouseUp (line 423) | private void ChangePage_OnMouseUp(object sender, MouseEventArgs e) method BtnDisableDiscordCheck_OnClick (line 429) | private void BtnDisableDiscordCheck_OnClick(object sender, RoutedEvent... FILE: MultiRPC/GUI/Pages/MainPageThumbnail.xaml.cs class MainPageThumbnail (line 17) | public partial class MainPageThumbnail : Page method MainPageThumbnail (line 19) | public MainPageThumbnail(Theme theme) method MainPageThumbnail (line 27) | public MainPageThumbnail(ResourceDictionary resource) method UpdateMergedDictionaries (line 35) | public async Task UpdateMergedDictionaries(string solidBrushKey, Solid... method UpdateText (line 46) | private Task UpdateText() method UpdateButtons (line 58) | private Task UpdateButtons() method MainPageThumbnail_Loaded (line 84) | private void MainPageThumbnail_Loaded(object sender, RoutedEventArgs e) method ChangePage_OnMouseDown (line 90) | private void ChangePage_OnMouseDown(object sender, MouseEventArgs e) method ChangePage_OnMouseUp (line 96) | private void ChangePage_OnMouseUp(object sender, MouseEventArgs e) FILE: MultiRPC/GUI/Pages/MultiRPCAndCustomLogic.cs class MultiRPCAndCustomLogic (line 15) | internal class MultiRPCAndCustomLogic method UpdateTimestamps (line 20) | public static Task UpdateTimestamps(CheckBox checkBox) method CheckImageText (line 27) | public static Task CheckImageText(TextBox textBox) class ClientCheck (line 38) | internal class ClientCheck method CanRunRPC (line 43) | public static async Task CanRunRPC(TextBox tbText1, TextBox tbTe... method CanRunRPC (line 215) | public static async Task CanRunRPC(string tbText1, string tbText... FILE: MultiRPC/GUI/Pages/MultiRPCPage.xaml.cs class MultiRPCPage (line 17) | public partial class MultiRPCPage : Page method MultiRPCPage (line 23) | public MultiRPCPage() method MultiRPCPage_Loaded (line 44) | private async void MultiRPCPage_Loaded(object sender, RoutedEventArgs e) method UpdatePreviewImage (line 70) | private async Task UpdatePreviewImage(bool updateSmall, string key = "") method UpdateText (line 93) | public async Task UpdateText() method CanRunRPC (line 105) | public async Task CanRunRPC() method TbLargeText_OnTextChanged (line 110) | private async void TbLargeText_OnTextChanged(object sender, TextChange... method TbSmallText_OnTextChanged (line 126) | private async void TbSmallText_OnTextChanged(object sender, TextChange... method TbText1_OnTextChanged (line 142) | public async void TbText1_OnTextChanged(object sender, TextChangedEven... method TbText2_OnTextChanged (line 158) | private async void TbText2_OnTextChanged(object sender, TextChangedEve... method CbElapasedTime_OnChecked (line 171) | private async void CbElapasedTime_OnChecked(object sender, RoutedEvent... method CbSmallKey_OnSelectionChanged (line 178) | private async void CbSmallKey_OnSelectionChanged(object sender, Select... method CbLargeKey_OnSelectionChanged (line 189) | private async void CbLargeKey_OnSelectionChanged(object sender, Select... method UpdateImageEvent (line 208) | private Task UpdateImageEvent(SelectionChangedEventArgs e, bool update... FILE: MultiRPC/GUI/Pages/ProgramsPage.xaml.cs class ProgramsPage (line 21) | public partial class ProgramsPage : Page method ProgramsPage (line 25) | public ProgramsPage() method UpdateText (line 31) | public Task UpdateText() FILE: MultiRPC/GUI/Pages/SettingsPage.xaml.cs class SettingsPage (line 19) | public partial class SettingsPage : Page method SettingsPage (line 23) | public SettingsPage() method SettingsPage_Loaded (line 76) | private void SettingsPage_Loaded(object sender, RoutedEventArgs e) method UpdateButtonCheckLogic (line 82) | private async Task UpdateButtonCheckLogic() method UpdateText (line 99) | private Task UpdateText() method Image_OnMouseEnter (line 138) | private void Image_OnMouseEnter(object sender, MouseEventArgs e) method Image_OnMouseLeave (line 144) | private void Image_OnMouseLeave(object sender, MouseEventArgs e) method Image_OnMouseDown (line 150) | private async void Image_OnMouseDown(object sender, MouseButtonEventAr... method Server_OnMouseDown (line 158) | private async void Server_OnMouseDown(object sender, MouseButtonEventA... method CbClient_OnSelectionChanged (line 167) | private void CbClient_OnSelectionChanged(object sender, SelectionChang... method CbAutoStart_OnSelectionChanged (line 176) | private void CbAutoStart_OnSelectionChanged(object sender, SelectionCh... method CbAfkTime_OnChecked (line 185) | private void CbAfkTime_OnChecked(object sender, RoutedEventArgs e) method CbDiscordCheck_OnChecked (line 194) | private void CbDiscordCheck_OnChecked(object sender, RoutedEventArgs e) method CbTokenCheck_OnChecked (line 203) | private void CbTokenCheck_OnChecked(object sender, RoutedEventArgs e) method CbHelpIcons_OnChecked (line 212) | private void CbHelpIcons_OnChecked(object sender, RoutedEventArgs e) method ButPaypal_OnClick (line 221) | private async void ButPaypal_OnClick(object sender, RoutedEventArgs e) method ButPatreon_OnClick (line 226) | private void ButPatreon_OnClick(object sender, RoutedEventArgs e) method ButChangelog_OnClick (line 231) | private void ButChangelog_OnClick(object sender, RoutedEventArgs e) method ButCheckUpdates_OnClick (line 236) | private void ButCheckUpdates_OnClick(object sender, RoutedEventArgs e) method ButDebug_OnClick (line 242) | private void ButDebug_OnClick(object sender, RoutedEventArgs e) method RAppDev_OnMouseLeftButtonDown (line 248) | private void RAppDev_OnMouseLeftButtonDown(object sender, MouseButtonE... method CbAutoUpdating_OnChecked (line 253) | private void CbAutoUpdating_OnChecked(object sender, RoutedEventArgs e) method CbLanguage_OnSelectionChanged (line 262) | private void CbLanguage_OnSelectionChanged(object sender, SelectionCha... method CbHideTaskbarIcon_OnChecked (line 319) | private void CbHideTaskbarIcon_OnChecked(object sender, RoutedEventArg... method CbShowPageTooltips_OnChecked (line 328) | private void CbShowPageTooltips_OnChecked(object sender, RoutedEventAr... method BtnAdmin_Click (line 338) | private void BtnAdmin_Click(object sender, RoutedEventArgs e) FILE: MultiRPC/GUI/Pages/ShareProfilePage.xaml.cs class ShareProfilePage (line 12) | public partial class ShareProfilePage : Page method ShareProfilePage (line 17) | public ShareProfilePage(CustomProfile profile, long windowID) method ButImport_OnClick (line 28) | private void ButImport_OnClick(object sender, RoutedEventArgs e) method ButExport_OnClick (line 34) | private async void ButExport_OnClick(object sender, RoutedEventArgs e) method TbShare_OnTextChanged (line 42) | private void TbShare_OnTextChanged(object sender, TextChangedEventArgs e) FILE: MultiRPC/GUI/Pages/Theme Pages/InstalledThemes.xaml.cs class InstalledThemes (line 19) | public partial class InstalledThemes : Page method InstalledThemes (line 35) | public InstalledThemes() method UpdateText (line 54) | public Task UpdateText(string oldEditingWord, string oldActiveWord) method MakeThemeUI (line 104) | public async Task MakeThemeUI(string themeFile, int themeLocati... method RemoveButton_Click (line 202) | private void RemoveButton_Click(object sender, RoutedEventArgs e) method EditButton_Click (line 240) | private void EditButton_Click(object sender, RoutedEventArgs e) method CloneButton_Click (line 258) | private async void CloneButton_Click(object sender, RoutedEventArgs e) method SetThemeStatusInUI (line 287) | public async Task SetThemeStatusInUI( method Frame_MouseLeave (line 335) | private void Frame_MouseLeave(object sender, MouseEventArgs e) method Frame_MouseEnter (line 343) | private async void Frame_MouseEnter(object sender, MouseEventArgs e) method Theme_MouseDoubleClick (line 355) | private void Theme_MouseDoubleClick(object sender, MouseButtonEventArg... method EditInstalledTheme (line 364) | private Task EditInstalledTheme(Action action) method GetThemeNameFromTextBlock (line 374) | private string GetThemeNameFromTextBlock(TextBlock textBlock, string e... method AddThemeButtonLogic (line 419) | private async Task AddThemeButtonLogic(bool apply) method AddExternalTheme (line 447) | private async Task AddExternalTheme(bool apply, string[] themeFiles) method BtnAddTheme_OnClick (line 469) | private void BtnAddTheme_OnClick(object sender, RoutedEventArgs e) method BtnAddAndApplyTheme_OnClick (line 474) | private void BtnAddAndApplyTheme_OnClick(object sender, RoutedEventArg... FILE: MultiRPC/GUI/Pages/Theme Pages/MasterThemeEditorPage.xaml.cs class MasterThemeEditorPage (line 11) | public partial class MasterThemeEditorPage : Page method MasterThemeEditorPage (line 16) | public MasterThemeEditorPage() method UpdateText (line 36) | public Task UpdateText() FILE: MultiRPC/GUI/Pages/Theme Pages/ThemeEditorPage.xaml.cs class ThemeEditorPage (line 19) | public partial class ThemeEditorPage : Page method ThemeEditorPage (line 30) | public ThemeEditorPage() method ThemeEditorPage_OnLoaded (line 48) | private void ThemeEditorPage_OnLoaded(object sender, RoutedEventArgs e) method UpdateText (line 58) | public Task UpdateText() method SaveTheme (line 84) | private async Task SaveTheme() method UpdateGlobalUI (line 113) | public static async Task UpdateGlobalUI(string themeFile = null) method UpdateBordersBackground (line 153) | private Task UpdateBordersBackground(ResourceDictionary theme) method MakeThemeUIEditable (line 170) | public async Task MakeThemeUIEditable(string themeFile = null) method Colour_OnMouseDown (line 204) | private void Colour_OnMouseDown(object sender, MouseButtonEventArgs e) method ColourPicker_OnSelectedColorChanged (line 215) | private void ColourPicker_OnSelectedColorChanged(object sender, Routed... method BtnSaveAndApplyTheme_OnClick (line 314) | private async void BtnSaveAndApplyTheme_OnClick(object sender, RoutedE... method BtnSaveTheme_OnClick (line 327) | private void BtnSaveTheme_OnClick(object sender, RoutedEventArgs e) method TbCurrentThemeName_OnTextChanged (line 332) | private void TbCurrentThemeName_OnTextChanged(object sender, TextChang... method BtnResetTheme_OnClick (line 385) | private void BtnResetTheme_OnClick(object sender, RoutedEventArgs e) method ThemeEditorPage_OnSizeChanged (line 396) | private void ThemeEditorPage_OnSizeChanged(object sender, SizeChangedE... FILE: MultiRPC/GUI/Pages/UpdateFailedPage.xaml.cs class UpdateFailedPage (line 11) | public partial class UpdateFailedPage : Page method UpdateFailedPage (line 15) | public UpdateFailedPage(Exception e, long windowID) method ButRetryUpdate_OnClick (line 27) | private void ButRetryUpdate_OnClick(object sender, RoutedEventArgs e) method ButRetryOnNextStartUp_OnClick (line 33) | private void ButRetryOnNextStartUp_OnClick(object sender, RoutedEventA... FILE: MultiRPC/GUI/Pages/UpdatePage.xaml.cs class UpdatePage (line 15) | public partial class UpdatePage : Page method UpdatePage (line 19) | public UpdatePage(string newVersion, long windowID) method ButSkip_OnClick (line 46) | private void ButSkip_OnClick(object sender, RoutedEventArgs e) method ButUpdateNow_OnClick (line 55) | private async void ButUpdateNow_OnClick(object sender, RoutedEventArgs e) FILE: MultiRPC/GUI/Views/RPCPreview.xaml.cs class RPCPreview (line 19) | public partial class RPCPreview : UserControl type ViewType (line 21) | public enum ViewType method RPCPreview (line 32) | public RPCPreview(ViewType view, string error = "", SolidColorBrush ba... method RPCPreview (line 39) | public RPCPreview(PresenceMessage msg) method UpdateBackground (line 104) | private Task UpdateBackground(SolidColorBrush background) method UpdateForeground (line 112) | private Task UpdateForeground(SolidColorBrush foreground) method UpdateBackground (line 122) | private Task UpdateBackground(string background) method UpdateForeground (line 130) | private Task UpdateForeground(string foreground) method UpdateTime (line 140) | public Task UpdateTime(TimeSpan ts) method UpdateUIViewType (line 155) | public async Task UpdateUIViewType(ViewType view, string error = "", S... method TextShouldBeVisible (line 246) | private Visibility TextShouldBeVisible(TextBlock textBlock) method UpdateTextVisibility (line 251) | public Task UpdateTextVisibility() method UpdateImage (line 264) | public void UpdateImage(bool onSmallImage, ImageBrush image) FILE: MultiRPC/JsonClasses/Config.cs class Config (line 10) | public class Config method Load (line 65) | public static Config Load() method Save (line 90) | public Task Save() class DefaultConfig (line 107) | public class DefaultConfig class DisableConfig (line 119) | public class DisableConfig FILE: MultiRPC/JsonClasses/CreditsList.cs class CreditsList (line 3) | public class CreditsList method CreditsList (line 5) | public CreditsList(string[] admins, string[] patreon, string[] paypal) FILE: MultiRPC/JsonClasses/CustomProfile.cs class CustomProfile (line 18) | public class CustomProfile class Trigger (line 32) | public class Trigger : INotifyPropertyChanged method OnDeserializedMethod (line 39) | [OnDeserialized] method Trigger (line 53) | static Trigger() => RPC.RPCShutdown += (sender, args) => method Trigger (line 58) | public Trigger() method SetupFolderWatcher (line 71) | private void SetupFolderWatcher(bool skipCheck = false) method SetupFileWatcher (line 88) | private void SetupFileWatcher(bool skipCheck = false) method SetFolderChange (line 160) | private void SetFolderChange(bool enable) method SetFileChange (line 192) | private void SetFileChange(bool enable) method ShowProfile (line 258) | public async Task ShowProfile(bool trackTrigger = false) method StopShowingProfile (line 304) | public async void StopShowingProfile() method RunTimer (line 341) | private async void RunTimer() method OnPropertyChanged (line 360) | [NotifyPropertyChangedInvocator] type DayOfWeek (line 365) | public enum DayOfWeek FILE: MultiRPC/JsonClasses/Day.cs class Day (line 8) | public class Day method Day (line 16) | public Day(DayOfWeek date) method Day (line 21) | [JsonConstructor] method TriggerBasedOnTime (line 71) | private async Task TriggerBasedOnTime() method SysToOurDayOfWeek (line 121) | private DayOfWeek SysToOurDayOfWeek(System.DayOfWeek dayOfWeek) => day... FILE: MultiRPC/JsonClasses/FileLocations.cs class FileLocations (line 6) | public static class FileLocations method FileLocations (line 35) | static FileLocations() FILE: MultiRPC/JsonClasses/ProcessWatcher.cs class ProcessWatcher (line 14) | public static class ProcessWatcher method Start (line 21) | public static async Task Start() method WaitForProcess (line 44) | static async void WaitForProcess() method WaitForProcessAdmin (line 62) | static void WaitForProcessAdmin() method CheckProcesses (line 90) | static bool CheckProcesses(CustomProfile profile) method SetupTrigger (line 108) | static void SetupTrigger(Process process, CustomProfile profile) method NewProcess (line 125) | static void NewProcess(object sender, EventArrivedEventArgs e) method GetProcessInfo (line 146) | static ProcessInfo GetProcessInfo(EventArrivedEventArgs e) class ProcessInfo (line 158) | private class ProcessInfo FILE: MultiRPC/JsonClasses/Theme.cs class Theme (line 12) | public class Theme method Theme (line 98) | static Theme() method Load (line 106) | public static Task Load(string filepath) method GetThemeFileLocation (line 192) | public static string GetThemeFileLocation(Theme theme) method ThemeToResourceDictionary (line 197) | public static ResourceDictionary ThemeToResourceDictionary(Theme theme... method ResourceDictionaryToTheme (line 223) | public static Theme ResourceDictionaryToTheme(ResourceDictionary theme... method Save (line 249) | public static Task Save(Theme theme, string fileLocation = null) class Colours (line 310) | public class Colours class Metadata (line 342) | public class Metadata class Icons (line 351) | public class Icons FILE: MultiRPC/JsonClasses/UIText.cs class UIText (line 3) | public class UIText FILE: MultiRPC/JsonClasses/Version.cs class Version (line 6) | public class Version method Version (line 8) | public Version() method Version (line 12) | [JsonConstructor] method SysVersionToMultiVersion (line 30) | public static Version SysVersionToMultiVersion(System.Version version) FILE: MultiRPC/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: MultiRPC/RPC.cs class RPC (line 17) | public static class RPC type RPCType (line 19) | public enum RPCType method CheckPresence (line 52) | private static async Task CheckPresence(string text) method Equals (line 77) | public static bool Equals(this RichPresence richPresence, CustomProfil... method UpdateType (line 105) | public static Task UpdateType(RPCType type) method Start (line 115) | public static async Task Start() method SetPresence (line 246) | public static void SetPresence(string text1, string text2, string larg... method SetPresence (line 280) | public static void SetPresence(CustomProfile profile, bool fromTrigger... method Update (line 284) | public static async void Update() method Client_OnReady (line 301) | private static async void Client_OnReady(object sender, ReadyMessage a... method Uptime_Elapsed (line 328) | private static void Uptime_Elapsed(object sender, ElapsedEventArgs e) method Client_OnPresenceUpdate (line 337) | private static void Client_OnPresenceUpdate(object sender, PresenceMes... method Client_OnConnectionFailed (line 355) | private static void Client_OnConnectionFailed(object sender, Connectio... method Client_OnConnectionEstablished (line 369) | private static void Client_OnConnectionEstablished(object sender, Conn... method Shutdown (line 374) | public static void Shutdown()