Showing preview only (1,204K chars total). Download the full file or copy to clipboard to get everything.
Repository: FluxpointDev/MultiRPC
Branch: master
Commit: ddefcaf6c618
Files: 104
Total size: 1.1 MB
Directory structure:
gitextract_h8h55mua/
├── .gitattributes
├── .github/
│ └── FUNDING.yml
├── .gitignore
├── LICENSE
├── MultiRPC/
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Assets/
│ │ ├── Icons.xaml
│ │ ├── LottieAnimations/
│ │ │ ├── CreditsIconAnimation.json
│ │ │ ├── CustomIconAnimation.json
│ │ │ ├── DiscordIconAnimation.json
│ │ │ ├── IconAnimations.aep
│ │ │ ├── LogsIconAnimation.json
│ │ │ └── SettingsIconAnimation.json
│ │ ├── MultiRPCLogo.ai
│ │ ├── Other/
│ │ │ ├── Loading Animation.aep
│ │ │ └── Loading Animation.prproj
│ │ ├── Svg files/
│ │ │ └── Update.cmd
│ │ └── Themes/
│ │ └── DesignerTheme.xaml
│ ├── Data.cs
│ ├── Functions/
│ │ ├── Animations.cs
│ │ ├── BitmapDownloader.cs
│ │ ├── Checks.cs
│ │ ├── ClickOnceUpdater.cs
│ │ ├── FileWatch.cs
│ │ ├── IUpdate.cs
│ │ ├── Logging.cs
│ │ ├── SimpleUpdater.cs
│ │ ├── TriggerWatch.cs
│ │ ├── Updater.cs
│ │ ├── Uri.Extra.cs
│ │ └── Utils.cs
│ ├── GUI/
│ │ ├── Controls/
│ │ │ ├── MultiRPCAndCustomDictionary.xaml
│ │ │ ├── TabPage.xaml
│ │ │ ├── TabPage.xaml.cs
│ │ │ └── ToolTip.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── MessageBox/
│ │ │ ├── CustomMessageBox.cs
│ │ │ ├── MessageBoxPage.xaml
│ │ │ └── MessageBoxPage.xaml.cs
│ │ ├── Pages/
│ │ │ ├── ChangelogPage.xaml
│ │ │ ├── ChangelogPage.xaml.cs
│ │ │ ├── CreditsPage.xaml
│ │ │ ├── CreditsPage.xaml.cs
│ │ │ ├── Custom Pages/
│ │ │ │ ├── CustomPage.xaml
│ │ │ │ ├── CustomPage.xaml.cs
│ │ │ │ ├── MasterCustomPage.xaml
│ │ │ │ ├── MasterCustomPage.xaml.cs
│ │ │ │ ├── TriggerPage.xaml
│ │ │ │ └── TriggerPage.xaml.cs
│ │ │ ├── DebugPage.xaml
│ │ │ ├── DebugPage.xaml.cs
│ │ │ ├── EditProfileNamePage.xaml
│ │ │ ├── EditProfileNamePage.xaml.cs
│ │ │ ├── LogsPage.xaml
│ │ │ ├── LogsPage.xaml.cs
│ │ │ ├── MainPage.xaml
│ │ │ ├── MainPage.xaml.cs
│ │ │ ├── MainPageThumbnail.xaml
│ │ │ ├── MainPageThumbnail.xaml.cs
│ │ │ ├── MultiRPCAndCustomLogic.cs
│ │ │ ├── MultiRPCPage.xaml
│ │ │ ├── MultiRPCPage.xaml.cs
│ │ │ ├── ProgramsPage.xaml
│ │ │ ├── ProgramsPage.xaml.cs
│ │ │ ├── SettingsPage.xaml
│ │ │ ├── SettingsPage.xaml.cs
│ │ │ ├── ShareProfilePage.xaml
│ │ │ ├── ShareProfilePage.xaml.cs
│ │ │ ├── Theme Pages/
│ │ │ │ ├── InstalledThemes.xaml
│ │ │ │ ├── InstalledThemes.xaml.cs
│ │ │ │ ├── MasterThemeEditorPage.xaml
│ │ │ │ ├── MasterThemeEditorPage.xaml.cs
│ │ │ │ ├── ThemeEditorPage.xaml
│ │ │ │ └── ThemeEditorPage.xaml.cs
│ │ │ ├── UpdateFailedPage.xaml
│ │ │ ├── UpdateFailedPage.xaml.cs
│ │ │ ├── UpdatePage.xaml
│ │ │ └── UpdatePage.xaml.cs
│ │ └── Views/
│ │ ├── RPCPreview.xaml
│ │ └── RPCPreview.xaml.cs
│ ├── JsonClasses/
│ │ ├── Config.cs
│ │ ├── CreditsList.cs
│ │ ├── CustomProfile.cs
│ │ ├── Day.cs
│ │ ├── FileLocations.cs
│ │ ├── ProcessWatcher.cs
│ │ ├── Theme.cs
│ │ ├── UIText.cs
│ │ └── Version.cs
│ ├── Lang/
│ │ ├── en-gb.json
│ │ └── es.json
│ ├── MultiRPC.csproj
│ ├── MultiRPCCore.csproj
│ ├── Ooki-Dialogs-Wpf-license.txt
│ ├── Properties/
│ │ ├── AssemblyInfo.cs
│ │ ├── Settings.Designer.cs
│ │ ├── Settings.settings
│ │ └── app.manifest
│ ├── RPC.cs
│ └── multirpc.VisualElementsManifest.xml
├── MultiRPC.sln
└── README.md
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitattributes
================================================
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp
###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary
###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary
###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
================================================
FILE: .github/FUNDING.yml
================================================
patreon: fluxpointdev
custom: fluxpoint.dev/donate
================================================
FILE: .gitignore
================================================
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User Added
/MultiRPC/Assets/tmp
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
# Visual Studio 2015 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# NUNIT
*.VisualState.xml
TestResult.xml
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
# DNX
project.lock.json
project.fragment.lock.json
artifacts/
*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
# Chutzpah Test files
_Chutzpah*
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap
# TFS 2012 Local Workspace
$tf/
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# JustCode is a .NET coding add-in
.JustCode
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
# MightyMoose
*.mm.*
AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# TODO: Comment the next line if you want to checkin your web deploy settings
# but database connection strings (with potential passwords) will be unencrypted
#*.pubxml
*.publishproj
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/packages/*
# except build/, which is used as an MSBuild target.
!**/packages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/packages/repositories.config
# NuGet v3's project.json files produces more ignoreable files
*.nuget.props
*.nuget.targets
# Microsoft Azure Build Output
csx/
*.build.csdef
# Microsoft Azure Emulator
ecf/
rcf/
# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!*.[Cc]ache/
# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
node_modules/
orleans.codegen.cs
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
# SQL Server files
*.mdf
*.ldf
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
# Microsoft Fakes
FakesAssemblies/
# GhostDoc plugin setting file
*.GhostDoc.xml
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
# Visual Studio 6 build log
*.plg
# Visual Studio 6 workspace options file
*.opt
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
# Paket dependency manager
.paket/paket.exe
paket-files/
# FAKE - F# Make
.fake/
# JetBrains Rider
.idea/
*.sln.iml
# CodeRush
.cr/
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
MultiRPC.sln.DotSettings
================================================
FILE: LICENSE
================================================
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2018 xXBuilderBXx
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.
================================================
FILE: MultiRPC/App.config
================================================
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
================================================
FILE: MultiRPC/App.xaml
================================================
<Application
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="GUI/MainWindow.xaml"
x:Class="MultiRPC.App">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="Assets/Themes/DesignerTheme.xaml" />
<ResourceDictionary Source="Assets/Icons.xaml" />
</ResourceDictionary.MergedDictionaries>
<Geometry x:Key="MultiRPCLogoGeometry">F1 M1000,1000z M0,0z M617.94,676C617.94,676 602.7,657.79 589.94,642.12 645.42,626.45 666.59,592.12 666.59,592.12A242.81,242.81,0,0,1,617.89,617.12A304.4,304.4,0,0,1,556.49,635.33A296.72,296.72,0,0,1,446.8,634.9A322.36,322.36,0,0,1,384.55,616.69A248.08,248.08,0,0,1,353.63,602.29C352.36,601.45 351.09,601.02 349.82,600.18 348.98,599.75 348.55,599.33 348.13,599.33 340.51,595.09 336.27,592.13 336.27,592.13 336.27,592.13 356.6,625.59 410.38,641.68 397.68,657.77 382.01,676.4 382.01,676.4 288.42,673.4 252.84,612.46 252.84,612.46 252.84,477.37 313.84,367.68 313.84,367.68 374.84,322.37 432.41,323.68 432.41,323.68L436.65,328.76C360.42,350.36 325.65,383.81 325.65,383.81 325.65,383.81 334.97,378.73 350.65,371.96 396,352 432,346.91 446.85,345.22A41.11,41.11,0,0,1,454.05,344.37A358.13,358.13,0,0,1,539.6,343.52A352.22,352.22,0,0,1,667.07,383.75C667.07,383.75,633.61,352,561.62,330.39L567.55,323.62C567.55,323.62 625.55,322.35 686.12,367.62 686.12,367.62 747.12,477.31 747.12,612.4 747.12,611.97 711.54,672.96 617.95,675.92z M577.59,479.89C553.45,479.89 534.4,500.64 534.4,526.47 534.4,552.3 553.88,573.05 577.59,573.05 601.73,573.05 620.79,552.3 620.79,526.47 620.79,500.64 601.31,479.89 577.59,479.89z M423.02,479.89C398.88,479.89 379.82,500.64 379.82,526.47 379.82,552.3 399.3,573.05 423.02,573.05 447.16,573.05 466.22,552.3 466.22,526.47 466.64,500.64 447.16,479.89 423,479.89z</Geometry>
<DrawingGroup x:Key="MultiRPCLogoDrawingGroup" ClipGeometry="M0,0 V1000 H1000 V0 H0 Z">
<GeometryDrawing>
<GeometryDrawing.Geometry>
<RectangleGeometry RadiusX="0" RadiusY="0" Rect="0,0,1000,1000" />
</GeometryDrawing.Geometry>
<GeometryDrawing.Brush>
<LinearGradientBrush StartPoint="1091.51,158.49" EndPoint="-91.51,841.51"
MappingMode="Absolute" SpreadMethod="Pad" Opacity="1">
<GradientStop Color="#FF00FFED" Offset="0" />
<GradientStop Color="#FF0077E9" Offset="1" />
</LinearGradientBrush>
</GeometryDrawing.Brush>
</GeometryDrawing>
<GeometryDrawing Brush="#FFFFFFFF" Geometry="{StaticResource MultiRPCLogoGeometry}" />
</DrawingGroup>
<DrawingImage x:Key="MultiRPCLogoDrawingImage" Drawing="{StaticResource MultiRPCLogoDrawingGroup}" />
<SolidColorBrush Color="#FFF13333" x:Key="Red" />
<SolidColorBrush Color="#6A7EC4" x:Key="Purple" />
<SolidColorBrush Color="#FFEEAD37" x:Key="Orange" />
<SolidColorBrush Color="#FF43B581" x:Key="Green" />
<Style TargetType="Border" x:Key="maskStyle">
<Setter Property="Background" Value="{DynamicResource AccentColour2SCBrush}" />
<Setter Property="CornerRadius" Value="15,15,0,0" />
</Style>
<Style TargetType="Hyperlink">
<Setter Property="Foreground" Value="{DynamicResource TextColourSCBrush}" />
</Style>
<Style TargetType="TextBlock">
<Setter Property="Foreground" Value="{DynamicResource TextColourSCBrush}" />
<Setter Property="FontSize" Value="12" />
</Style>
<Style x:Key="SubTitle" TargetType="TextBlock" BasedOn="{StaticResource {x:Type TextBlock}}">
<Setter Property="FontSize" Value="16" />
</Style>
<Style x:Key="Title" TargetType="TextBlock" BasedOn="{StaticResource {x:Type TextBlock}}">
<Setter Property="FontSize" Value="25" />
</Style>
<Style TargetType="ScrollViewer">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ScrollViewer}">
<Grid x:Name="Grid" Background="Transparent">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="*" />
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
<ScrollContentPresenter x:Name="PART_ScrollContentPresenter"
CanContentScroll="{TemplateBinding CanContentScroll}"
CanHorizontallyScroll="False" CanVerticallyScroll="False"
ContentTemplate="{TemplateBinding ContentTemplate}"
Content="{TemplateBinding Content}" Grid.Column="0"
Margin="{TemplateBinding Padding}" Grid.Row="0" />
<ScrollBar x:Name="PART_VerticalScrollBar"
AutomationProperties.AutomationId="VerticalScrollBar" Cursor="Arrow"
Grid.Column="1" Maximum="{TemplateBinding ScrollableHeight}" Minimum="0"
Grid.Row="0"
Visibility="{TemplateBinding ComputedVerticalScrollBarVisibility}"
Value="{Binding VerticalOffset, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}"
ViewportSize="{TemplateBinding ViewportHeight}">
<ScrollBar.Template>
<ControlTemplate TargetType="{x:Type ScrollBar}">
<Grid x:Name="Bg" SnapsToDevicePixels="True" Background="Transparent">
<!--<Grid.RowDefinitions>
<RowDefinition MaxHeight="{DynamicResource {x:Static SystemParameters.VerticalScrollBarButtonHeightKey}}"/>
<RowDefinition Height="1E-05*"/>
<RowDefinition MaxHeight="{DynamicResource {x:Static SystemParameters.VerticalScrollBarButtonHeightKey}}"/>
</Grid.RowDefinitions>-->
<Track x:Name="PART_Track" IsDirectionReversed="True"
IsEnabled="{TemplateBinding IsMouseOver}" Grid.Row="1">
<Track.Thumb>
<Thumb>
<Thumb.Style>
<Style TargetType="{x:Type Thumb}">
<Setter Property="OverridesDefaultStyle"
Value="True" />
<Setter Property="IsTabStop" Value="False" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate
TargetType="{x:Type Thumb}">
<Border CornerRadius="5"
x:Name="rectangle"
Background="{DynamicResource AccentColour1SCBrush}"
Height="{TemplateBinding Height}"
SnapsToDevicePixels="True"
Width="10" />
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver"
Value="True">
<Setter Property="Background"
TargetName="rectangle"
Value="{DynamicResource AccentColour2HoverSCBrush}" />
</Trigger>
<Trigger Property="IsDragging"
Value="True">
<Setter Property="Background"
TargetName="rectangle"
Value="{DynamicResource AccentColour3SCBrush}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
</Thumb.Style>
</Thumb>
</Track.Thumb>
</Track>
</Grid>
<ControlTemplate.Triggers>
<MultiDataTrigger>
<MultiDataTrigger.Conditions>
<Condition
Binding="{Binding IsMouseOver, ElementName=PART_LineDownButton}"
Value="true" />
<Condition
Binding="{Binding IsPressed, ElementName=PART_LineDownButton}"
Value="true" />
</MultiDataTrigger.Conditions>
</MultiDataTrigger>
<MultiDataTrigger>
<MultiDataTrigger.Conditions>
<Condition
Binding="{Binding IsMouseOver, ElementName=PART_LineUpButton}"
Value="true" />
<Condition
Binding="{Binding IsPressed, ElementName=PART_LineUpButton}"
Value="true" />
</MultiDataTrigger.Conditions>
</MultiDataTrigger>
<MultiDataTrigger>
<MultiDataTrigger.Conditions>
<Condition
Binding="{Binding IsMouseOver, ElementName=PART_LineDownButton}"
Value="true" />
<Condition
Binding="{Binding IsPressed, ElementName=PART_LineDownButton}"
Value="false" />
</MultiDataTrigger.Conditions>
</MultiDataTrigger>
<MultiDataTrigger>
<MultiDataTrigger.Conditions>
<Condition
Binding="{Binding IsMouseOver, ElementName=PART_LineUpButton}"
Value="true" />
<Condition
Binding="{Binding IsPressed, ElementName=PART_LineUpButton}"
Value="false" />
</MultiDataTrigger.Conditions>
</MultiDataTrigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</ScrollBar.Template>
</ScrollBar>
<ScrollBar x:Name="PART_HorizontalScrollBar"
AutomationProperties.AutomationId="HorizontalScrollBar" Cursor="Arrow"
Grid.Column="0" Maximum="{TemplateBinding ScrollableWidth}" Minimum="0"
Orientation="Horizontal" Grid.Row="1"
Visibility="{TemplateBinding ComputedHorizontalScrollBarVisibility}"
Value="{Binding HorizontalOffset, Mode=OneWay, RelativeSource={RelativeSource TemplatedParent}}"
ViewportSize="{TemplateBinding ViewportWidth}">
<ScrollBar.Template>
<ControlTemplate TargetType="{x:Type ScrollBar}">
<Grid x:Name="Bg" SnapsToDevicePixels="True" Background="Transparent">
<!--<Grid.ColumnDefinitions>
<ColumnDefinition MaxWidth="{DynamicResource {x:Static SystemParameters.HorizontalScrollBarButtonWidthKey}}"/>
<ColumnDefinition Width="1E-05*"/>
<ColumnDefinition MaxWidth="{DynamicResource {x:Static SystemParameters.HorizontalScrollBarButtonWidthKey}}"/>
</Grid.ColumnDefinitions>-->
<Track x:Name="PART_Track" Grid.Column="1"
IsEnabled="{TemplateBinding IsMouseOver}">
<Track.Thumb>
<Thumb>
<Thumb.Style>
<Style TargetType="{x:Type Thumb}">
<Setter Property="OverridesDefaultStyle"
Value="True" />
<Setter Property="IsTabStop" Value="False" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate
TargetType="{x:Type Thumb}">
<Border CornerRadius="5"
x:Name="rectangle"
Background="{DynamicResource AccentColour1SCBrush}"
Height="10"
SnapsToDevicePixels="True"
Width="{TemplateBinding Width}" />
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver"
Value="True">
<Setter Property="Background"
TargetName="rectangle"
Value="{DynamicResource AccentColour2HoverSCBrush}" />
</Trigger>
<Trigger Property="IsDragging"
Value="True">
<Setter Property="Background"
TargetName="rectangle"
Value="{DynamicResource AccentColour3SCBrush}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
</Thumb.Style>
</Thumb>
</Track.Thumb>
</Track>
</Grid>
<ControlTemplate.Triggers>
<MultiDataTrigger>
<MultiDataTrigger.Conditions>
<Condition
Binding="{Binding IsMouseOver, ElementName=PART_LineRightButton}"
Value="true" />
<Condition
Binding="{Binding IsPressed, ElementName=PART_LineRightButton}"
Value="true" />
</MultiDataTrigger.Conditions>
</MultiDataTrigger>
<MultiDataTrigger>
<MultiDataTrigger.Conditions>
<Condition
Binding="{Binding IsMouseOver, ElementName=PART_LineLeftButton}"
Value="true" />
<Condition
Binding="{Binding IsPressed, ElementName=PART_LineLeftButton}"
Value="true" />
</MultiDataTrigger.Conditions>
</MultiDataTrigger>
<MultiDataTrigger>
<MultiDataTrigger.Conditions>
<Condition
Binding="{Binding IsMouseOver, ElementName=PART_LineRightButton}"
Value="true" />
<Condition
Binding="{Binding IsPressed, ElementName=PART_LineRightButton}"
Value="false" />
</MultiDataTrigger.Conditions>
</MultiDataTrigger>
<MultiDataTrigger>
<MultiDataTrigger.Conditions>
<Condition
Binding="{Binding IsMouseOver, ElementName=PART_LineLeftButton}"
Value="true" />
<Condition
Binding="{Binding IsPressed, ElementName=PART_LineLeftButton}"
Value="false" />
</MultiDataTrigger.Conditions>
</MultiDataTrigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</ScrollBar.Template>
</ScrollBar>
</Grid>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="Button" x:Key="ButtonRed">
<Setter Property="Background" Value="{DynamicResource Red}" />
<Setter Property="BorderThickness" Value="0" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ButtonBase}">
<Border x:Name="border" BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
Background="{TemplateBinding Background}" SnapsToDevicePixels="True">
<TextBlock Foreground="White" Text="{TemplateBinding Content}"
x:Name="contentPresenter" Focusable="False" TextWrapping="Wrap" TextAlignment="Center"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
Margin="10,3" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}" />
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="Background" TargetName="border" Value="#FFE64747" />
</Trigger>
<Trigger Property="IsPressed" Value="True">
<Setter Property="Background" TargetName="border" Value="#FFEE3333" />
</Trigger>
<Trigger Property="IsEnabled" Value="False">
<Setter Property="Background" TargetName="border"
Value="{DynamicResource DisabledButtonColour}" />
<Setter Property="Foreground" Value="{DynamicResource DisabledButtonTextColour}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="Button" x:Key="DefaultButton">
<!--For some reason making buttons in code doesn't use the default button style in this file :/-->
<Setter Property="Background" Value="{DynamicResource AccentColour1SCBrush}" />
<Setter Property="Foreground" Value="{DynamicResource TextColourSCBrush}" />
<Setter Property="BorderBrush" Value="{DynamicResource AccentColour4SCBrush}" />
<Setter Property="BorderThickness" Value="1" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ButtonBase}">
<Border x:Name="border" BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
Background="{TemplateBinding Background}" SnapsToDevicePixels="True">
<TextBlock Foreground="{TemplateBinding Foreground}" Text="{TemplateBinding Content}"
x:Name="contentPresenter" Focusable="False" TextWrapping="Wrap" TextAlignment="Center"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
Margin="10,3" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}" />
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="Background" TargetName="border"
Value="{DynamicResource AccentColour2HoverSCBrush}" />
</Trigger>
<Trigger Property="IsPressed" Value="True">
<Setter Property="Background" TargetName="border"
Value="{DynamicResource AccentColour1SCBrush}" />
</Trigger>
<Trigger Property="IsEnabled" Value="False">
<Setter Property="Background" TargetName="border"
Value="{DynamicResource DisabledButtonColour}" />
<Setter Property="BorderThickness" TargetName="border" Value="0" />
<Setter Property="Foreground" Value="{DynamicResource DisabledButtonTextColour}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="Button">
<Setter Property="Background" Value="{DynamicResource AccentColour1SCBrush}" />
<Setter Property="Foreground" Value="{DynamicResource TextColourSCBrush}" />
<Setter Property="BorderBrush" Value="{DynamicResource AccentColour4SCBrush}" />
<Setter Property="BorderThickness" Value="1" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ButtonBase}">
<Border x:Name="border" BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
Background="{TemplateBinding Background}" SnapsToDevicePixels="True">
<TextBlock Foreground="{TemplateBinding Foreground}" Text="{TemplateBinding Content}"
x:Name="contentPresenter" Focusable="False" TextWrapping="Wrap" TextAlignment="Center"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
Margin="10,3" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}" />
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="Background" TargetName="border"
Value="{DynamicResource AccentColour2HoverSCBrush}" />
</Trigger>
<Trigger Property="IsPressed" Value="True">
<Setter Property="Background" TargetName="border"
Value="{DynamicResource AccentColour1SCBrush}" />
</Trigger>
<Trigger Property="IsEnabled" Value="False">
<Setter Property="Background" TargetName="border"
Value="{DynamicResource DisabledButtonColour}" />
<Setter Property="BorderThickness" TargetName="border" Value="0" />
<Setter Property="Foreground" Value="{DynamicResource DisabledButtonTextColour}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="Button" x:Key="ButtonPurple">
<Setter Property="Background" Value="{DynamicResource Purple}" />
<Setter Property="BorderThickness" Value="0" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ButtonBase}">
<Border x:Name="border" BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
Background="{TemplateBinding Background}" SnapsToDevicePixels="True">
<TextBlock Foreground="White" Text="{TemplateBinding Content}"
x:Name="contentPresenter" Focusable="False" TextWrapping="Wrap" TextAlignment="Center"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
Margin="10,3" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}" />
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="Background" TargetName="border" Value="#5D70B5" />
</Trigger>
<Trigger Property="IsPressed" Value="True">
<Setter Property="Background" TargetName="border" Value="#5164A7" />
</Trigger>
<Trigger Property="IsEnabled" Value="False">
<Setter Property="Background" TargetName="border"
Value="{DynamicResource DisabledButtonColour}" />
<Setter Property="Foreground" Value="{DynamicResource DisabledButtonTextColour}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="Button" x:Key="ButtonGreen">
<Setter Property="Background" Value="{DynamicResource Green}" />
<Setter Property="BorderThickness" Value="0" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ButtonBase}">
<Border x:Name="border" BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
Background="{TemplateBinding Background}" SnapsToDevicePixels="True">
<TextBlock Foreground="White" Text="{TemplateBinding Content}"
x:Name="contentPresenter" Focusable="False" TextWrapping="Wrap" TextAlignment="Center"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
Margin="10,3" SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}" />
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="Background" TargetName="border" Value="#FF3FA979" />
</Trigger>
<Trigger Property="IsPressed" Value="True">
<Setter Property="Background" TargetName="border" Value="#FF3DA375" />
</Trigger>
<Trigger Property="IsEnabled" Value="False">
<Setter Property="Background" TargetName="border"
Value="{DynamicResource DisabledButtonColour}" />
<Setter Property="Foreground" Value="{DynamicResource DisabledButtonTextColour}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="ToolBar">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ToolBar}">
<Grid x:Name="Grid" SnapsToDevicePixels="True">
<Grid x:Name="OverflowGrid" HorizontalAlignment="Right">
<ToggleButton Background="{TemplateBinding Background}"
Foreground="{TemplateBinding Foreground}" BorderThickness="0"
x:Name="OverflowButton" ClickMode="Press" FocusVisualStyle="{x:Null}"
IsChecked="{Binding IsOverflowOpen, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}"
IsEnabled="{TemplateBinding HasOverflowItems}">
<ToggleButton.Style>
<Style TargetType="{x:Type ToggleButton}">
<Setter Property="MinHeight" Value="0" />
<Setter Property="MinWidth" Value="0" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ToggleButton}">
<Border x:Name="Bd"
Background="{TemplateBinding Background}"
CornerRadius="0" SnapsToDevicePixels="True">
<Canvas HorizontalAlignment="Right" Height="7"
Margin="7,2,2,2" SnapsToDevicePixels="True"
VerticalAlignment="Bottom" Width="6">
<Path Data="M0,0.5L5,0.5"
Stroke="{TemplateBinding Foreground}" />
<Path Data="M-0.5,3L5.5,3 2.5,6z"
Fill="{TemplateBinding Foreground}" />
</Canvas>
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="Background" TargetName="Bd"
Value="{DynamicResource AccentColour2HoverSCBrush}" />
</Trigger>
<Trigger Property="IsKeyboardFocused" Value="True">
<Setter Property="Background" TargetName="Bd"
Value="{DynamicResource AccentColour2HoverSCBrush}" />
</Trigger>
<Trigger Property="IsEnabled" Value="False">
<Setter Property="Foreground"
Value="{DynamicResource DisabledButtonTextColour}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
</ToggleButton.Style>
</ToggleButton>
<Popup x:Name="OverflowPopup" AllowsTransparency="True" Focusable="False"
IsOpen="{Binding IsOverflowOpen, RelativeSource={RelativeSource TemplatedParent}}"
PopupAnimation="{DynamicResource {x:Static SystemParameters.ComboBoxPopupAnimationKey}}"
Placement="Bottom" StaysOpen="False">
<Border x:Name="ToolBarSubMenuBorder"
BorderBrush="{DynamicResource AccentColour4SCBrush}"
BorderThickness="1" Background="{TemplateBinding Background}"
RenderOptions.ClearTypeHint="Enabled">
<ToolBarOverflowPanel x:Name="PART_ToolBarOverflowPanel"
KeyboardNavigation.DirectionalNavigation="Cycle"
FocusVisualStyle="{x:Null}" Focusable="True"
Margin="0,2.5"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}"
KeyboardNavigation.TabNavigation="Cycle"
WrapWidth="200" />
</Border>
</Popup>
</Grid>
<Border x:Name="MainPanelBorder" BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
Background="{TemplateBinding Background}" Padding="{TemplateBinding Padding}">
<Border.Style>
<Style TargetType="{x:Type Border}">
<Setter Property="Margin" Value="0,0,11,0" />
</Style>
</Border.Style>
<DockPanel KeyboardNavigation.TabIndex="1" KeyboardNavigation.TabNavigation="Local">
<ContentPresenter x:Name="ToolBarHeader"
ContentTemplate="{TemplateBinding HeaderTemplate}"
Content="{TemplateBinding Header}"
ContentStringFormat="{TemplateBinding HeaderStringFormat}"
ContentSource="Header" HorizontalAlignment="Center"
Margin="4,0"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}"
VerticalAlignment="Center" />
<ToolBarPanel x:Name="PART_ToolBarPanel" IsItemsHost="True" Margin="0,1,2,2"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</DockPanel>
</Border>
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="Header" Value="{x:Null}">
<Setter Property="Visibility" TargetName="ToolBarHeader" Value="Collapsed" />
</Trigger>
<Trigger Property="Orientation" Value="Vertical">
<Setter Property="Margin" TargetName="Grid" Value="1,3,1,1" />
<Setter Property="Style" TargetName="OverflowButton">
<Setter.Value>
<Style TargetType="{x:Type ToggleButton}">
<Setter Property="MinHeight" Value="0" />
<Setter Property="MinWidth" Value="0" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ToggleButton}" />
</Setter.Value>
</Setter>
<Style.Triggers>
<DataTrigger Binding="{Binding}" Value="true">
<Setter Property="Background"
Value="{DynamicResource {x:Static SystemColors.ControlBrushKey}}" />
</DataTrigger>
</Style.Triggers>
</Style>
</Setter.Value>
</Setter>
<Setter Property="Margin" TargetName="ToolBarHeader" Value="0,0,0,4" />
<Setter Property="Margin" TargetName="PART_ToolBarPanel" Value="1,0,2,2" />
<Setter Property="DockPanel.Dock" TargetName="ToolBarHeader" Value="Top" />
<Setter Property="HorizontalAlignment" TargetName="OverflowGrid" Value="Stretch" />
<Setter Property="VerticalAlignment" TargetName="OverflowGrid" Value="Bottom" />
<Setter Property="Placement" TargetName="OverflowPopup" Value="Right" />
<Setter Property="Margin" TargetName="MainPanelBorder" Value="0,0,0,11" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="CheckBox">
<Setter Property="Background" Value="{DynamicResource AccentColour1SCBrush}" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type CheckBox}">
<Grid x:Name="templateRoot" Background="Transparent" SnapsToDevicePixels="True">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" />
<ColumnDefinition Width="*" />
</Grid.ColumnDefinitions>
<Border x:Name="checkBoxBorder" BorderBrush="{DynamicResource AccentColour3SCBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
Background="{TemplateBinding Background}"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" Margin="0"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}">
<Grid x:Name="markGrid">
<Path x:Name="optionMark"
Data="F1M9.97498,1.22334L4.6983,9.09834 4.52164,9.09834 0,5.19331 1.27664,3.52165 4.255,6.08833 8.33331,1.52588E-05 9.97498,1.22334z"
Fill="{DynamicResource TextColourSCBrush}" Margin="1" Opacity="0"
Stretch="None" />
<Rectangle x:Name="indeterminateMark"
Fill="{DynamicResource TextColourSCBrush}" Margin="2" Opacity="0" />
</Grid>
</Border>
<ContentPresenter x:Name="contentPresenter"
ContentTemplate="{TemplateBinding ContentTemplate}"
Content="{TemplateBinding Content}" Grid.Column="1"
ContentStringFormat="{TemplateBinding ContentStringFormat}"
Focusable="False"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
Margin="{TemplateBinding Padding}" RecognizesAccessKey="True"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}" />
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="BorderBrush" TargetName="checkBoxBorder"
Value="{DynamicResource AccentColour4SCBrush}" />
</Trigger>
<Trigger Property="IsPressed" Value="True">
<Setter Property="BorderBrush" TargetName="checkBoxBorder"
Value="{DynamicResource AccentColour5SCBrush}" />
<Setter Property="Fill" TargetName="optionMark"
Value="{DynamicResource AccentColour5SCBrush}" />
<Setter Property="Fill" TargetName="indeterminateMark"
Value="{DynamicResource AccentColour5SCBrush}" />
</Trigger>
<Trigger Property="IsChecked" Value="True">
<Setter Property="Opacity" TargetName="optionMark" Value="1" />
<Setter Property="Opacity" TargetName="indeterminateMark" Value="0" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="Frame">
<Setter Property="NavigationUIVisibility" Value="Hidden" />
</Style>
<Style TargetType="TextBox">
<Setter Property="Height" Value="23" />
<Setter Property="Foreground" Value="{DynamicResource TextColourSCBrush}" />
<Setter Property="Background" Value="{DynamicResource AccentColour1SCBrush}" />
<Setter Property="BorderBrush" Value="{DynamicResource AccentColour4SCBrush}" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type TextBoxBase}">
<Border x:Name="border" BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
Background="{TemplateBinding Background}" SnapsToDevicePixels="True">
<ScrollViewer VerticalAlignment="Center" x:Name="PART_ContentHost" Focusable="False"
HorizontalScrollBarVisibility="Hidden"
VerticalScrollBarVisibility="Hidden" />
</Border>
<ControlTemplate.Triggers>
<Trigger Property="IsEnabled" Value="False">
<Setter Property="BorderBrush" TargetName="border" Value="Transparent" />
<Setter Property="Foreground" Value="{DynamicResource DisabledButtonTextColour}" />
<Setter Property="Background" TargetName="border"
Value="{DynamicResource DisabledButtonColour}" />
</Trigger>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="BorderBrush" TargetName="border"
Value="{DynamicResource AccentColour5SCBrush}" />
</Trigger>
<Trigger Property="IsKeyboardFocused" Value="True">
<Setter Property="BorderBrush" TargetName="border"
Value="{DynamicResource AccentColour5SCBrush}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="ComboBox">
<Setter Property="Background" Value="{DynamicResource AccentColour1SCBrush}" />
<Setter Property="Height" Value="23" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ComboBox}">
<Grid x:Name="templateRoot" SnapsToDevicePixels="True">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
<ColumnDefinition
MinWidth="{DynamicResource {x:Static SystemParameters.VerticalScrollBarWidthKey}}"
Width="0" />
</Grid.ColumnDefinitions>
<Popup x:Name="PART_Popup" AllowsTransparency="True" Grid.ColumnSpan="2"
IsOpen="{Binding IsDropDownOpen, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}"
Margin="1"
PopupAnimation="{DynamicResource {x:Static SystemParameters.ComboBoxPopupAnimationKey}}"
Placement="Bottom">
<Border MaxHeight="{TemplateBinding MaxDropDownHeight}"
MinWidth="{Binding ActualWidth, ElementName=templateRoot}"
x:Name="DropDownBorder"
BorderBrush="{DynamicResource AccentColour4SCBrush}" BorderThickness="1"
Background="{DynamicResource AccentColour2SCBrush}">
<ScrollViewer x:Name="DropDownScrollViewer">
<Grid x:Name="grid" RenderOptions.ClearTypeHint="Enabled">
<Canvas x:Name="canvas" HorizontalAlignment="Left" Height="0"
VerticalAlignment="Top" Width="0">
<Rectangle x:Name="OpaqueRect"
Fill="{DynamicResource AccentColour2SCBrush}"
Height="{Binding ActualHeight, ElementName=DropDownBorder}"
Width="{Binding ActualWidth, ElementName=DropDownBorder}" />
</Canvas>
<ItemsPresenter x:Name="ItemsPresenter"
KeyboardNavigation.DirectionalNavigation="Contained"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" />
</Grid>
</ScrollViewer>
</Border>
</Popup>
<ToggleButton x:Name="toggleButton" BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}"
Background="{TemplateBinding Background}" Grid.ColumnSpan="2"
IsChecked="{Binding IsDropDownOpen, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}">
<ToggleButton.Style>
<Style TargetType="{x:Type ToggleButton}">
<Setter Property="OverridesDefaultStyle" Value="True" />
<Setter Property="IsTabStop" Value="False" />
<Setter Property="Focusable" Value="False" />
<Setter Property="ClickMode" Value="Press" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ToggleButton}">
<Border x:Name="templateRoot"
Background="{DynamicResource AccentColour1SCBrush}"
BorderThickness="1"
BorderBrush="{DynamicResource AccentColour4SCBrush}"
SnapsToDevicePixels="True">
<Border x:Name="splitBorder" BorderBrush="Transparent"
BorderThickness="1" HorizontalAlignment="Right"
Margin="0" SnapsToDevicePixels="True"
Width="{DynamicResource {x:Static SystemParameters.VerticalScrollBarWidthKey}}">
<Path x:Name="Arrow"
Data="F1M0,0L2.667,2.66665 5.3334,0 5.3334,-1.78168 2.6667,0.88501 0,-1.78168 0,0z"
Fill="{DynamicResource AccentColour4SCBrush}"
HorizontalAlignment="Center" Margin="0"
VerticalAlignment="Center" />
</Border>
</Border>
<ControlTemplate.Triggers>
<MultiDataTrigger>
<MultiDataTrigger.Conditions>
<Condition
Binding="{Binding IsMouseOver, RelativeSource={RelativeSource Self}}"
Value="true" />
<Condition
Binding="{Binding IsEditable, RelativeSource={RelativeSource FindAncestor, AncestorLevel=1, AncestorType={x:Type ComboBox}}}"
Value="false" />
</MultiDataTrigger.Conditions>
<Setter Property="Background" TargetName="templateRoot"
Value="{DynamicResource AccentColour1SCBrush}" />
<Setter Property="BorderBrush"
TargetName="templateRoot"
Value="{DynamicResource AccentColour5SCBrush}" />
<Setter Property="Fill" TargetName="Arrow"
Value="{DynamicResource AccentColour5SCBrush}" />
</MultiDataTrigger>
<MultiDataTrigger>
<MultiDataTrigger.Conditions>
<Condition
Binding="{Binding IsMouseOver, RelativeSource={RelativeSource Self}}"
Value="true" />
<Condition
Binding="{Binding IsEditable, RelativeSource={RelativeSource FindAncestor, AncestorLevel=1, AncestorType={x:Type ComboBox}}}"
Value="true" />
</MultiDataTrigger.Conditions>
<Setter Property="Background" TargetName="templateRoot"
Value="{DynamicResource AccentColour1SCBrush}" />
</MultiDataTrigger>
<MultiDataTrigger>
<MultiDataTrigger.Conditions>
<Condition
Binding="{Binding IsPressed, RelativeSource={RelativeSource Self}}"
Value="true" />
<Condition
Binding="{Binding IsEditable, RelativeSource={RelativeSource FindAncestor, AncestorLevel=1, AncestorType={x:Type ComboBox}}}"
Value="true" />
</MultiDataTrigger.Conditions>
<Setter Property="Background" TargetName="templateRoot"
Value="{DynamicResource AccentColour4SCBrush}" />
</MultiDataTrigger>
<Trigger Property="IsEnabled" Value="False">
<Setter Property="Fill" TargetName="Arrow"
Value="Transparent" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
</ToggleButton.Style>
</ToggleButton>
<ContentPresenter x:Name="contentPresenter"
ContentTemplate="{TemplateBinding SelectionBoxItemTemplate}"
Content="{TemplateBinding SelectionBoxItem}"
ContentStringFormat="{TemplateBinding SelectionBoxItemStringFormat}"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
IsHitTestVisible="False" Margin="{TemplateBinding Padding}"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}" />
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="HasItems" Value="False">
<Setter Property="Height" TargetName="DropDownBorder" Value="95" />
</Trigger>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsGrouping" Value="True" />
<Condition Property="VirtualizingPanel.IsVirtualizingWhenGrouping"
Value="False" />
</MultiTrigger.Conditions>
<Setter Property="ScrollViewer.CanContentScroll" Value="False" />
</MultiTrigger>
<Trigger Property="CanContentScroll" SourceName="DropDownScrollViewer" Value="False">
<Setter Property="Canvas.Top" TargetName="OpaqueRect"
Value="{Binding VerticalOffset, ElementName=DropDownScrollViewer}" />
<Setter Property="Canvas.Left" TargetName="OpaqueRect"
Value="{Binding HorizontalOffset, ElementName=DropDownScrollViewer}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style TargetType="ComboBoxItem">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ComboBoxItem}">
<Border x:Name="Bd" BorderBrush="Transparent" BorderThickness="0"
Background="{DynamicResource AccentColour2SCBrush}"
Padding="{TemplateBinding Padding}" SnapsToDevicePixels="True">
<ContentPresenter ContentTemplate="{TemplateBinding ContentTemplate}"
Content="{TemplateBinding Content}"
ContentStringFormat="{TemplateBinding ContentStringFormat}"
HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}"
SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}"
VerticalAlignment="{TemplateBinding VerticalContentAlignment}" />
</Border>
<ControlTemplate.Triggers>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsSelected" Value="False" />
<Condition Property="IsMouseOver" Value="True" />
</MultiTrigger.Conditions>
<Setter Property="Background" TargetName="Bd"
Value="{DynamicResource AccentColour2HoverSCBrush}" />
</MultiTrigger>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsSelected" Value="True" />
<Condition Property="IsMouseOver" Value="True" />
</MultiTrigger.Conditions>
<Setter Property="Background" TargetName="Bd"
Value="{DynamicResource AccentColour2HoverSCBrush}" />
</MultiTrigger>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsSelected" Value="True" />
<Condition Property="IsMouseOver" Value="False" />
<Condition Property="IsKeyboardFocused" Value="False" />
</MultiTrigger.Conditions>
<Setter Property="Background" TargetName="Bd"
Value="{DynamicResource AccentColour2HoverSCBrush}" />
</MultiTrigger>
<MultiTrigger>
<MultiTrigger.Conditions>
<Condition Property="IsSelected" Value="True" />
<Condition Property="IsMouseOver" Value="False" />
<Condition Property="IsKeyboardFocused" Value="True" />
</MultiTrigger.Conditions>
<Setter Property="Background" TargetName="Bd"
Value="{DynamicResource AccentColour2HoverSCBrush}" />
</MultiTrigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
</ResourceDictionary>
</Application.Resources>
</Application>
================================================
FILE: MultiRPC/App.xaml.cs
================================================
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Security.Principal;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Threading;
using MultiRPC.Functions;
using MultiRPC.GUI.Pages;
using MultiRPC.JsonClasses;
using Newtonsoft.Json;
namespace MultiRPC
{
/// <summary>
/// Interaction logic for App.xaml
/// </summary>
public partial class App : Application
{
public const string MultiRPCWebsiteRoot = "https://multirpc.fluxpoint.dev";
public const int RetryCount = 10; //How many times to attempt downloading files
public const string AppDev = "Builderb#0001";
public const string ServerInviteCode = "TjF6QDC";
public static UIText Text;
public static Logging Logging;
public static bool StartedWithJumpListLogic;
public static Config Config;
public static readonly JsonSerializer JsonSerializer = new JsonSerializer
{
Formatting = Formatting.Indented
};
public static bool IsAdministrator =>
new WindowsPrincipal(WindowsIdentity.GetCurrent()).IsInRole(WindowsBuiltInRole.Administrator);
public App()
{
var darkThemeLocation = Path.Combine("Assets", "Themes", "DarkTheme" + Theme.ThemeExtension);
var lightThemeLocation = Path.Combine("Assets", "Themes", "LightTheme" + Theme.ThemeExtension);
var russiaThemeLocation = Path.Combine("Assets", "Themes", "RussiaTheme" + Theme.ThemeExtension);
if (!File.Exists(darkThemeLocation))
{
Theme.Save(Theme.Dark, darkThemeLocation);
}
if (!File.Exists(lightThemeLocation))
{
Theme.Save(Theme.Light, lightThemeLocation);
}
if (!File.Exists(russiaThemeLocation))
{
Theme.Save(Theme.Russia, russiaThemeLocation);
}
//TriggerWatch.Start();
Startup += App_Startup;
}
private void App_Startup(object sender, StartupEventArgs e)
{
#if !DEBUG
var args = e.Args?.ToList() ?? System.Extra.Uri.GetQueryStringParameters() ?? new List<string>();
if (Process.GetProcessesByName("MultiRPC").Length > 1)
{
if (File.Exists(FileLocations.OpenFileLocalLocation))
{
try
{
File.Delete(FileLocations.OpenFileLocalLocation);
}
catch
{
Logging.Application(Text.CouldntDelete + " " + FileLocations.OpenFileLocalLocation);
}
}
if (args.Contains("-custom") && args.IndexOf("-custom") + 1 >= args.Count)
{
File.WriteAllLines(FileLocations.OpenFileLocalLocation,
new List<string> { "LOADCUSTOM", args.ElementAt(args.IndexOf("-custom") + 1) });
}
else
{
File.Create(FileLocations.OpenFileLocalLocation);
}
if (!args.Contains("--fromupdate"))
{
Current.Shutdown();
}
}
else if (args.Contains("-custom") && args.IndexOf("-custom") + 1 >= args.Count)
{
StartedWithJumpListLogic = true;
_ = CustomPage.StartCustomProfileLogic(args.ElementAt(args.IndexOf("-custom") + 1), true);
}
#endif
FileWatch.Create();
SettingsPage.UIText = new List<UIText>();
GetLangFiles();
Config = Config.Load();
if (Config.Debug)
{
try
{
UITextUpdate();
Logging = new Logging();
File.AppendAllText(FileLocations.ErrorFileLocalLocation,
$"\r\n------------------------------------------------------------------------------------------------\r\n{Text.ErrorsFrom} {DateTime.Now.ToLongDateString()} {DateTime.Now.ToLongTimeString()}");
DispatcherUnhandledException += App_DispatcherUnhandledException;
Application.Current.DispatcherUnhandledException += Current_DispatcherUnhandledException;
AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException;
TaskScheduler.UnobservedTaskException += TaskScheduler_UnobservedTaskException;
Dispatcher.UnhandledException += Dispatcher_UnhandledException;
}
catch (Exception ex)
{
MessageBox.Show(ex.ToString(), "Startup error", MessageBoxButton.OK, MessageBoxImage.Error);
}
}
else
{
UITextUpdate();
Logging = new Logging();
File.AppendAllText(FileLocations.ErrorFileLocalLocation,
$"\r\n------------------------------------------------------------------------------------------------\r\n{Text.ErrorsFrom} {DateTime.Now.ToLongDateString()} {DateTime.Now.ToLongTimeString()}");
DispatcherUnhandledException += App_DispatcherUnhandledException;
}
}
private void Dispatcher_UnhandledException(object sender, DispatcherUnhandledExceptionEventArgs e)
{
if (Config.Debug)
MessageBox.Show(e.Exception.ToString(), $"{sender.ToString()} error", MessageBoxButton.OK, MessageBoxImage.Error);
}
private void TaskScheduler_UnobservedTaskException(object sender, UnobservedTaskExceptionEventArgs e)
{
if (Config.Debug)
MessageBox.Show(e.Exception.ToString(), $"{sender.ToString()} error", MessageBoxButton.OK, MessageBoxImage.Error);
}
private void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
{
if (Config.Debug)
MessageBox.Show(e.ExceptionObject.ToString(), $"{sender.ToString()} error", MessageBoxButton.OK, MessageBoxImage.Error);
}
private void Current_DispatcherUnhandledException(object sender, DispatcherUnhandledExceptionEventArgs e)
{
if (Config.Debug)
MessageBox.Show(e.Exception.ToString(), $"{sender.ToString()} error", MessageBoxButton.OK, MessageBoxImage.Error);
}
private void UITextUpdate()
{
var engbInt = 0;
var foundText = false;
for (var i = 0; i < SettingsPage.UIText.Count; i++)
{
var text = SettingsPage.UIText[i];
if (Config != null && text != null && text.LanguageTag == Config.ActiveLanguage)
{
Text = text;
foundText = true;
if (string.IsNullOrWhiteSpace(Config.AutoStart))
{
Config.AutoStart = Text.No;
}
if (string.IsNullOrWhiteSpace(Config.MultiRPC.Text1))
{
Config.MultiRPC.Text1 = Text.Hello;
}
if (string.IsNullOrWhiteSpace(Config.MultiRPC.Text2))
{
Config.MultiRPC.Text2 = Text.World;
}
break;
}
if (text != null && text.LanguageTag == "en-GB")
{
engbInt = i;
}
}
if (!foundText)
{
Text = SettingsPage.UIText[engbInt];
}
}
private void GetLangFiles()
{
var langFiles = Directory.EnumerateFiles("Lang").ToArray();
for (var i = 0; i < langFiles.LongLength; i++)
{
using var reader = File.OpenText(langFiles[i]);
SettingsPage.UIText.Add((UIText)JsonSerializer.Deserialize(reader, typeof(UIText)));
}
}
private void App_DispatcherUnhandledException(object sender, DispatcherUnhandledExceptionEventArgs e)
{
if (Config.Debug)
MessageBox.Show(e.ToString(), $"{sender.ToString()} error", MessageBoxButton.OK, MessageBoxImage.Error);
File.AppendAllText(FileLocations.ErrorFileLocalLocation,
$"\r\n\r\n{Text.Message}\r\n{e.Exception.Message}\r\n\r\n{Text.Source}\r\n{e.Exception.Source}\r\n\r\nStackTrace\r\n{e.Exception.StackTrace}");
Logging.Error(Text.UnhandledException, e.Exception);
}
}
}
================================================
FILE: MultiRPC/Assets/Icons.xaml
================================================
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Geometry x:Key="ShieldIconGeometry">F1 M52,52z M0,0z M26.2303429,49.9599915L25.9003258,50.0799866 25.5703697,49.9599915C1.4703339,41.4999695,2.0003633,9.7499695,2.0003633,9.4299622L2.0303316,8.4200135 3.0403414,8.4599915C11.1903658,8.7399598,25.4403658,2.1799622,25.5803194,2.1100159L26.0003633,1.9200135 26.4203462,2.1100159C26.56036,2.1799622,40.850338,8.769989,48.9603233,8.4599915L49.9803428,8.4200135 50.0003623,9.439972C50.0003624,9.7599792,50.3203697,41.4999695,26.2303429,49.9599915z</Geometry>
<DrawingGroup x:Key="ShieldIconDrawingGroup" ClipGeometry="M0,0 V52 H52 V0 H0 Z">
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="#FF3A92CC" Geometry="{StaticResource ShieldIconGeometry}" />
</DrawingGroup>
</DrawingGroup>
<DrawingImage x:Key="ShieldIconDrawingImage" Drawing="{StaticResource ShieldIconDrawingGroup}" />
<Geometry x:Key="BrowserIconGeometry1">F1 M64,64z M0,0z M52,48C52,50.209,50.209,52,48,52L16,52C13.791,52,12,50.209,12,48L12,18C12,15.791,13.791,14,16,14L48,14C50.209,14,52,15.791,52,18L52,48z</Geometry>
<Geometry x:Key="BrowserIconGeometry2">F1 M64,64z M0,0z M12,21.5L12,46C12,48.209,13.791,50,16,50L48,50C50.209,50,52,48.209,52,46L52,21.5 12,21.5z</Geometry>
<Geometry x:Key="BrowserIconGeometry3">F1 M64,64z M0,0z M52,18C52,15.791,50.209,14,48,14L16,14C13.791,14,12,15.791,12,18L12,24 52,24 52,18z</Geometry>
<Geometry x:Key="BrowserIconGeometry4">F1 M64,64z M0,0z M52,16C52,13.791,50.209,12,48,12L16,12C13.791,12,12,13.791,12,16L12,22 52,22 52,16z</Geometry>
<DrawingGroup x:Key="BrowserIconDrawingGroup" ClipGeometry="M0,0 V64 H64 V0 H0 Z">
<DrawingGroup Opacity="1">
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="#FF77B3D4">
<GeometryDrawing.Geometry>
<EllipseGeometry RadiusX="32" RadiusY="32" Center="32,32" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
<DrawingGroup Opacity="0.20000000298023224">
<GeometryDrawing Brush="#FF231F20" Geometry="{StaticResource BrowserIconGeometry1}" />
</DrawingGroup>
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="#FFFFFFFF" Geometry="{StaticResource BrowserIconGeometry2}" />
</DrawingGroup>
<DrawingGroup Opacity="0.20000000298023224">
<GeometryDrawing Brush="#FF231F20" Geometry="{StaticResource BrowserIconGeometry3}" />
</DrawingGroup>
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="#FFE0E0D1" Geometry="{StaticResource BrowserIconGeometry4}" />
</DrawingGroup>
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="#FFE0995E">
<GeometryDrawing.Geometry>
<EllipseGeometry RadiusX="2" RadiusY="2" Center="23,17" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="#FF76C2AF">
<GeometryDrawing.Geometry>
<EllipseGeometry RadiusX="2" RadiusY="2" Center="29,17" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="#FFC75C5C">
<GeometryDrawing.Geometry>
<EllipseGeometry RadiusX="2" RadiusY="2" Center="17,17" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="#FF4F5D73">
<GeometryDrawing.Geometry>
<RectangleGeometry RadiusX="0" RadiusY="0" Rect="16,28,12,18" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="#FFE0E0D1">
<GeometryDrawing.Geometry>
<RectangleGeometry RadiusX="0" RadiusY="0" Rect="32,28,16,2" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="#FFE0E0D1">
<GeometryDrawing.Geometry>
<RectangleGeometry RadiusX="0" RadiusY="0" Rect="32,32,16,2" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="#FFE0E0D1">
<GeometryDrawing.Geometry>
<RectangleGeometry RadiusX="0" RadiusY="0" Rect="32,36,16,2" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="#FFE0E0D1">
<GeometryDrawing.Geometry>
<RectangleGeometry RadiusX="0" RadiusY="0" Rect="32,40,16,2" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="#FFE0E0D1">
<GeometryDrawing.Geometry>
<RectangleGeometry RadiusX="0" RadiusY="0" Rect="32,44,16,2" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
</DrawingGroup>
</DrawingGroup>
<DrawingImage x:Key="BrowserIconDrawingImage" Drawing="{StaticResource BrowserIconDrawingGroup}" />
<Geometry x:Key="DiscordIconGeometry">F1 M25.044,17.874z M0,0z M18.5,17.85C18.5,17.85,17.73,16.928,17.081,16.132A6.818,6.818,0,0,0,20.965,13.6A12.444,12.444,0,0,1,18.5,14.865A15.354,15.354,0,0,1,15.388,15.787A15.1,15.1,0,0,1,9.829,15.767A16.6,16.6,0,0,1,6.672,14.845A12.884,12.884,0,0,1,5.106,14.115C5.04,14.074 4.979,14.049 4.913,14.009 4.872,13.989 4.847,13.968 4.827,13.968 4.442,13.755 4.227,13.603 4.227,13.603A6.678,6.678,0,0,0,7.982,16.111C7.338,16.927 6.543,17.869 6.543,17.869 1.8,17.723 0,14.632 0,14.632A28.335,28.335,0,0,1,3.091,2.226A10.632,10.632,0,0,1,9.1,0L9.313,0.258A14.1,14.1,0,0,0,3.689,3.047C3.689,3.047,4.16,2.789,4.956,2.447A16.844,16.844,0,0,1,9.826,1.094A2.234,2.234,0,0,1,10.191,1.053A17.727,17.727,0,0,1,20.985,3.053A14.1,14.1,0,0,0,15.644,0.341L15.944,-0.00399999999999995A10.589,10.589,0,0,1,21.954,2.226A28.335,28.335,0,0,1,25.045,14.632A7.858,7.858,0,0,1,18.5,17.85z M16.455,7.917A2.27,2.27,0,0,0,14.266,10.279A2.283,2.283,0,0,0,16.455,12.641A2.27,2.27,0,0,0,18.644,10.279A2.283,2.283,0,0,0,16.455,7.917z M8.62,7.917A2.27,2.27,0,0,0,6.431,10.279A2.283,2.283,0,0,0,8.62,12.64A2.27,2.27,0,0,0,10.809,10.278A2.251,2.251,0,0,0,8.62,7.917z</Geometry>
<DrawingGroup x:Key="DiscordIconDrawingGroup" ClipGeometry="M0,0 V17.874 H25.044 V0 H0 Z">
<DrawingGroup.Transform>
<TranslateTransform X="0" Y="0.0040000001899898052" />
</DrawingGroup.Transform>
<DrawingGroup Transform="1,0,0,1,0,0.004">
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}"
Geometry="{StaticResource DiscordIconGeometry}" />
</DrawingGroup>
</DrawingGroup>
<DrawingImage x:Key="DiscordIconDrawingImage" Drawing="{StaticResource DiscordIconDrawingGroup}" />
<DrawingGroup x:Key="CustomIconDrawingGroup" ClipGeometry="M0,0 V26.208 H17.496 V0 H0 Z">
<DrawingGroup Opacity="1" Transform="1,0,0,1,-28,-139">
<DrawingGroup Transform="1,0,0,1,28,148.623">
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}">
<GeometryDrawing.Geometry>
<EllipseGeometry RadiusX="3.481" RadiusY="3.481" Center="3.481,3.481" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
<DrawingGroup Transform="1,0,0,1,28,158.245">
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}">
<GeometryDrawing.Geometry>
<EllipseGeometry RadiusX="3.481" RadiusY="3.481" Center="3.481,3.481" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
<DrawingGroup Transform="1,0,0,1,28,139">
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}">
<GeometryDrawing.Geometry>
<RectangleGeometry RadiusX="3.499" RadiusY="3.499" Rect="0,0,17.496,6.998" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
</DrawingGroup>
</DrawingGroup>
<Geometry x:Key="DiscordIconSelectedGeometry">F1 M25.044,17.874z M0,0z M18.5,17.85C18.5,17.85,17.73,16.928,17.081,16.132A6.818,6.818,0,0,0,20.965,13.6A12.444,12.444,0,0,1,18.5,14.865A15.354,15.354,0,0,1,15.388,15.787A15.1,15.1,0,0,1,9.829,15.767A16.6,16.6,0,0,1,6.672,14.845A12.884,12.884,0,0,1,5.106,14.115C5.04,14.074 4.979,14.049 4.913,14.009 4.872,13.989 4.847,13.968 4.827,13.968 4.442,13.755 4.227,13.603 4.227,13.603A6.678,6.678,0,0,0,7.982,16.111C7.338,16.927 6.543,17.869 6.543,17.869 1.8,17.723 0,14.632 0,14.632A28.335,28.335,0,0,1,3.091,2.226A10.632,10.632,0,0,1,9.1,0L9.313,0.258A14.1,14.1,0,0,0,3.689,3.047C3.689,3.047,4.16,2.789,4.956,2.447A16.844,16.844,0,0,1,9.826,1.094A2.234,2.234,0,0,1,10.191,1.053A17.727,17.727,0,0,1,20.985,3.053A14.1,14.1,0,0,0,15.644,0.341L15.944,-0.00399999999999995A10.589,10.589,0,0,1,21.954,2.226A28.335,28.335,0,0,1,25.045,14.632A7.858,7.858,0,0,1,18.5,17.85z M16.455,7.917A2.27,2.27,0,0,0,14.266,10.279A2.283,2.283,0,0,0,16.455,12.641A2.27,2.27,0,0,0,18.644,10.279A2.283,2.283,0,0,0,16.455,7.917z M8.62,7.917A2.27,2.27,0,0,0,6.431,10.279A2.283,2.283,0,0,0,8.62,12.64A2.27,2.27,0,0,0,10.809,10.278A2.251,2.251,0,0,0,8.62,7.917z</Geometry>
<DrawingGroup x:Key="DiscordIconSelectedDrawingGroup" ClipGeometry="M0,0 V17.874 H25.044 V0 H0 Z">
<DrawingGroup.Transform>
<TranslateTransform X="0" Y="0.0040000001899898052" />
</DrawingGroup.Transform>
<DrawingGroup Transform="1,0,0,1,0,0.004">
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}"
Geometry="{StaticResource DiscordIconGeometry}" />
</DrawingGroup>
</DrawingGroup>
<DrawingImage x:Key="DiscordIconSelectedDrawingImage" Drawing="{StaticResource DiscordIconSelectedDrawingGroup}" />
<DrawingGroup x:Key="CustomIconSelectedDrawingGroup" ClipGeometry="M0,0 V26.208 H17.496 V0 H0 Z">
<DrawingGroup Opacity="1" Transform="1,0,0,1,-28,-139">
<DrawingGroup Transform="1,0,0,1,28,148.623">
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}">
<GeometryDrawing.Geometry>
<EllipseGeometry RadiusX="3.481" RadiusY="3.481" Center="3.481,3.481" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
<DrawingGroup Transform="1,0,0,1,28,158.245">
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}">
<GeometryDrawing.Geometry>
<EllipseGeometry RadiusX="3.481" RadiusY="3.481" Center="3.481,3.481" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
<DrawingGroup Transform="1,0,0,1,28,139">
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}">
<GeometryDrawing.Geometry>
<RectangleGeometry RadiusX="3.499" RadiusY="3.499" Rect="0,0,17.496,6.998" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
</DrawingGroup>
</DrawingGroup>
<DrawingImage x:Key="CustomIconDrawingImage" Drawing="{StaticResource CustomIconDrawingGroup}" />
<DrawingImage x:Key="CustomIconSelectedDrawingImage" Drawing="{StaticResource CustomIconSelectedDrawingGroup}" />
<Geometry x:Key="AddIconGeometry1">F1 M48,48z M0,0z M44,24C44,35.045 35.045,44 24,44 12.955,44 4,35.045 4,24 4,12.955 12.955,4 24,4 35.045,4 44,12.955 44,24z</Geometry>
<Geometry x:Key="AddIconGeometry2">F1 M48,48z M0,0z M21,14L27,14 27,34 21,34 21,14z</Geometry>
<Geometry x:Key="AddIconGeometry3">F1 M48,48z M0,0z M14,21L34,21 34,27 14,27 14,21z</Geometry>
<DrawingGroup x:Key="AddIconDrawingGroup" ClipGeometry="M0,0 V48 H48 V0 H0 Z">
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="#FF4CAF50" Geometry="{StaticResource AddIconGeometry1}" />
<GeometryDrawing Brush="#FFFFFFFF" Geometry="{StaticResource AddIconGeometry2}" />
<GeometryDrawing Brush="#FFFFFFFF" Geometry="{StaticResource AddIconGeometry3}" />
</DrawingGroup>
</DrawingGroup>
<DrawingImage x:Key="AddIconDrawingImage" Drawing="{StaticResource AddIconDrawingGroup}" />
<Geometry x:Key="GithubIconGeometry">F1 M32,32z M0,0z M15.9,0.3C7.1,0.3 -0.1,7.5 -0.1,16.4 -0.1,23.5 4.5,29.5 10.9,31.6 11.7,31.7 12,31.3 12,30.8 12,30.4 12,29.4 12,28.1 7.5,29.1 6.6,25.9 6.6,25.9 5.9,24 4.8,23.5 4.8,23.5 3.3,22.5 4.9,22.5 4.9,22.5 6.5,22.6 7.4,24.2 7.4,24.2 8.8,26.7 11.2,25.9 12.1,25.5 12.2,24.5 12.7,23.8 13.1,23.4 9.5,23 5.8,21.6 5.8,15.5 5.8,13.7 6.4,12.3 7.5,11.2 7.3,10.8 6.8,9.2 7.7,7 7.7,7 9,6.6 12.1,8.6 13.4,8.2 14.8,8.1 16.1,8.1 17.5,8.1 18.8,8.3 20.1,8.6 23,6.6 24.4,7 24.4,7 25.3,9.2 24.7,10.8 24.6,11.2 25.6,12.3 26.2,13.8 26.2,15.5 26.2,21.7 22.4,23 18.9,23.4 19.5,23.9 20,24.9 20,26.4 20,28.5 20,30.3 20,30.8 20,31.2 20.3,31.7 21.1,31.6 27.5,29.5 32.1,23.5 32.1,16.4 32,7.5 24.8,0.3 15.9,0.3z</Geometry>
<DrawingGroup x:Key="GithubIconDrawingGroup" ClipGeometry="M0,0 V32 H32 V0 H0 Z">
<DrawingGroup.Transform>
<TranslateTransform X="0.10000000149011612" Y="0" />
</DrawingGroup.Transform>
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="#FF000000" Geometry="{StaticResource GithubIconGeometry}" />
</DrawingGroup>
</DrawingGroup>
<DrawingImage x:Key="GithubIconDrawingImage" Drawing="{StaticResource GithubIconDrawingGroup}" />
<Geometry x:Key="PencilIconGeometry1">F1 M512.001,512.001z M0,0z M495.521,96.048C517.493,74.076 517.493,38.452 495.521,16.479 473.549,-5.493 437.924,-5.493 415.952,16.479L392.082,40.349 415.952,96.048 471.65,119.918 495.521,96.048z</Geometry>
<Geometry x:Key="PencilIconGeometry2">F1 M512.001,512.001z M0,0z M431.866,111.962L431.866,111.962 360.254,72.178 39.785,392.647 79.57,464.26z</Geometry>
<Geometry x:Key="PencilIconGeometry3">F1 M512.001,512.001z M0,0z M415.953,96.048L415.953,96.048 63.656,448.346 119.354,472.216 439.823,151.747z</Geometry>
<Geometry x:Key="PencilIconGeometry4">F1 M512.001,512.001z M0,0z M39.785,392.647L39.785,392.647 15.914,464.26 15.914,496.087 47.741,496.087 119.354,472.216z</Geometry>
<Geometry x:Key="PencilIconGeometry5">F1 M512.001,512.001z M0,0z M0.001,512.001L0.001,512.001 47.741,496.087 15.914,464.26z</Geometry>
<DrawingGroup x:Key="PencilIconDrawingGroup" ClipGeometry="M0,0 V512.001 H512.001 V0 H0 Z">
<GeometryDrawing Brush="#FFFF615C" Geometry="{StaticResource PencilIconGeometry1}" />
<GeometryDrawing Brush="#FFFFA72E" Geometry="{StaticResource PencilIconGeometry2}" />
<GeometryDrawing Brush="#FFFF8B00" Geometry="{StaticResource PencilIconGeometry3}" />
<GeometryDrawing Brush="#FFFFD47D" Geometry="{StaticResource PencilIconGeometry4}" />
<DrawingGroup Transform="0.7071,-0.7071,0.7071,0.7071,53.9199,322.263">
<GeometryDrawing Brush="#FFEDEDEF">
<GeometryDrawing.Geometry>
<RectangleGeometry RadiusX="0" RadiusY="0" Rect="393.46,39.781,45.011,112.526" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
<GeometryDrawing Brush="#FF080342" Geometry="{StaticResource PencilIconGeometry5}" />
</DrawingGroup>
<DrawingImage x:Key="PencilIconDrawingImage" Drawing="{StaticResource PencilIconDrawingGroup}" />
<Geometry x:Key="HeartIconGeometry">F1 M24,24z M0,0z M7,1031.4C5.4645,1031.4 3.9216,1031.9 2.75,1033.1 0.4069,1035.5 0.4712,1039.2 2.75,1041.6L12,1051.4 21.25,1041.6C23.529,1039.2 23.593,1035.5 21.25,1033.1 18.907,1030.8 15.093,1030.8 12.75,1033.1L12,1033.9 11.25,1033.1C10.078,1031.9,8.5355,1031.4,7,1031.4z</Geometry>
<DrawingGroup x:Key="HeartIconDrawingGroup" ClipGeometry="M0,0 V24 H24 V0 H0 Z">
<DrawingGroup Opacity="1" Transform="1,0,0,1,0,-1028.4">
<GeometryDrawing Brush="#FFC0392B" Geometry="{StaticResource HeartIconGeometry}" />
</DrawingGroup>
</DrawingGroup>
<DrawingImage x:Key="HeartIconDrawingImage" Drawing="{StaticResource HeartIconDrawingGroup}" />
<DrawingGroup x:Key="CreditsIconDrawingGroup" ClipGeometry="M0,0 V26.998 H25.496 V0 H0 Z">
<DrawingGroup Opacity="1" Transform="1,0,0,1,-28,-139">
<DrawingGroup Opacity="1" Transform="1,0,0,1,28,139">
<DrawingGroup.ClipGeometry>
<RectangleGeometry RadiusX="0" RadiusY="0" Rect="0,0,25.496,26.998" />
</DrawingGroup.ClipGeometry>
<DrawingGroup Opacity="1" Transform="1,0,0,1,-28,-139">
<DrawingGroup Transform="1,0,0,1,28,139">
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}">
<GeometryDrawing.Geometry>
<RectangleGeometry RadiusX="3.499" RadiusY="3.499" Rect="0,0,25.496,6.998" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="1,0,0,1,-28,-129">
<DrawingGroup Transform="1,0,0,1,28,139">
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}">
<GeometryDrawing.Geometry>
<RectangleGeometry RadiusX="3.499" RadiusY="3.499" Rect="0,0,25.496,6.998" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="1,0,0,1,-28,-119">
<DrawingGroup Transform="1,0,0,1,28,139">
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}">
<GeometryDrawing.Geometry>
<RectangleGeometry RadiusX="3.499" RadiusY="3.499" Rect="0,0,25.496,6.998" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
</DrawingGroup>
</DrawingGroup>
</DrawingGroup>
</DrawingGroup>
<DrawingImage x:Key="CreditsIconDrawingImage" Drawing="{StaticResource CreditsIconDrawingGroup}" />
<DrawingGroup x:Key="CreditsIconSelectedDrawingGroup" ClipGeometry="M0,0 V26.998 H25.496 V0 H0 Z">
<DrawingGroup Opacity="1" Transform="1,0,0,1,-28,-139">
<DrawingGroup Opacity="1" Transform="1,0,0,1,28,139">
<DrawingGroup.ClipGeometry>
<RectangleGeometry RadiusX="0" RadiusY="0" Rect="0,0,25.496,26.998" />
</DrawingGroup.ClipGeometry>
<DrawingGroup Opacity="1" Transform="1,0,0,1,-28,-139">
<DrawingGroup Transform="1,0,0,1,28,139">
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}">
<GeometryDrawing.Geometry>
<RectangleGeometry RadiusX="3.499" RadiusY="3.499" Rect="0,0,25.496,6.998" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="1,0,0,1,-28,-129">
<DrawingGroup Transform="1,0,0,1,28,139">
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}">
<GeometryDrawing.Geometry>
<RectangleGeometry RadiusX="3.499" RadiusY="3.499" Rect="0,0,25.496,6.998" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
</DrawingGroup>
<DrawingGroup Opacity="1" Transform="1,0,0,1,-28,-119">
<DrawingGroup Transform="1,0,0,1,28,139">
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}">
<GeometryDrawing.Geometry>
<RectangleGeometry RadiusX="3.499" RadiusY="3.499" Rect="0,0,25.496,6.998" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
</DrawingGroup>
</DrawingGroup>
</DrawingGroup>
</DrawingGroup>
<DrawingImage x:Key="CreditsIconSelectedDrawingImage" Drawing="{StaticResource CreditsIconSelectedDrawingGroup}" />
<Geometry x:Key="DeleteIconGeometry1">F1 M48,48z M0,0z M44,24C44,35.045 35.045,44 24,44 12.955,44 4,35.045 4,24 4,12.955 12.955,4 24,4 35.045,4 44,12.955 44,24z</Geometry>
<Geometry x:Key="DeleteIconGeometry2">F1 M48,48z M0,0z M29.656,15.516L32.484,18.344 18.344,32.484 15.516,29.656 29.656,15.516z</Geometry>
<Geometry x:Key="DeleteIconGeometry3">F1 M48,48z M0,0z M32.484,29.656L29.656,32.484 15.516,18.344 18.344,15.516 32.484,29.656z</Geometry>
<DrawingGroup x:Key="DeleteIconDrawingGroup" ClipGeometry="M0,0 V48 H48 V0 H0 Z">
<GeometryDrawing Brush="#FFF44336" Geometry="{StaticResource DeleteIconGeometry1}" />
<GeometryDrawing Brush="#FFFFFFFF" Geometry="{StaticResource DeleteIconGeometry2}" />
<GeometryDrawing Brush="#FFFFFFFF" Geometry="{StaticResource DeleteIconGeometry3}" />
</DrawingGroup>
<DrawingImage x:Key="DeleteIconDrawingImage" Drawing="{StaticResource DeleteIconDrawingGroup}" />
<Geometry x:Key="DiscordColourIconGeometry">F1 M25,17.9z M0,0z M18.5,17.9C18.5,17.9 17.7,17 17.1,16.2 18.7,15.8 20,14.9 21,13.7 20.2,14.2 19.4,14.6 18.5,15 17.5,15.4 16.5,15.7 15.4,15.9 13.6,16.2 11.7,16.2 9.8,15.9 8.7,15.7 7.7,15.4 6.6,15 6.1,14.8 5.5,14.5 5,14.3 5,14.1 5,14.1 4.9,14 4.9,14 4.8,14 4.8,14 4.4,13.8 4.2,13.6 4.2,13.6 5.1,14.8 6.5,15.7 8,16.1 7.4,16.9 6.6,17.9 6.6,17.9 1.8,17.7 0,14.6 0,14.6 0.1,10.3 1.1,6 3.1,2.2 4.8,0.899999999999999 6.9,0.0999999999999992 9.1,-8.88178419700125E-16L9.3,0.299999999999999C7.2,0.799999999999999 5.3,1.7 3.7,3.1 3.7,3.1 4.2,2.8 5,2.5 6.5,1.8 8.2,1.4 9.9,1.1 10,1.1 10.1,1.1 10.3,1.1 14,0.599999999999999 17.8,1.3 21.1,3.1 19.5,1.8 17.7,0.899999999999999 15.8,0.399999999999999L15.9,0C18.1,0.1 20.2,0.9 21.9,2.2 23.9,6 24.9,10.3 25,14.6 23.5,16.7 21.1,17.9 18.5,17.9z M16.5,7.9C15.2,7.9 14.3,9 14.3,10.2 14.3,10.2 14.3,10.2 14.3,10.2 14.3,11.5 15.2,12.5 16.5,12.6 17.8,12.6 18.7,11.5 18.7,10.3 18.7,10.3 18.7,10.3 18.7,10.3 18.7,9 17.7,8 16.5,7.9z M8.6,7.9C7.4,8 6.4,9 6.4,10.3 6.4,10.3 6.4,10.3 6.4,10.3 6.4,11.6 7.3,12.6 8.6,12.7 9.9,12.7 10.8,11.6 10.8,10.4 10.8,10.4 10.8,10.4 10.8,10.4 10.9,9 9.9,8 8.6,7.9 8.7,7.9 8.6,7.9 8.6,7.9z</Geometry>
<DrawingGroup x:Key="DiscordColourIconDrawingGroup" ClipGeometry="M0,0 V17.9 H25 V0 H0 Z">
<DrawingGroup.Transform>
<TranslateTransform X="0" Y="8.8817841970012523E-16" />
</DrawingGroup.Transform>
<GeometryDrawing Brush="#FF7289DA" Geometry="{StaticResource DiscordColourIconGeometry}" />
</DrawingGroup>
<DrawingImage x:Key="DiscordColourIconDrawingImage" Drawing="{StaticResource DiscordColourIconDrawingGroup}" />
<Geometry x:Key="DownloadIconGeometry">F1 M26,26z M0,0z M15.5,4C13.300781,4,11.199219,5.199219,10,7L9.5,7C7,7 4.886719,8.699219 4.1875,11 1.886719,11.101563 0,13.101563 0,15.5 0,18 2,20 4.5,20L20.5,20C23.5,20 26,17.5 26,14.5 26,12 24.304688,9.789063 21.90625,9.1875 21.304688,6.1875 18.601563,4 15.5,4z M15.5,6C17.800781,6,19.800781,7.792969,20,10.09375L20,11 20.8125,11.09375C22.613281,11.292969 23.90625,12.792969 23.90625,14.59375 24.007813,16.394531 22.398438,18 20.5,18L4.5,18C3.101563,18 2,16.898438 2,15.5 2,14.101563 3.101563,13 4.5,13L4.90625,13 5.90625,13.1875 6,12.1875C6.199219,10.386719 7.699219,9 9.5,9 9.699219,9 10.011719,8.992188 10.3125,9.09375L11.09375,9.3125 11.40625,8.59375C12.207031,6.992188,13.800781,6,15.5,6z M13,10L13,13 10.5,13 14,16.5 17.5,13 15,13 15,10z</Geometry>
<DrawingGroup x:Key="DownloadIconDrawingGroup" ClipGeometry="M0,0 V26 H26 V0 H0 Z">
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="#FF000000" Geometry="{StaticResource DownloadIconGeometry}" />
</DrawingGroup>
</DrawingGroup>
<DrawingImage x:Key="DownloadIconDrawingImage" Drawing="{StaticResource DownloadIconDrawingGroup}" />
<Geometry x:Key="ShareIconGeometry">F1 M64,64z M0,0z M3,32C3,16 16,3 32,3 48,3 61,16 61,32 61,48 48,61 32,61 16,61 3,48 3,32z</Geometry>
<DrawingGroup x:Key="ShareIconDrawingGroup" ClipGeometry="M0,0 V64 H64 V0 H0 Z">
<DrawingGroup Opacity="1">
<DrawingGroup Opacity="1">
<DrawingGroup Opacity="1">
<DrawingGroup Opacity="1">
<DrawingGroup Opacity="1">
<DrawingGroup Opacity="1">
<DrawingGroup Opacity="1">
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="#FF25B7D3"
Geometry="{StaticResource ShareIconGeometry}" />
</DrawingGroup>
</DrawingGroup>
</DrawingGroup>
</DrawingGroup>
</DrawingGroup>
</DrawingGroup>
</DrawingGroup>
<DrawingGroup Opacity="1">
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="#FFFFFFFF">
<GeometryDrawing.Geometry>
<EllipseGeometry RadiusX="6.3" RadiusY="6.3" Center="20.1,32.1" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
<GeometryDrawing Brush="#FFFFFFFF">
<GeometryDrawing.Geometry>
<EllipseGeometry RadiusX="6.3" RadiusY="6.3" Center="39.3,20.9" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
<GeometryDrawing Brush="#FFFFFFFF">
<GeometryDrawing.Geometry>
<EllipseGeometry RadiusX="6.3" RadiusY="6.3" Center="39.3,43.1" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
<DrawingGroup Opacity="1">
<DrawingGroup Transform="0.8642,-0.5032,0.5032,0.8642,-9.1962,18.5318">
<GeometryDrawing Brush="#FFFFFFFF">
<GeometryDrawing.Geometry>
<RectangleGeometry RadiusX="0" RadiusY="0" Rect="18.6,24.6,22.2,3.4" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
</DrawingGroup>
<DrawingGroup Opacity="1">
<DrawingGroup Transform="0.5032,-0.8642,0.8642,0.5032,-17.6278,44.3094">
<GeometryDrawing Brush="#FFFFFFFF">
<GeometryDrawing.Geometry>
<RectangleGeometry RadiusX="0" RadiusY="0" Rect="28,26.4,3.4,22.2" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
</DrawingGroup>
</DrawingGroup>
</DrawingGroup>
</DrawingGroup>
<DrawingImage x:Key="ShareIconDrawingImage" Drawing="{StaticResource ShareIconDrawingGroup}" />
<Geometry x:Key="HelpIconGeometry1">F1 M48,48z M0,0z M24,4C12.9,4 4,12.9 4,24 4,35.1 12.9,44 24,44 35.1,44 44,35 44,24 44,13 35,4 24,4z M26,38L22,38 22,34 26,34 26,38z M30.1,22.5L28.3,24.3C26.9,25.8,26,27,26,30L22,30 22,29C22,26.8,22.9,24.8,24.3,23.3L26.8,20.8C27.5,20.1 28,19.1 28,18 28,15.8 26.2,14 24,14 21.8,14 20,15.8 20,18L16,18C16,13.6 19.6,10 24,10 28.4,10 32,13.6 32,18 32,19.8 31.3,21.4 30.1,22.5z</Geometry>
<Geometry x:Key="HelpIconGeometry2">F1 M48,48z M0,0z M30.1,22.5L28.3,24.3C26.9,25.8,26,27,26,30L22,30 22,29C22,26.8,22.9,24.8,24.3,23.3L26.8,20.8C27.5,20.1 28,19.1 28,18 28,15.8 26.2,14 24,14 21.8,14 20,15.8 20,18L16,18C16,13.6 19.6,10 24,10 28.4,10 32,13.6 32,18 32,19.8 31.3,21.4 30.1,22.5z</Geometry>
<DrawingGroup x:Key="HelpIconDrawingGroup" ClipGeometry="M0,0 V48 H48 V0 H0 Z">
<GeometryDrawing Brush="#FF48A0DC" Geometry="{StaticResource HelpIconGeometry1}" />
<GeometryDrawing Brush="#FFFFFFFF" Geometry="{StaticResource HelpIconGeometry2}" />
<GeometryDrawing Brush="#FFFFFFFF">
<GeometryDrawing.Geometry>
<RectangleGeometry RadiusX="0" RadiusY="0" Rect="22,34,4,4" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
<DrawingImage x:Key="HelpIconDrawingImage" Drawing="{StaticResource HelpIconDrawingGroup}" />
<Geometry x:Key="SettingsIconSelectedGeometry">F1 M29,29.793z M0,0z M25.548,16.353A13.5,13.5,0,0,0,25.648,14.871A14.437,14.437,0,0,0,25.548,13.389L28.716,10.936A0.707,0.707,0,0,0,28.869,9.965L25.905,4.855A0.719,0.719,0,0,0,24.985,4.548L21.255,6.03A11.158,11.158,0,0,0,18.755,4.548L18.189,0.613A0.681,0.681,0,0,0,17.473,0L11.494,0A0.717,0.717,0,0,0,10.779,0.613L10.217,4.6A9.527,9.527,0,0,0,7.717,6.082L3.982,4.548A0.737,0.737,0,0,0,3.062,4.855L0.1,10.016A0.738,0.738,0,0,0,0.3,10.987L3.471,13.44A13.5,13.5,0,0,0,3.371,14.922A14.438,14.438,0,0,0,3.471,16.404L0.3,18.857A0.771,0.771,0,0,0,0.1,19.828L3.064,24.938A0.737,0.737,0,0,0,3.984,25.245L7.715,23.763A11.158,11.158,0,0,0,10.215,25.245L10.777,29.18A0.717,0.717,0,0,0,11.492,29.793L17.471,29.793A0.717,0.717,0,0,0,18.186,29.18L18.748,25.245A9.527,9.527,0,0,0,21.248,23.763L24.979,25.245A0.737,0.737,0,0,0,25.899,24.938L28.863,19.777A0.783,0.783,0,0,0,28.71,18.806z M14.509,20.135A5.213,5.213,0,1,1,19.722,14.922A5.234,5.234,0,0,1,14.509,20.135z</Geometry>
<DrawingGroup x:Key="SettingsIconSelectedDrawingGroup" ClipGeometry="M0,0 V29.793 H29 V0 H0 Z">
<DrawingGroup.Transform>
<TranslateTransform X="0.0025553824380040169" Y="0.0010948204435408115" />
</DrawingGroup.Transform>
<DrawingGroup Opacity="1" Transform="1,0,0,1,0.008,0">
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}"
Geometry="{StaticResource SettingsIconSelectedGeometry}" />
</DrawingGroup>
</DrawingGroup>
<DrawingImage x:Key="SettingsIconSelectedDrawingImage" Drawing="{StaticResource SettingsIconSelectedDrawingGroup}" />
<Geometry x:Key="SettingsIconGeometry">F1 M29,29.793z M0,0z M25.548,16.353A13.5,13.5,0,0,0,25.648,14.871A14.437,14.437,0,0,0,25.548,13.389L28.716,10.936A0.707,0.707,0,0,0,28.869,9.965L25.905,4.855A0.719,0.719,0,0,0,24.985,4.548L21.255,6.03A11.158,11.158,0,0,0,18.755,4.548L18.189,0.613A0.681,0.681,0,0,0,17.473,0L11.494,0A0.717,0.717,0,0,0,10.779,0.613L10.217,4.6A9.527,9.527,0,0,0,7.717,6.082L3.982,4.548A0.737,0.737,0,0,0,3.062,4.855L0.1,10.016A0.738,0.738,0,0,0,0.3,10.987L3.471,13.44A13.5,13.5,0,0,0,3.371,14.922A14.438,14.438,0,0,0,3.471,16.404L0.3,18.857A0.771,0.771,0,0,0,0.1,19.828L3.064,24.938A0.737,0.737,0,0,0,3.984,25.245L7.715,23.763A11.158,11.158,0,0,0,10.215,25.245L10.777,29.18A0.717,0.717,0,0,0,11.492,29.793L17.471,29.793A0.717,0.717,0,0,0,18.186,29.18L18.748,25.245A9.527,9.527,0,0,0,21.248,23.763L24.979,25.245A0.737,0.737,0,0,0,25.899,24.938L28.863,19.777A0.783,0.783,0,0,0,28.71,18.806z M14.509,20.135A5.213,5.213,0,1,1,19.722,14.922A5.234,5.234,0,0,1,14.509,20.135z</Geometry>
<DrawingGroup x:Key="SettingsIconDrawingGroup" ClipGeometry="M0,0 V29.793 H29 V0 H0 Z">
<DrawingGroup.Transform>
<TranslateTransform X="0.0025553824380040169" Y="0.0010948204435408115" />
</DrawingGroup.Transform>
<DrawingGroup Opacity="1" Transform="1,0,0,1,0.008,0">
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}"
Geometry="{StaticResource SettingsIconGeometry}" />
</DrawingGroup>
</DrawingGroup>
<DrawingImage x:Key="SettingsIconDrawingImage" Drawing="{StaticResource SettingsIconDrawingGroup}" />
<Geometry x:Key="LogsIconGeometry1">F1 M1000,1000z M0,0z M184,314.1L544.4,314.1 544.4,346.9 184,346.9 184,314.1 184,314.1z</Geometry>
<Geometry x:Key="LogsIconGeometry2">F1 M1000,1000z M0,0z M184,445.3L394.2,445.3 394.2,478.1 184,478.1 184,445.3z</Geometry>
<Geometry x:Key="LogsIconGeometry3">F1 M1000,1000z M0,0z M184,576.5L334.2,576.5 334.2,609.3 184,609.3 184,576.5z</Geometry>
<Geometry x:Key="LogsIconGeometry4">F1 M1000,1000z M0,0z M184,707.7L274.1,707.7 274.1,740.5 184,740.5 184,707.7z</Geometry>
<Geometry x:Key="LogsIconGeometry5">F1 M1000,1000z M0,0z M419.2,706.8L419.2,882.7 580.3,882.7 419.2,706.8z</Geometry>
<Geometry x:Key="LogsIconGeometry6">F1 M1000,1000z M0,0z M443.9,677.4L607.5,856.1 905.7,530.5 742.1,351.8 443.9,677.4z</Geometry>
<Geometry x:Key="LogsIconGeometry7">F1 M1000,1000z M0,0z M799.6,829.1C799.6,887.4,753.3,934.6,696.2,934.6L172.5,934.6C115.4,934.6,69.1,887.3,69.1,829.1L69.1,232.6C69.1,174.3,115.4,127.1,172.5,127.1L184,127.1 184,163.6C184,182.9 199.1,198.5 217.7,198.5 236.3,198.5 251.4,182.9 251.4,163.6L251.4,127 304.2,127 304.2,163.5C304.2,182.8 319.3,198.4 337.9,198.4 356.5,198.4 371.6,182.8 371.6,163.5L371.6,127 424.4,127 424.4,163.5C424.4,182.8 439.5,198.4 458.1,198.4 476.7,198.4 491.8,182.8 491.8,163.5L491.8,127 544.6,127 544.6,163.5C544.6,182.8 559.7,198.4 578.3,198.4 596.9,198.4 612,182.8 612,163.5L612,127 696.5,127C753.6,127,799.9,174.3,799.9,232.5L799.9,246.7 859,246.7 859,191.7C859,125.4,806.3,71.7,741.4,71.7L611.7,71.7 611.7,44.9C611.7,25.6 596.6,10 578,10 559.4,10 544.3,25.6 544.3,44.9L544.3,71.7 491.5,71.7 491.5,44.9C491.5,25.6 476.4,10 457.8,10 439.2,10 424.1,25.6 424.1,44.9L424.1,71.7 371.3,71.7 371.3,44.9C371.3,25.6 356.2,10 337.6,10 319,10 303.9,25.6 303.9,44.9L303.9,71.7 251.1,71.7 251.1,44.9C251.1,25.6 236,10 217.4,10 198.8,10 184,25.6 184,44.9L184,71.7 127.6,71.7C62.6,71.7,10,125.4,10,191.7L10,870C10,936.3,62.7,990,127.6,990L741,990C806,990,858.6,936.3,858.6,870L858.6,745.6 799.5,745.6 799.5,829.1z</Geometry>
<Geometry x:Key="LogsIconGeometry8">F1 M1000,1000z M0,0z M969.6,364L890.6,285.8C864.7,260.1 824,260.7 799.7,287 775.4,313.3 760.4,333.8 760.4,333.8L925.9,508.2C925.9,508.2 948.4,484.6 972.7,458.2 996.9,431.9 995.6,389.7 969.6,364z</Geometry>
<DrawingGroup x:Key="LogsIconDrawingGroup" ClipGeometry="M0,0 V1000 H1000 V0 H0 Z">
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}"
Geometry="{StaticResource LogsIconGeometry1}" />
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}"
Geometry="{StaticResource LogsIconGeometry2}" />
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}"
Geometry="{StaticResource LogsIconGeometry3}" />
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}"
Geometry="{StaticResource LogsIconGeometry4}" />
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}"
Geometry="{StaticResource LogsIconGeometry5}" />
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}"
Geometry="{StaticResource LogsIconGeometry6}" />
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}"
Geometry="{StaticResource LogsIconGeometry7}" />
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}"
Geometry="{StaticResource LogsIconGeometry8}" />
</DrawingGroup>
</DrawingGroup>
<DrawingImage x:Key="LogsIconDrawingImage" Drawing="{StaticResource LogsIconDrawingGroup}" />
<DrawingGroup x:Key="LogsIconSelectedDrawingGroup" ClipGeometry="M0,0 V1000 H1000 V0 H0 Z">
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}"
Geometry="{StaticResource LogsIconGeometry1}" />
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}"
Geometry="{StaticResource LogsIconGeometry2}" />
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}"
Geometry="{StaticResource LogsIconGeometry3}" />
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}"
Geometry="{StaticResource LogsIconGeometry4}" />
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}"
Geometry="{StaticResource LogsIconGeometry5}" />
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}"
Geometry="{StaticResource LogsIconGeometry6}" />
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}"
Geometry="{StaticResource LogsIconGeometry7}" />
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}"
Geometry="{StaticResource LogsIconGeometry8}" />
</DrawingGroup>
</DrawingGroup>
<DrawingImage x:Key="LogsIconSelectedDrawingImage" Drawing="{StaticResource LogsIconSelectedDrawingGroup}" />
<Geometry x:Key="DebugIconGeometry1">F1 M512,512z M0,0z M215.728,120L215.728,120 174.272,120 159.272,150 230.728,150z</Geometry>
<Geometry x:Key="DebugIconGeometry2">F1 M512,512z M0,0z M150,225C150,244.53,162.578,261.024,180,267.237L180,180 150,180 150,225z</Geometry>
<Geometry x:Key="DebugIconGeometry3">F1 M512,512z M0,0z M195,0C87.48,0 0,87.48 0,195 0,302.52 87.48,390 195,390 302.52,390 390,302.52 390,195 390,87.48 302.52,0 195,0z M285,210C309.814,210 330,230.186 330,255 330,263.291 323.291,270 315,270 306.709,270 300,263.291 300,255 300,246.724 293.276,240 285,240L268.482,240C266.074,251.812 260.636,262.41 253.378,271.501 263.718,282.188 270,296.353 270,311.836L270,315C270,323.291 263.291,330 255,330 246.709,330 240,323.291 240,315L240,311.836C240,303.56 236.451,295.964 230.482,290.664 219.869,296.426 207.902,300 195,300 182.098,300 170.131,296.426 159.518,290.663 153.549,295.964 150,303.559 150,311.835L150,315C150,323.291 143.291,330 135,330 126.709,330 120,323.291 120,315L120,311.836C120,296.353 126.282,282.188 136.622,271.502 129.364,262.411 123.925,251.813 121.518,240.001L105,240.001C96.724,240.001 90,246.725 90,255.001 90,263.292 83.291,270.001 75,270.001 66.709,270.001 60,263.292 60,255.001 60,230.187 80.186,210.001 105,210.001L120,210.001 120,174.273 95.127,161.836C92.798,160.64 90,162.339 90,165 90,173.291 83.291,180 75,180 66.709,180 60,173.291 60,165 60,140.004 86.314,123.86 108.53,135L128.289,144.875 143.567,114.32C129.602,106.674 120,92.014 120,75 120,66.709 126.709,60 135,60 143.291,60 150,66.709 150,75 150,83.276 156.724,90 165,90L225,90C233.276,90 240,83.276 240,75 240,66.709 246.709,60 255,60 263.291,60 270,66.709 270,75 270,92.014 260.398,106.674 246.433,114.32L261.709,144.873 281.455,135C303.748,123.776 330,140.109 330,165 330,173.291 323.291,180 315,180 306.709,180 300,173.291 300,165 300,162.48 297.448,160.659 294.858,161.836L270,174.271 270,210 285,210z</Geometry>
<Geometry x:Key="DebugIconGeometry4">F1 M512,512z M0,0z M210,267.237C227.422,261.024,240,244.53,240,225L240,180 210,180 210,267.237z</Geometry>
<Geometry x:Key="DebugIconGeometry5">F1 M512,512z M0,0z M318.959,382.592L343.078,406.711 406.711,343.078 382.592,318.959C365.858,344.196,344.196,365.858,318.959,382.592z</Geometry>
<Geometry x:Key="DebugIconGeometry6">F1 M512,512z M0,0z M498.848,435.214L427.922,364.289 364.289,427.922 435.215,498.847C452.709,516.368 481.248,516.401 498.862,498.847 516.382,481.283 516.382,452.748 498.848,435.214z</Geometry>
<DrawingGroup x:Key="DebugIconDrawingGroup" ClipGeometry="M0,0 V512 H512 V0 H0 Z">
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}"
Geometry="{StaticResource DebugIconGeometry1}" />
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}"
Geometry="{StaticResource DebugIconGeometry2}" />
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}"
Geometry="{StaticResource DebugIconGeometry3}" />
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}"
Geometry="{StaticResource DebugIconGeometry4}" />
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}"
Geometry="{StaticResource DebugIconGeometry5}" />
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}"
Geometry="{StaticResource DebugIconGeometry6}" />
</DrawingGroup>
</DrawingGroup>
<DrawingImage x:Key="DebugIconDrawingImage" Drawing="{StaticResource DebugIconDrawingGroup}" />
<DrawingGroup x:Key="DebugIconSelectedDrawingGroup" ClipGeometry="M0,0 V512 H512 V0 H0 Z">
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}"
Geometry="{StaticResource DebugIconGeometry1}" />
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}"
Geometry="{StaticResource DebugIconGeometry2}" />
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}"
Geometry="{StaticResource DebugIconGeometry3}" />
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}"
Geometry="{StaticResource DebugIconGeometry4}" />
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}"
Geometry="{StaticResource DebugIconGeometry5}" />
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}"
Geometry="{StaticResource DebugIconGeometry6}" />
</DrawingGroup>
</DrawingGroup>
<DrawingImage x:Key="DebugIconSelectedDrawingImage" Drawing="{StaticResource DebugIconSelectedDrawingGroup}" />
<DrawingGroup x:Key="ThemeIconSelectedDrawingGroup" ClipGeometry="M0,0 V1000 H1000 V0 H0 Z">
<GeometryDrawing Brush="{DynamicResource AccentColour5SCBrush}">
<GeometryDrawing.Geometry>
<EllipseGeometry RadiusX="405.7" RadiusY="405.7" Center="405.7,594.3" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
<GeometryDrawing Brush="{DynamicResource DisabledButtonTextColour}">
<GeometryDrawing.Geometry>
<EllipseGeometry RadiusX="405.7" RadiusY="405.7" Center="468.6,531.4" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
<GeometryDrawing Brush="{DynamicResource DisabledButtonColour}">
<GeometryDrawing.Geometry>
<EllipseGeometry RadiusX="405.7" RadiusY="405.7" Center="531.4,468.6" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}">
<GeometryDrawing.Geometry>
<EllipseGeometry RadiusX="405.7" RadiusY="405.7" Center="594.3,405.7" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
<DrawingImage x:Key="ThemeIconSelectedDrawingImage" Drawing="{StaticResource ThemeIconSelectedDrawingGroup}" />
<DrawingGroup x:Key="ThemeIconDrawingGroup" ClipGeometry="M0,0 V1000 H1000 V0 H0 Z">
<GeometryDrawing Brush="{DynamicResource AccentColour1SCBrush}">
<GeometryDrawing.Geometry>
<EllipseGeometry RadiusX="405.7" RadiusY="405.7" Center="405.7,594.3" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
<GeometryDrawing Brush="{DynamicResource AccentColour4SCBrush}">
<GeometryDrawing.Geometry>
<EllipseGeometry RadiusX="405.7" RadiusY="405.7" Center="468.6,531.4" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}">
<GeometryDrawing.Geometry>
<EllipseGeometry RadiusX="405.7" RadiusY="405.7" Center="531.4,468.6" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
<GeometryDrawing Brush="{DynamicResource AccentColour2SCBrush}">
<GeometryDrawing.Geometry>
<EllipseGeometry RadiusX="405.7" RadiusY="405.7" Center="594.3,405.7" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
<DrawingImage x:Key="ThemeIconDrawingImage" Drawing="{StaticResource ThemeIconDrawingGroup}" />
<Geometry x:Key="AlertIconGeometry1">F1 M48,48z M0,0z M4,24C4,13 13,4 24,4 35,4 44,13 44,24 44,35 35,44 24,44 13,44 4,35 4,24z</Geometry>
<Geometry x:Key="AlertIconGeometry2">F1 M48,48z M0,0z M26,26L22,26 22,15 26,15 26,26z</Geometry>
<Geometry x:Key="AlertIconGeometry3">F1 M48,48z M0,0z M21.5,31.5C21.5,30.1 22.6,29 24,29 25.4,29 26.5,30.1 26.5,31.5 26.5,32.9 25.4,34 24,34 22.6,34 21.5,32.9 21.5,31.5z</Geometry>
<DrawingGroup x:Key="AlertIconDrawingGroup" ClipGeometry="M0,0 V48 H48 V0 H0 Z">
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="#FFF23622" Geometry="{StaticResource AlertIconGeometry1}" />
<GeometryDrawing Brush="#FFFFFFFF" Geometry="{StaticResource AlertIconGeometry2}" />
<GeometryDrawing Brush="#FFFFFFFF" Geometry="{StaticResource AlertIconGeometry3}" />
</DrawingGroup>
</DrawingGroup>
<DrawingImage x:Key="AlertIconDrawingImage" Drawing="{StaticResource AlertIconDrawingGroup}" />
<Geometry x:Key="WarningIconGeometry">F1 M1024,1024z M0,0z M1005.9,863.7L567.6,96.7C556.2,76.8 535,64.5 512,64.5 489,64.5 467.8,76.8 456.4,96.7L18.1,863.7C6.79999999999997,883.5 6.89999999999997,907.8 18.3,927.6 29.8,947.3 50.8,959.5 73.7,959.5L950.3,959.5C973.1,959.5 994.2,947.4 1005.7,927.6 1017.2,907.8 1017.2,883.6 1005.9,863.7z M576,831.5L448,831.5 448,703.5 576,703.5 576,831.5z M576,639.5L448,639.5 448,383.5 576,383.5 576,639.5z</Geometry>
<DrawingGroup x:Key="WarningIconDrawingGroup" ClipGeometry="M0,0 V1024 H1024 V0 H0 Z">
<GeometryDrawing Brush="#FFE0B119" Geometry="{StaticResource WarningIconGeometry}" />
<GeometryDrawing Brush="#FFFFFFFF">
<GeometryDrawing.Geometry>
<RectangleGeometry RadiusX="0" RadiusY="0" Rect="448,383.5,128,256" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
<GeometryDrawing Brush="#FFFFFFFF">
<GeometryDrawing.Geometry>
<RectangleGeometry RadiusX="0" RadiusY="0" Rect="448,703,128,128" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
</DrawingGroup>
<DrawingImage x:Key="WarningIconDrawingImage" Drawing="{StaticResource WarningIconDrawingGroup}" />
<Geometry x:Key="InfoIconGeometry1">F1 M48,48z M0,0z M44,24C44,35.045 35.045,44 24,44 12.955,44 4,35.045 4,24 4,12.955 12.955,4 24,4 35.045,4 44,12.955 44,24z</Geometry>
<Geometry x:Key="InfoIconGeometry2">F1 M48,48z M0,0z M22,22L26,22 26,33 22,33 22,22z</Geometry>
<Geometry x:Key="InfoIconGeometry3">F1 M48,48z M0,0z M26.5,16.5C26.5,17.879 25.379,19 24,19 22.621,19 21.5,17.879 21.5,16.5 21.5,15.121 22.621,14 24,14 25.379,14 26.5,15.121 26.5,16.5z</Geometry>
<DrawingGroup x:Key="InfoIconDrawingGroup" ClipGeometry="M0,0 V48 H48 V0 H0 Z">
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="#FF2196F3" Geometry="{StaticResource InfoIconGeometry1}" />
<GeometryDrawing Brush="#FFFFFFFF" Geometry="{StaticResource InfoIconGeometry2}" />
<GeometryDrawing Brush="#FFFFFFFF" Geometry="{StaticResource InfoIconGeometry3}" />
</DrawingGroup>
</DrawingGroup>
<DrawingImage x:Key="InfoIconDrawingImage" Drawing="{StaticResource InfoIconDrawingGroup}" />
<Geometry x:Key="ProgramsIconGeometry1">F1 M512,512z M0,0z M339.7,6L339.7,6 339.7,112.8 448.3,112.8z</Geometry>
<Geometry x:Key="ProgramsIconGeometry2">F1 M512,512z M0,0z M367.6,338.6L367.6,338.6C367.6,289.5,327.8,249.7,278.7,249.7L63.7,249.7 63.7,427.5 278.7,427.5C327.8,427.5,367.6,387.7,367.6,338.6z M159.5,386.1L103,386.1 103,296.1 159.1,296.1 159.1,308.2 118,308.2 118,333.6 153.2,333.6 153.2,345.7 118,345.7 118,374.2 159.5,374.2 159.5,386.1z M223.6,386.1L204,352.3 184.5,386.1 166.7,386.1 195,340.7 167.3,296.1 185,296.1 203.8,329.4 222.8,296.1 240.6,296.1 212.9,340.7 241.6,386.1 223.6,386.1z M253.4,296.1L309.5,296.1 309.5,308.2 268.4,308.2 268.4,333.6 303.6,333.6 303.6,345.7 268.4,345.7 268.4,374.2 310,374.2 310,386.2 253.4,386.2 253.4,296.1z</Geometry>
<Geometry x:Key="ProgramsIconGeometry3">F1 M512,512z M0,0z M327.7,6.3L81,6.3 81,237.6 278.7,237.6C334.3,237.6 379.6,282.9 379.6,338.5 379.6,394.1 334.3,439.4 278.7,439.4L81,439.4 81,506 447.7,506 448.3,124.8 327.7,124.8 327.7,6.3z</Geometry>
<DrawingGroup x:Key="ProgramsIconDrawingGroup" ClipGeometry="M0,0 V512 H512 V0 H0 Z">
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}"
Geometry="{StaticResource ProgramsIconGeometry1}" />
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}"
Geometry="{StaticResource ProgramsIconGeometry2}" />
<GeometryDrawing Brush="{DynamicResource AccentColour3SCBrush}"
Geometry="{StaticResource ProgramsIconGeometry3}" />
</DrawingGroup>
</DrawingGroup>
<DrawingImage x:Key="ProgramsIconDrawingImage" Drawing="{StaticResource ProgramsIconDrawingGroup}" />
<DrawingGroup x:Key="ProgramsIconSelectedDrawingGroup" ClipGeometry="M0,0 V512 H512 V0 H0 Z">
<DrawingGroup Opacity="1">
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}"
Geometry="{StaticResource ProgramsIconGeometry1}" />
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}"
Geometry="{StaticResource ProgramsIconGeometry2}" />
<GeometryDrawing Brush="{DynamicResource NavButtonIconColourSelected}"
Geometry="{StaticResource ProgramsIconGeometry3}" />
</DrawingGroup>
</DrawingGroup>
<DrawingImage x:Key="ProgramsIconSelectedDrawingImage" Drawing="{StaticResource ProgramsIconSelectedDrawingGroup}" />
<DrawingImage x:Key="FluxpointDevelopmentIconDrawingImage">
<DrawingImage.Drawing>
<DrawingGroup ClipGeometry="M0,0 V1024 H1024 V0 H0 Z">
<GeometryDrawing Brush="#FF2F3136">
<GeometryDrawing.Geometry>
<EllipseGeometry RadiusX="488" RadiusY="488" Center="509.49,512.89" />
</GeometryDrawing.Geometry>
</GeometryDrawing>
<GeometryDrawing Brush="#FF949FDF" Geometry="F1 M1024,1024z M0,0z M767.82,523.15L744.82,603.77 516.61,603.77 539.61,523.14 450.31,523.14 427.31,603.76 401.42,694.46 306.17,1028 395.47,1028 490.7,694.43 718.91,694.43 718.91,694.43C768.23,694.43,819.8,653.85,834.1,603.75L834.1,603.75 857.1,523.13z" />
<GeometryDrawing Geometry="F1 M1024,1024z M0,0z M466.42,466.65L555.72,466.65 783.93,466.7 873.23,466.7 873.23,466.7C887.53,416.6,859.14,375.99,809.82,375.98L809.82,375.98 581.61,375.98 492.31,375.98 492.31,375.98 466.42,466.68z">
<GeometryDrawing.Brush>
<LinearGradientBrush StartPoint="671.68,375.95" EndPoint="671.68,466.74" MappingMode="Absolute" SpreadMethod="Pad" Opacity="1">
<GradientStop Color="#FF947BDF" Offset="0" />
<GradientStop Color="#FF949FDF" Offset="1" />
</LinearGradientBrush>
</GeometryDrawing.Brush>
</GeometryDrawing>
<GeometryDrawing Brush="#FF947BDF" Geometry="F1 M1024,1024z M0,0z M480.62,222.25L480.62,222.25C431.3,222.25,379.73,262.84,365.43,312.93L365.43,312.93 347.43,375.93 175.58,375.87 149.69,466.57 321.53,466.63 228.9,791.13 32.05,791.07 6.18,881.76 41.35,881.85 58.35,881.85 203.02,881.85C252.34,881.85,303.92,841.26,318.22,791.17L318.22,791.17 409.13,472.71 409.13,472.71 447.13,339.71 447.13,339.71 454.73,313 990.62,313.14 1016.51,222.44z" />
</DrawingGroup>
</DrawingImage.Drawing>
</DrawingImage>
</ResourceDictionary>
================================================
FILE: MultiRPC/Assets/LottieAnimations/CreditsIconAnimation.json
================================================
{"v":"5.3.4","fr":60,"ip":0,"op":60,"w":150,"h":150,"nm":"CreditsIconAnimation ","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":1,"nm":"Colour","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[75,75,0],"ix":2},"a":{"a":0,"k":[400.5,329,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":0,"s":[{"i":[[-10.737,0],[0,0],[0,-10.737],[0,0],[10.737,0],[0,0],[0,10.737],[0,0]],"o":[[0,0],[10.737,0],[0,0],[0,10.737],[0,0],[-10.737,0],[0,0],[0,-10.737]],"v":[[349.113,254.75],[451.887,254.75],[471.328,274.19],[471.328,274.19],[451.887,293.631],[349.113,293.631],[329.672,274.19],[329.672,274.19]],"c":true}],"e":[{"i":[[-10.737,0],[0,0],[0,-10.736],[0,0],[10.737,0],[0,0],[0,10.738],[0,0]],"o":[[0,0],[10.737,0],[0,0],[0,10.738],[0,0],[-10.737,0],[0,0],[0,-10.736]],"v":[[349.113,365],[451.887,365],[471.328,384.44],[471.328,384.44],[451.887,403.882],[349.113,403.882],[329.672,384.44],[329.672,384.44]],"c":true}]},{"i":{"x":0.445,"y":0.73},"o":{"x":0.877,"y":0},"n":"0p445_0p73_0p877_0","t":30,"s":[{"i":[[-10.737,0],[0,0],[0,-10.736],[0,0],[10.737,0],[0,0],[0,10.738],[0,0]],"o":[[0,0],[10.737,0],[0,0],[0,10.738],[0,0],[-10.737,0],[0,0],[0,-10.736]],"v":[[349.113,365],[451.887,365],[471.328,384.44],[471.328,384.44],[451.887,403.882],[349.113,403.882],[329.672,384.44],[329.672,384.44]],"c":true}],"e":[{"i":[[-10.737,0],[0,0],[0,-10.737],[0,0],[10.737,0],[0,0],[0,10.737],[0,0]],"o":[[0,0],[10.737,0],[0,0],[0,10.737],[0,0],[-10.737,0],[0,0],[0,-10.737]],"v":[[349.113,254],[451.887,254],[471.328,273.44],[471.328,273.44],[451.887,292.881],[349.113,292.881],[329.672,273.44],[329.672,273.44]],"c":true}]},{"t":59}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 2"},{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":0,"s":[{"i":[[-10.737,0],[0,0],[0,-10.737],[0,0],[10.737,0],[0,0],[0,10.737],[0,0]],"o":[[0,0],[10.737,0],[0,0],[0,10.737],[0,0],[-10.737,0],[0,0],[0,-10.737]],"v":[[349.113,309.56],[451.887,309.56],[471.328,329],[471.328,329],[451.887,348.44],[349.113,348.44],[329.672,329],[329.672,329]],"c":true}],"e":[{"i":[[-10.737,0],[0,0],[0,-10.736],[0,0],[10.737,0],[0,0],[0,10.736],[0,0]],"o":[[0,0],[10.737,0],[0,0],[0,10.736],[0,0],[-10.737,0],[0,0],[0,-10.736]],"v":[[349.113,364.995],[451.887,364.995],[471.328,384.434],[471.328,384.434],[451.887,403.874],[349.113,403.874],[329.672,384.434],[329.672,384.434]],"c":true}]},{"i":{"x":0.445,"y":0.73},"o":{"x":0.877,"y":0},"n":"0p445_0p73_0p877_0","t":30,"s":[{"i":[[-10.737,0],[0,0],[0,-10.736],[0,0],[10.737,0],[0,0],[0,10.736],[0,0]],"o":[[0,0],[10.737,0],[0,0],[0,10.736],[0,0],[-10.737,0],[0,0],[0,-10.736]],"v":[[349.113,364.995],[451.887,364.995],[471.328,384.434],[471.328,384.434],[451.887,403.874],[349.113,403.874],[329.672,384.434],[329.672,384.434]],"c":true}],"e":[{"i":[[-10.737,0],[0,0],[0,-10.737],[0,0],[10.737,0],[0,0],[0,10.737],[0,0]],"o":[[0,0],[10.737,0],[0,0],[0,10.737],[0,0],[-10.737,0],[0,0],[0,-10.737]],"v":[[349.113,309.56],[451.887,309.56],[471.328,329],[471.328,329],[451.887,348.44],[349.113,348.44],[329.672,329],[329.672,329]],"c":true}]},{"t":59}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 3"},{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":0,"s":[{"i":[[-10.737,0],[0,0],[0,-10.737],[0,0],[10.737,0],[0,0],[0,10.737],[0,0]],"o":[[0,0],[10.737,0],[0,0],[0,10.737],[0,0],[-10.737,0],[0,0],[0,-10.737]],"v":[[349.113,365.119],[451.887,365.119],[471.328,384.56],[471.328,384.56],[451.887,404],[349.113,404],[329.672,384.56],[329.672,384.56]],"c":true}],"e":[{"i":[[-10.737,0],[0,0],[0,-10.737],[0,0],[10.737,0],[0,0],[0,10.737],[0,0]],"o":[[0,0],[10.737,0],[0,0],[0,10.737],[0,0],[-10.737,0],[0,0],[0,-10.737]],"v":[[349.113,365.119],[451.887,365.119],[471.328,384.56],[471.328,384.56],[451.887,404],[349.113,404],[329.672,384.56],[329.672,384.56]],"c":true}]},{"i":{"x":0.445,"y":0.73},"o":{"x":0.877,"y":0},"n":"0p445_0p73_0p877_0","t":30,"s":[{"i":[[-10.737,0],[0,0],[0,-10.737],[0,0],[10.737,0],[0,0],[0,10.737],[0,0]],"o":[[0,0],[10.737,0],[0,0],[0,10.737],[0,0],[-10.737,0],[0,0],[0,-10.737]],"v":[[349.113,365.119],[451.887,365.119],[471.328,384.56],[471.328,384.56],[451.887,404],[349.113,404],[329.672,384.56],[329.672,384.56]],"c":true}],"e":[{"i":[[-10.737,0],[0,0],[0,-10.737],[0,0],[10.737,0],[0,0],[0,10.737],[0,0]],"o":[[0,0],[10.737,0],[0,0],[0,10.737],[0,0],[-10.737,0],[0,0],[0,-10.737]],"v":[[349.113,365.119],[451.887,365.119],[471.328,384.56],[471.328,384.56],[451.887,404],[349.113,404],[329.672,384.56],[329.672,384.56]],"c":true}]},{"t":59}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 4"}],"sw":801,"sh":658,"sc":"#ffffff","ip":0,"op":60,"st":0,"bm":0}],"markers":[]}
================================================
FILE: MultiRPC/Assets/LottieAnimations/CustomIconAnimation.json
================================================
{"v":"5.3.4","fr":60,"ip":0,"op":120,"w":107,"h":159,"nm":"CustomIconAnimation","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":1,"nm":"White Solid 1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[53.5,79.5,0],"ix":2},"a":{"a":0,"k":[53.5,79.5,0],"ix":1},"s":{"a":0,"k":[100,100,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[-11.648,0],[0,-11.648],[11.648,0],[0,11.648]],"o":[[11.648,0],[0,11.648],[-11.648,0],[0,-11.648]],"v":[[21.589,58.413],[42.679,79.503],[21.589,100.594],[0.498,79.503]],"c":true}],"e":[{"i":[[-11.648,0],[0,-11.648],[11.648,0],[0,11.648]],"o":[[11.648,0],[0,11.648],[-11.648,0],[0,-11.648]],"v":[[21.589,58.413],[42.679,79.503],[21.589,100.594],[0.498,79.503]],"c":true}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":20,"s":[{"i":[[-11.648,0],[0,-11.648],[11.648,0],[0,11.648]],"o":[[11.648,0],[0,11.648],[-11.648,0],[0,-11.648]],"v":[[21.589,58.413],[42.679,79.503],[21.589,100.594],[0.498,79.503]],"c":true}],"e":[{"i":[[-11.648,0],[0,-11.648],[11.648,0],[0,11.648]],"o":[[11.648,0],[0,11.648],[-11.648,0],[0,-11.648]],"v":[[21.589,58.413],[42.679,79.503],[21.589,100.594],[0.498,79.503]],"c":true}]},{"t":30}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":0,"s":[{"i":[[-11.648,0],[-3.816,-3.816],[0,-5.824],[3.817,-3.817],[5.824,0],[0,11.648]],"o":[[5.824,0],[3.817,3.817],[0,5.824],[-3.816,3.817],[-11.648,0],[0,-11.648]],"v":[[21.589,116.71],[36.502,122.887],[42.679,137.8],[36.502,152.714],[21.589,158.891],[0.498,137.8]],"c":true}],"e":[{"i":[[-11.708,0],[0,0],[0,-14.734],[14.698,0],[0,0],[0,16.207]],"o":[[0,0],[11.708,0],[0,14.391],[0,0],[-11.708,0],[0,-16.168]],"v":[[21.698,115.718],[85.302,115.718],[106.283,136.984],[85.302,158.117],[21.698,158.117],[0.498,136.918]],"c":true}]},{"i":{"x":0.383,"y":0.534},"o":{"x":0.754,"y":0},"n":"0p383_0p534_0p754_0","t":20,"s":[{"i":[[-11.708,0],[0,0],[0,-14.734],[14.698,0],[0,0],[0,16.207]],"o":[[0,0],[11.708,0],[0,14.391],[0,0],[-11.708,0],[0,-16.168]],"v":[[21.698,115.718],[85.302,115.718],[106.283,136.984],[85.302,158.117],[21.698,158.117],[0.498,136.918]],"c":true}],"e":[{"i":[[-11.648,0],[-3.816,-3.816],[0,-5.824],[3.817,-3.817],[5.824,0],[0,11.648]],"o":[[5.824,0],[3.817,3.817],[0,5.824],[-3.816,3.817],[-11.648,0],[0,-11.648]],"v":[[21.589,116.71],[36.502,122.887],[42.679,137.8],[36.502,152.714],[21.589,158.891],[0.498,137.8]],"c":true}]},{"t":120}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 2"},{"inv":false,"mode":"f","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0.167},"n":"0_1_0p167_0p167","t":0,"s":[{"i":[[-11.708,0],[0,0],[0,-11.708],[0,0],[11.708,0],[0,0],[0,11.708],[0,0]],"o":[[0,0],[11.708,0],[0,0],[0,11.708],[0,0],[-11.708,0],[0,0],[0,-11.708]],"v":[[21.698,0.109],[85.302,0.109],[106.502,21.309],[106.502,21.309],[85.302,42.508],[21.698,42.508],[0.498,21.309],[0.498,21.309]],"c":true}],"e":[{"i":[[-11.708,0],[0,0],[0,-11.708],[0,0],[11.708,0],[0,0],[0,11.708],[0,0]],"o":[[0,0],[11.708,0],[0,0],[0,11.708],[0,0],[-11.708,0],[0,0],[0,-11.708]],"v":[[21.698,0.109],[21.912,0.109],[43.111,21.309],[43.111,21.309],[21.912,42.508],[21.698,42.508],[0.498,21.309],[0.498,21.309]],"c":true}]},{"i":{"x":0.383,"y":0.534},"o":{"x":0.754,"y":0},"n":"0p383_0p534_0p754_0","t":20,"s":[{"i":[[-11.708,0],[0,0],[0,-11.708],[0,0],[11.708,0],[0,0],[0,11.708],[0,0]],"o":[[0,0],[11.708,0],[0,0],[0,11.708],[0,0],[-11.708,0],[0,0],[0,-11.708]],"v":[[21.698,0.109],[21.912,0.109],[43.111,21.309],[43.111,21.309],[21.912,42.508],[21.698,42.508],[0.498,21.309],[0.498,21.309]],"c":true}],"e":[{"i":[[-11.708,0],[0,0],[0,-11.708],[0,0],[11.708,0],[0,0],[0,11.708],[0,0]],"o":[[0,0],[11.708,0],[0,0],[0,11.708],[0,0],[-11.708,0],[0,0],[0,-11.708]],"v":[[21.698,0.109],[85.302,0.109],[106.502,21.309],[106.502,21.309],[85.302,42.508],[21.698,42.508],[0.498,21.309],[0.498,21.309]],"c":true}]},{"t":120}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 3"}],"sw":107,"sh":159,"sc":"#ffffff","ip":0,"op":120,"st":0,"bm":0}],"markers":[]}
================================================
FILE: MultiRPC/Assets/LottieAnimations/DiscordIconAnimation.json
================================================
{"v":"5.3.4","fr":60,"ip":0,"op":61,"w":200,"h":164,"nm":"DiscordIconAnimation","ddd":0,"assets":[],"layers":[{"ddd":0,"ind":1,"ty":1,"nm":"Colour","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":0,"k":[100,82,0],"ix":2},"a":{"a":0,"k":[400.5,329,0],"ix":1},"s":{"a":0,"k":[39.537,39.537,100],"ix":6}},"ao":0,"hasMask":true,"masksProperties":[{"inv":false,"mode":"a","pt":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"n":"0p833_0p833_0p167_0p167","t":0,"s":[{"i":[[3,0],[24.23,-14.373],[0.855,-0.819],[0.838,-0.803],[2.303,-1.542],[2.227,-2.661],[2.327,-4.629],[4.752,-12.234],[3.846,-62.704],[0,-7.667],[-8.965,-7.634],[-11.842,-5.918],[-5.886,-2.196],[-7.06,-1.812],[-7.485,-1.122],[-5.517,1.995],[-2.391,2.88],[-1.781,2.187],[-3.353,6.483],[10.352,5.993],[0.953,0.632],[1.336,1.022],[5.511,7.425],[-2.634,1.968],[-21.417,-7.412],[-3.376,-1.014],[-3.469,-0.905],[-3.401,-0.827],[-24.878,-0.231],[-42.205,24.405],[32.84,-8.16],[-0.734,-0.939],[-1.429,-1.869],[-0.581,-0.716],[-1.371,-1.612],[-2.551,-3.074],[-0.545,-0.712],[-2.354,-0.732],[-8.173,1.076],[-13.436,7.447],[-9.93,8.803],[-4.353,4.586],[-1.131,4.774],[1.087,12.872],[7.957,29.012],[9.537,22.252],[1.016,2.371],[1.479,3.307],[1.984,4.077],[0.881,1.057],[0.919,0.642],[0.852,0.602],[0.499,0.225],[0.37,0.247],[0.511,0.23],[0.358,0.248],[3.643,2.121],[30.049,3.13],[3.667,0],[-0.816,-2.29],[-4.099,-1.487],[-4.008,-1.718],[-18.01,-12.677],[-1.697,-1.362],[0.63,-1.625],[57.178,2.514],[48.255,-25.326],[-36.613,11.455],[0.138,-0.268],[0.458,2.848]],"o":[[-32.875,3.504],[-1.178,0.699],[-0.85,0.815],[-1.024,0.981],[-3.783,2.533],[-2.514,3.005],[-5.493,10.926],[-19.492,50.186],[0,7.667],[6.894,7.868],[8.341,7.103],[4.917,2.457],[5.702,2.128],[6.144,1.577],[7.057,1.058],[1.475,-0.533],[2.665,-3.21],[5.421,-6.656],[-14.261,-3.548],[-1.746,-1.011],[-1.909,-1.267],[-8.127,-6.215],[-0.664,-0.894],[17.823,12.077],[3.243,1.122],[3.305,0.993],[3.545,0.925],[20.998,5.103],[66.36,0.617],[-18.142,22.858],[-1.009,1.432],[1.944,2.486],[0.491,0.641],[1.352,1.667],[2.057,2.419],[0.629,0.758],[1.853,2.423],[4.967,1.545],[21.465,-2.825],[9.777,-5.419],[3.479,-3.084],[4.509,-4.75],[2.007,-8.474],[-3.108,-36.799],[-6.35,-23.15],[-1.171,-2.731],[-1.416,-3.305],[-2.002,-4.476],[-1.223,-2.514],[-0.681,-0.817],[-0.832,-0.581],[-0.441,-0.311],[-0.324,-0.146],[-0.46,-0.307],[-0.317,-0.143],[-3.611,-2.5],[-24.181,-14.079],[-3.667,0],[-0.715,2.483],[0.35,0.982],[3.398,1.233],[20.524,8.796],[1.935,1.362],[0.865,0.694],[-38.066,-20.416],[-74.391,-3.271],[21.76,-19.106],[3.775,-1.181],[1.418,-2.763],[-3,0]],"v":[[323,150],[235,179],[233,180],[230,182],[223,186],[212,194],[206,207],[189,244],[150,421],[150,444],[173,469],[203,488],[219,496],[238,501],[258,505],[281,507],[288,499],[295,490],[309,472],[270,455],[266,452],[261,449],[240,428],[238,424],[300,453],[310,457],[321,459],[331,462],[402,471],[567,424],[492,472],[494,476],[499,483],[501,485],[505,490],[513,498],[514,501],[521,507],[544,506],[599,488],[627,468],[639,456],[650,442],[649,405],[632,306],[606,231],[603,224],[599,214],[592,201],[589,194],[586,193],[584,190],[582,190],[581,188],[579,188],[578,186],[566,179],[479,150],[468,150],[463,157],[486,164],[496,168],[556,201],[562,205],[565,209],[418,168],[227,209],[320,160],[336,156],[332,150]],"c":true}],"e":[{"i":[[3,0],[24.23,-14.373],[0.855,-0.819],[0.838,-0.803],[2.303,-1.542],[2.227,-2.661],[2.327,-4.629],[4.752,-12.234],[3.846,-62.704],[0,-7.667],[-8.965,-7.634],[-11.842,-5.918],[-5.886,-2.196],[-7.06,-1.812],[-7.485,-1.122],[-5.517,1.995],[-2.391,2.88],[-1.781,2.187],[-3.353,6.483],[10.352,5.993],[0.953,0.632],[1.336,1.022],[5.511,7.425],[-2.634,1.968],[-21.417,-7.412],[-3.376,-1.014],[-3.469,-0.905],[-3.401,-0.827],[-24.878,-0.231],[-42.205,24.405],[32.84,-8.16],[-0.734,-0.939],[-1.429,-1.869],[-0.581,-0.716],[-1.371,-1.612],[-2.551,-3.074],[-0.545,-0.712],[-2.354,-0.732],[-8.173,1.076],[-13.436,7.447],[-9.93,8.803],[-4.353,4.586],[-1.131,4.774],[1.087,12.872],[7.957,29.012],[9.537,22.252],[1.016,2.371],[1.479,3.307],[1.984,4.077],[0.881,1.057],[0.919,0.642],[0.852,0.602],[0.499,0.225],[0.37,0.247],[0.511,0.23],[0.358,0.248],[3.643,2.121],[30.049,3.13],[3.667,0],[-0.816,-2.29],[-4.099,-1.487],[-4.008,-1.718],[-18.01,-12.677],[-1.697,-1.362],[0.63,-1.625],[57.178,2.514],[48.255,-25.326],[-36.613,11.455],[0.138,-0.268],[0.458,2.848]],"o":[[-32.875,3.504],[-1.178,0.699],[-0.85,0.815],[-1.024,0.981],[-3.783,2.533],[-2.514,3.005],[-5.493,10.926],[-19.492,50.186],[0,7.667],[6.894,7.868],[8.341,7.103],[4.917,2.457],[5.702,2.128],[6.144,1.577],[7.057,1.058],[1.475,-0.533],[2.665,-3.21],[5.421,-6.656],[-14.261,-3.548],[-1.746,-1.011],[-1.909,-1.267],[-8.127,-6.215],[-0.664,-0.894],[17.823,12.077],[3.243,1.122],[3.305,0.993],[3.545,0.925],[20.998,5.103],[66.36,0.617],[-18.142,22.858],[-1.009,1.432],[1.944,2.486],[0.491,0.641],[1.352,1.667],[2.057,2.419],[0.629,0.758],[1.853,2.423],[4.967,1.545],[21.465,-2.825],[9.777,-5.419],[3.479,-3.084],[4.509,-4.75],[2.007,-8.474],[-3.108,-36.799],[-6.35,-23.15],[-1.171,-2.731],[-1.416,-3.305],[-2.002,-4.476],[-1.223,-2.514],[-0.681,-0.817],[-0.832,-0.581],[-0.441,-0.311],[-0.324,-0.146],[-0.46,-0.307],[-0.317,-0.143],[-3.611,-2.5],[-24.181,-14.079],[-3.667,0],[-0.715,2.483],[0.35,0.982],[3.398,1.233],[20.524,8.796],[1.935,1.362],[0.865,0.694],[-38.066,-20.416],[-74.391,-3.271],[21.76,-19.106],[3.775,-1.181],[1.418,-2.763],[-3,0]],"v":[[323,150],[235,179],[233,180],[230,182],[223,186],[212,194],[206,207],[189,244],[150,421],[150,444],[173,469],[203,488],[219,496],[238,501],[258,505],[281,507],[288,499],[295,490],[309,472],[270,455],[266,452],[261,449],[240,428],[238,424],[300,453],[310,457],[321,459],[331,462],[402,471],[567,424],[492,472],[494,476],[499,483],[501,485],[505,490],[513,498],[514,501],[521,507],[544,506],[599,488],[627,468],[639,456],[650,442],[649,405],[632,306],[606,231],[603,224],[599,214],[592,201],[589,194],[586,193],[584,190],[582,190],[581,188],[579,188],[578,186],[566,179],[479,150],[468,150],[463,157],[486,164],[496,168],[556,201],[562,205],[565,209],[418,168],[227,209],[320,160],[336,156],[332,150]],"c":true}]},{"t":36}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 1"},{"inv":false,"mode":"s","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[{"i":[[4.137,-11.897],[-2.957,-6.723],[-4.584,-3.82],[-1.032,-0.688],[-0.848,-0.813],[-3.578,-0.463],[-7.555,12.154],[-0.714,2.362],[-0.163,0.526],[3.974,8.396],[11.418,2.67],[7.231,-1.324]],"o":[[-3.293,9.47],[3.022,6.872],[1.605,1.338],[1.895,1.263],[2.652,2.541],[23.339,3.022],[1.276,-2.053],[0.114,-0.377],[3.375,-10.913],[-5.134,-10.845],[-5.86,-1.37],[-15.862,2.904]],"v":[[281,338],[281,372],[293,390],[298,395],[303,397],[316,402],[360,379],[362,374],[364,372],[362,334],[333,310],[314,310]],"c":true}],"e":[{"i":[[4.137,-11.897],[-2.957,-6.723],[-4.584,-3.82],[-1.032,-0.688],[-0.848,-0.813],[-3.578,-0.463],[-7.555,12.154],[-0.714,2.362],[-0.163,0.526],[3.974,8.396],[11.418,2.67],[7.231,-1.324]],"o":[[-3.293,9.47],[3.022,6.872],[1.605,1.338],[1.895,1.263],[2.652,2.541],[23.339,3.022],[1.276,-2.053],[0.114,-0.377],[3.375,-10.913],[-5.134,-10.845],[-5.86,-1.37],[-15.862,2.904]],"v":[[242.97,313.996],[242.97,347.996],[254.97,365.996],[259.97,370.996],[264.97,372.996],[277.97,377.996],[321.97,354.996],[323.97,349.996],[325.97,347.996],[323.97,309.996],[294.97,285.996],[275.97,285.996]],"c":true}]},{"i":{"x":0,"y":0},"o":{"x":0.514,"y":0},"n":"0_0_0p514_0","t":30,"s":[{"i":[[4.137,-11.897],[-2.957,-6.723],[-4.584,-3.82],[-1.032,-0.688],[-0.848,-0.813],[-3.578,-0.463],[-7.555,12.154],[-0.714,2.362],[-0.163,0.526],[3.974,8.396],[11.418,2.67],[7.231,-1.324]],"o":[[-3.293,9.47],[3.022,6.872],[1.605,1.338],[1.895,1.263],[2.652,2.541],[23.339,3.022],[1.276,-2.053],[0.114,-0.377],[3.375,-10.913],[-5.134,-10.845],[-5.86,-1.37],[-15.862,2.904]],"v":[[242.97,313.996],[242.97,347.996],[254.97,365.996],[259.97,370.996],[264.97,372.996],[277.97,377.996],[321.97,354.996],[323.97,349.996],[325.97,347.996],[323.97,309.996],[294.97,285.996],[275.97,285.996]],"c":true}],"e":[{"i":[[4.137,-11.897],[-2.957,-6.723],[-4.584,-3.82],[-1.032,-0.688],[-0.848,-0.813],[-3.578,-0.463],[-7.555,12.154],[-0.714,2.362],[-0.163,0.526],[3.974,8.396],[11.418,2.67],[7.231,-1.324]],"o":[[-3.293,9.47],[3.022,6.872],[1.605,1.338],[1.895,1.263],[2.652,2.541],[23.339,3.022],[1.276,-2.053],[0.114,-0.377],[3.375,-10.913],[-5.134,-10.845],[-5.86,-1.37],[-15.862,2.904]],"v":[[281,338],[281,372],[293,390],[298,395],[303,397],[316,402],[360,379],[362,374],[364,372],[362,334],[333,310],[314,310]],"c":true}]},{"t":60}],"ix":1},"o":{"a":0,"k":100,"ix":3},"x":{"a":0,"k":0,"ix":4},"nm":"Mask 2"},{"inv":false,"mode":"s","pt":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"n":"0_1_0p333_0","t":0,"s":[{"i":[[4.1,-11.911],[-27.941,-6.237],[-4.21,19.564],[2.997,6.652],[11.864,2.684],[5.879,-1.076]],"o":[[-8.811,25.596],[28.053,6.262],[2.227,-10.348],[-5.816,-12.911],[-5.235,-1.184],[-14.962,2.739]],"v":[[438,337],[469,401],[521,368],[519,336],[489,310],[471,310]],"c":true}],"e":[{"i":[[4.1,-11.911],[-27.941,-6.237],[-4.21,19.564],[2.997,6.652],[11.864,2.684],[5.879,-1.076]],"o":[[-8.811,25.596],[28.053,6.262],[2.227,-10.348],[-5.816,-12.911],[-5.235,-1.184],[-14.963,2.739]],"v":[[399.969,312.996],[430.969,376.996],[482.97,343.996],[480.97,311.996],[450.97,285.996],[432.97,285.996]],"c":true}]},{"i":{"x":0,"y":0},"o":{"x":0.514,"y":0},"n":"0_0_0p514_0","t":30,"s":[{"i":[[4.1,-11.911],[-27.941,-6.237],[-4.21,19.564],[2.997,6.652],[11.864,2.684],[5.879,-1.076]],"o":[[-8.811,25.596],[28.053,6.262],[2.227,-10.348],[-5.816,-12.911],[-5.235,-1.184],[-14.963,2.739]],"v":[[399.969,312.996],[430.969,376.996],[482.97,343.996],[480.97,311.996],[450.97,285.996],[432.97,285.996]],"c":true}],"e":[{"i":[[4.1,-11.911],[-27.941,-6.237],[-4.21,19.564],[2.997,6.652],[11.864,2.684],[5.879,-1.076]],"o":[[-8.811,25.596],[28.053,6.262],[2.227,-10.348],[-5.816,-12.911],[-5.235,-1.184],[-14.
gitextract_h8h55mua/ ├── .gitattributes ├── .github/ │ └── FUNDING.yml ├── .gitignore ├── LICENSE ├── MultiRPC/ │ ├── App.config │ ├── App.xaml │ ├── App.xaml.cs │ ├── Assets/ │ │ ├── Icons.xaml │ │ ├── LottieAnimations/ │ │ │ ├── CreditsIconAnimation.json │ │ │ ├── CustomIconAnimation.json │ │ │ ├── DiscordIconAnimation.json │ │ │ ├── IconAnimations.aep │ │ │ ├── LogsIconAnimation.json │ │ │ └── SettingsIconAnimation.json │ │ ├── MultiRPCLogo.ai │ │ ├── Other/ │ │ │ ├── Loading Animation.aep │ │ │ └── Loading Animation.prproj │ │ ├── Svg files/ │ │ │ └── Update.cmd │ │ └── Themes/ │ │ └── DesignerTheme.xaml │ ├── Data.cs │ ├── Functions/ │ │ ├── Animations.cs │ │ ├── BitmapDownloader.cs │ │ ├── Checks.cs │ │ ├── ClickOnceUpdater.cs │ │ ├── FileWatch.cs │ │ ├── IUpdate.cs │ │ ├── Logging.cs │ │ ├── SimpleUpdater.cs │ │ ├── TriggerWatch.cs │ │ ├── Updater.cs │ │ ├── Uri.Extra.cs │ │ └── Utils.cs │ ├── GUI/ │ │ ├── Controls/ │ │ │ ├── MultiRPCAndCustomDictionary.xaml │ │ │ ├── TabPage.xaml │ │ │ ├── TabPage.xaml.cs │ │ │ └── ToolTip.cs │ │ ├── MainWindow.xaml │ │ ├── MainWindow.xaml.cs │ │ ├── MessageBox/ │ │ │ ├── CustomMessageBox.cs │ │ │ ├── MessageBoxPage.xaml │ │ │ └── MessageBoxPage.xaml.cs │ │ ├── Pages/ │ │ │ ├── ChangelogPage.xaml │ │ │ ├── ChangelogPage.xaml.cs │ │ │ ├── CreditsPage.xaml │ │ │ ├── CreditsPage.xaml.cs │ │ │ ├── Custom Pages/ │ │ │ │ ├── CustomPage.xaml │ │ │ │ ├── CustomPage.xaml.cs │ │ │ │ ├── MasterCustomPage.xaml │ │ │ │ ├── MasterCustomPage.xaml.cs │ │ │ │ ├── TriggerPage.xaml │ │ │ │ └── TriggerPage.xaml.cs │ │ │ ├── DebugPage.xaml │ │ │ ├── DebugPage.xaml.cs │ │ │ ├── EditProfileNamePage.xaml │ │ │ ├── EditProfileNamePage.xaml.cs │ │ │ ├── LogsPage.xaml │ │ │ ├── LogsPage.xaml.cs │ │ │ ├── MainPage.xaml │ │ │ ├── MainPage.xaml.cs │ │ │ ├── MainPageThumbnail.xaml │ │ │ ├── MainPageThumbnail.xaml.cs │ │ │ ├── MultiRPCAndCustomLogic.cs │ │ │ ├── MultiRPCPage.xaml │ │ │ ├── MultiRPCPage.xaml.cs │ │ │ ├── ProgramsPage.xaml │ │ │ ├── ProgramsPage.xaml.cs │ │ │ ├── SettingsPage.xaml │ │ │ ├── SettingsPage.xaml.cs │ │ │ ├── ShareProfilePage.xaml │ │ │ ├── ShareProfilePage.xaml.cs │ │ │ ├── Theme Pages/ │ │ │ │ ├── InstalledThemes.xaml │ │ │ │ ├── InstalledThemes.xaml.cs │ │ │ │ ├── MasterThemeEditorPage.xaml │ │ │ │ ├── MasterThemeEditorPage.xaml.cs │ │ │ │ ├── ThemeEditorPage.xaml │ │ │ │ └── ThemeEditorPage.xaml.cs │ │ │ ├── UpdateFailedPage.xaml │ │ │ ├── UpdateFailedPage.xaml.cs │ │ │ ├── UpdatePage.xaml │ │ │ └── UpdatePage.xaml.cs │ │ └── Views/ │ │ ├── RPCPreview.xaml │ │ └── RPCPreview.xaml.cs │ ├── JsonClasses/ │ │ ├── Config.cs │ │ ├── CreditsList.cs │ │ ├── CustomProfile.cs │ │ ├── Day.cs │ │ ├── FileLocations.cs │ │ ├── ProcessWatcher.cs │ │ ├── Theme.cs │ │ ├── UIText.cs │ │ └── Version.cs │ ├── Lang/ │ │ ├── en-gb.json │ │ └── es.json │ ├── MultiRPC.csproj │ ├── MultiRPCCore.csproj │ ├── Ooki-Dialogs-Wpf-license.txt │ ├── Properties/ │ │ ├── AssemblyInfo.cs │ │ ├── Settings.Designer.cs │ │ ├── Settings.settings │ │ └── app.manifest │ ├── RPC.cs │ └── multirpc.VisualElementsManifest.xml ├── MultiRPC.sln └── README.md
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<string, string> 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<BitmapImage> 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<string> 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<object> 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<MessageBoxResult> _Show(string messageBoxTex...
method DefaultReturn (line 64) | private static MessageBoxResult DefaultReturn(MessageBoxButton button,...
method Show (line 81) | public static async Task<MessageBoxResult> Show(string messageBoxText,...
method Show (line 87) | public static async Task<MessageBoxResult> Show(string messageBoxText,...
method Show (line 94) | public static async Task<MessageBoxResult> Show(string messageBoxText,...
method Show (line 101) | public static async Task<MessageBoxResult> Show(string messageBoxText,...
method Show (line 107) | public static async Task<MessageBoxResult> 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<bool> 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<TimeSpan> editLogic, Te...
method FileFolderLogic (line 188) | private void FileFolderLogic(string text, Action<string> 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<string, CustomPro...
method ButDone_OnClick (line 32) | private async void ButDone_OnClick(object sender, RoutedEventArgs e)
method CanUpdateProfileName (line 41) | private async Task<bool> 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<string> CheckImageText(TextBox textBox)
class ClientCheck (line 38) | internal class ClientCheck
method CanRunRPC (line 43) | public static async Task<bool> CanRunRPC(TextBox tbText1, TextBox tbTe...
method CanRunRPC (line 215) | public static async Task<bool> 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<bool> 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<Frame> 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<StackPanel> 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<Frame> 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<Theme> 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<bool> 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()
Condensed preview — 104 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (1,246K chars).
[
{
"path": ".gitattributes",
"chars": 2518,
"preview": "###############################################################################\n# Set default behavior to automatically "
},
{
"path": ".github/FUNDING.yml",
"chars": 51,
"preview": "patreon: fluxpointdev\ncustom: fluxpoint.dev/donate\n"
},
{
"path": ".gitignore",
"chars": 4367,
"preview": "## Ignore Visual Studio temporary files, build results, and\n## files generated by popular Visual Studio add-ons.\n\n# User"
},
{
"path": "LICENSE",
"chars": 35112,
"preview": " GNU GENERAL PUBLIC LICENSE\n Version 3, 29 June 2007\n\n Copyright (C) 2018 xXBui"
},
{
"path": "MultiRPC/App.config",
"chars": 521,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n\n<configuration>\n <startup>\n <supportedRuntime version=\"v4.0\" sku=\".NETFrame"
},
{
"path": "MultiRPC/App.xaml",
"chars": 73429,
"preview": "<Application\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n xmlns:x=\"http://schemas.microsof"
},
{
"path": "MultiRPC/App.xaml.cs",
"chars": 8879,
"preview": "using System;\nusing System.Collections.Generic;\nusing System.Diagnostics;\nusing System.IO;\nusing System.Linq;\nusing Sys"
},
{
"path": "MultiRPC/Assets/Icons.xaml",
"chars": 54284,
"preview": "<ResourceDictionary xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n xmlns:x=\"http:"
},
{
"path": "MultiRPC/Assets/LottieAnimations/CreditsIconAnimation.json",
"chars": 4984,
"preview": "{\"v\":\"5.3.4\",\"fr\":60,\"ip\":0,\"op\":60,\"w\":150,\"h\":150,\"nm\":\"CreditsIconAnimation \",\"ddd\":0,\"assets\":[],\"layers\":[{\"ddd\":0,"
},
{
"path": "MultiRPC/Assets/LottieAnimations/CustomIconAnimation.json",
"chars": 4357,
"preview": "{\"v\":\"5.3.4\",\"fr\":60,\"ip\":0,\"op\":120,\"w\":107,\"h\":159,\"nm\":\"CustomIconAnimation\",\"ddd\":0,\"assets\":[],\"layers\":[{\"ddd\":0,\""
},
{
"path": "MultiRPC/Assets/LottieAnimations/DiscordIconAnimation.json",
"chars": 10273,
"preview": "{\"v\":\"5.3.4\",\"fr\":60,\"ip\":0,\"op\":61,\"w\":200,\"h\":164,\"nm\":\"DiscordIconAnimation\",\"ddd\":0,\"assets\":[],\"layers\":[{\"ddd\":0,\""
},
{
"path": "MultiRPC/Assets/LottieAnimations/LogsIconAnimation.json",
"chars": 8046,
"preview": "{\"v\":\"5.3.4\",\"fr\":60,\"ip\":0,\"op\":60,\"w\":156,\"h\":156,\"nm\":\"LogsIconAnimation \",\"ddd\":0,\"assets\":[],\"layers\":[{\"ddd\":0,\"in"
},
{
"path": "MultiRPC/Assets/LottieAnimations/SettingsIconAnimation.json",
"chars": 2742,
"preview": "{\"v\":\"5.3.4\",\"fr\":60,\"ip\":0,\"op\":60,\"w\":150,\"h\":150,\"nm\":\"SettingsIconAnimation\",\"ddd\":0,\"assets\":[],\"layers\":[{\"ddd\":0,"
},
{
"path": "MultiRPC/Assets/MultiRPCLogo.ai",
"chars": 492723,
"preview": "%PDF-1.5\r%\r\n1 0 obj\r<</Metadata 2 0 R/OCProperties<</D<</OFF[5 0 R]/ON[6 0 R 7 0 R]/Order 8 0 R/RBGroups[]>>/OCGs[6 0 R "
},
{
"path": "MultiRPC/Assets/Svg files/Update.cmd",
"chars": 76,
"preview": "SvgToXaml.exe BuildDict /inputdir \".\" /outputdir \".\" /outputname Icons\npause"
},
{
"path": "MultiRPC/Assets/Themes/DesignerTheme.xaml",
"chars": 1738,
"preview": "<ResourceDictionary xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n xmlns:x=\"http"
},
{
"path": "MultiRPC/Data.cs",
"chars": 2290,
"preview": "using System.Collections.Generic;\n\nnamespace MultiRPC\n{\n public static class Data\n {\n public static Dictio"
},
{
"path": "MultiRPC/Functions/Animations.cs",
"chars": 2665,
"preview": "using System;\nusing System.Threading.Tasks;\nusing System.Windows;\nusing System.Windows.Media.Animation;\n\nnamespace Mult"
},
{
"path": "MultiRPC/Functions/BitmapDownloader.cs",
"chars": 655,
"preview": "using System;\nusing System.Threading.Tasks;\nusing System.Windows.Media;\nusing System.Windows.Media.Imaging;\n\nnamespace "
},
{
"path": "MultiRPC/Functions/Checks.cs",
"chars": 260,
"preview": "using System.Text;\n\nnamespace MultiRPC.Functions\n{\n public static class Checks\n {\n public static bool Unde"
},
{
"path": "MultiRPC/Functions/ClickOnceUpdater.cs",
"chars": 9848,
"preview": "using MultiRPC.GUI;\nusing MultiRPC.GUI.Controls;\nusing MultiRPC.GUI.Pages;\nusing MultiRPC.JsonClasses;\nusing System;\nus"
},
{
"path": "MultiRPC/Functions/FileWatch.cs",
"chars": 2094,
"preview": "using System.IO;\nusing System.Threading.Tasks;\nusing System.Windows;\nusing MultiRPC.GUI.Pages;\nusing MultiRPC.JsonClass"
},
{
"path": "MultiRPC/Functions/IUpdate.cs",
"chars": 380,
"preview": "using System;\nusing System.Collections.Generic;\nusing System.Text;\nusing System.Threading.Tasks;\n\nnamespace MultiRPC.Fu"
},
{
"path": "MultiRPC/Functions/Logging.cs",
"chars": 3896,
"preview": "using System;\nusing System.ComponentModel;\nusing System.Linq;\nusing System.Windows;\nusing System.Windows.Media;\nusing S"
},
{
"path": "MultiRPC/Functions/SimpleUpdater.cs",
"chars": 602,
"preview": "using System;\nusing System.Collections.Generic;\nusing System.Text;\nusing System.Threading.Tasks;\n\nnamespace MultiRPC.Fu"
},
{
"path": "MultiRPC/Functions/TriggerWatch.cs",
"chars": 5150,
"preview": "//using System;\n//using System.Collections.Generic;\n//using System.Diagnostics;\n//using System.Globalization;\n//using S"
},
{
"path": "MultiRPC/Functions/Updater.cs",
"chars": 739,
"preview": "using System.Threading.Tasks;\n\nnamespace MultiRPC.Functions\n{\n public static class Updater\n {\n static Upda"
},
{
"path": "MultiRPC/Functions/Uri.Extra.cs",
"chars": 2019,
"preview": "using MultiRPC;\nusing System.Collections.Generic;\nusing System.Diagnostics;\nusing System.Web;\n\nnamespace System.Extra\n{"
},
{
"path": "MultiRPC/Functions/Utils.cs",
"chars": 1471,
"preview": "using System;\nusing System.Net.NetworkInformation;\nusing System.Text;\n\nnamespace MultiRPC.Functions\n{\n public static"
},
{
"path": "MultiRPC/GUI/Controls/MultiRPCAndCustomDictionary.xaml",
"chars": 1010,
"preview": "<ResourceDictionary xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n xmlns:x=\"http"
},
{
"path": "MultiRPC/GUI/Controls/TabPage.xaml",
"chars": 1096,
"preview": "<Page x:Class=\"MultiRPC.GUI.Controls.TabPage\"\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n "
},
{
"path": "MultiRPC/GUI/Controls/TabPage.xaml.cs",
"chars": 4954,
"preview": "using System;\nusing System.Threading.Tasks;\nusing System.Windows;\nusing System.Windows.Controls;\nusing System.Windows.I"
},
{
"path": "MultiRPC/GUI/Controls/ToolTip.cs",
"chars": 891,
"preview": "using System.Threading.Tasks;\nusing System.Windows;\n\nnamespace MultiRPC.GUI.Controls\n{\n /// <summary>\n /// Edited"
},
{
"path": "MultiRPC/GUI/MainWindow.xaml",
"chars": 7930,
"preview": "<Window x:Class=\"MultiRPC.GUI.MainWindow\"\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n "
},
{
"path": "MultiRPC/GUI/MainWindow.xaml.cs",
"chars": 17083,
"preview": "using System;\nusing System.ComponentModel;\nusing System.Extra;\nusing System.IO;\nusing System.Threading.Tasks;\nusing Sys"
},
{
"path": "MultiRPC/GUI/MessageBox/CustomMessageBox.cs",
"chars": 4728,
"preview": "using System;\nusing System.Threading.Tasks;\nusing System.Windows;\n\nnamespace MultiRPC.GUI\n{\n internal class CustomMe"
},
{
"path": "MultiRPC/GUI/MessageBox/MessageBoxPage.xaml",
"chars": 1804,
"preview": "<Page x:Class=\"MultiRPC.GUI.MessageBoxPage\"\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n "
},
{
"path": "MultiRPC/GUI/MessageBox/MessageBoxPage.xaml.cs",
"chars": 3148,
"preview": "using System;\nusing System.Windows;\nusing System.Windows.Controls;\n\nnamespace MultiRPC.GUI\n{\n /// <summary>\n /// "
},
{
"path": "MultiRPC/GUI/Pages/ChangelogPage.xaml",
"chars": 659,
"preview": "<Page x:Class=\"MultiRPC.GUI.Pages.ChangelogPage\"\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation"
},
{
"path": "MultiRPC/GUI/Pages/ChangelogPage.xaml.cs",
"chars": 579,
"preview": "using System.IO;\nusing System.Windows.Controls;\nusing MultiRPC.JsonClasses;\n\nnamespace MultiRPC.GUI.Pages\n{\n /// <su"
},
{
"path": "MultiRPC/GUI/Pages/CreditsPage.xaml",
"chars": 5859,
"preview": "<Page x:Class=\"MultiRPC.GUI.Pages.CreditsPage\"\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n"
},
{
"path": "MultiRPC/GUI/Pages/CreditsPage.xaml.cs",
"chars": 4665,
"preview": "using System;\nusing System.Diagnostics;\nusing System.Extra;\nusing System.IO;\nusing System.Net;\nusing System.Net.Network"
},
{
"path": "MultiRPC/GUI/Pages/Custom Pages/CustomPage.xaml",
"chars": 6676,
"preview": "<Page\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n xmlns:x=\"http://schemas.microsoft.com/w"
},
{
"path": "MultiRPC/GUI/Pages/Custom Pages/CustomPage.xaml.cs",
"chars": 12482,
"preview": "using System;\nusing System.IO;\nusing System.Threading.Tasks;\nusing System.Windows;\nusing System.Windows.Controls;\nusing"
},
{
"path": "MultiRPC/GUI/Pages/Custom Pages/MasterCustomPage.xaml",
"chars": 2391,
"preview": "<Page x:Class=\"MultiRPC.GUI.Pages.MasterCustomPage\"\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentat"
},
{
"path": "MultiRPC/GUI/Pages/Custom Pages/MasterCustomPage.xaml.cs",
"chars": 11971,
"preview": "using System;\nusing System.Collections.Generic;\nusing System.IO;\nusing System.Linq;\nusing System.Text;\nusing System.Thr"
},
{
"path": "MultiRPC/GUI/Pages/Custom Pages/TriggerPage.xaml",
"chars": 12243,
"preview": "<Page x:Class=\"MultiRPC.GUI.Pages.TriggerPage\"\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n"
},
{
"path": "MultiRPC/GUI/Pages/Custom Pages/TriggerPage.xaml.cs",
"chars": 14563,
"preview": "using MultiRPC.JsonClasses;\nusing System;\nusing System.Collections.Generic;\nusing System.Diagnostics;\nusing System.Glob"
},
{
"path": "MultiRPC/GUI/Pages/DebugPage.xaml",
"chars": 1318,
"preview": "<Page x:Class=\"MultiRPC.GUI.Pages.DebugPage\"\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n "
},
{
"path": "MultiRPC/GUI/Pages/DebugPage.xaml.cs",
"chars": 2302,
"preview": "using System;\nusing System.Threading.Tasks;\nusing System.Windows;\nusing System.Windows.Controls;\nusing MultiRPC.GUI.Vie"
},
{
"path": "MultiRPC/GUI/Pages/EditProfileNamePage.xaml",
"chars": 795,
"preview": "<Page x:Class=\"MultiRPC.GUI.Pages.EditProfileNamePage\"\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presen"
},
{
"path": "MultiRPC/GUI/Pages/EditProfileNamePage.xaml.cs",
"chars": 2314,
"preview": "using System.Collections.Generic;\nusing System.Threading.Tasks;\nusing System.Windows;\nusing System.Windows.Controls;\nus"
},
{
"path": "MultiRPC/GUI/Pages/LogsPage.xaml",
"chars": 647,
"preview": "<Page x:Class=\"MultiRPC.GUI.Pages.LogsPage\"\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n "
},
{
"path": "MultiRPC/GUI/Pages/LogsPage.xaml.cs",
"chars": 387,
"preview": "using System.Windows.Controls;\n\nnamespace MultiRPC.GUI.Pages\n{\n /// <summary>\n /// Interaction logic for LogsPage"
},
{
"path": "MultiRPC/GUI/Pages/MainPage.xaml",
"chars": 17120,
"preview": "<Page x:Class=\"MultiRPC.GUI.Pages.MainPage\"\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n "
},
{
"path": "MultiRPC/GUI/Pages/MainPage.xaml.cs",
"chars": 16985,
"preview": "using System;\nusing System.Diagnostics;\nusing System.Extra;\nusing System.Net.NetworkInformation;\nusing System.Reflectio"
},
{
"path": "MultiRPC/GUI/Pages/MainPageThumbnail.xaml",
"chars": 7606,
"preview": "<Page x:Class=\"MultiRPC.GUI.Pages.MainPageThumbnail\"\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presenta"
},
{
"path": "MultiRPC/GUI/Pages/MainPageThumbnail.xaml.cs",
"chars": 3669,
"preview": "using System.IO;\nusing System.Threading.Tasks;\nusing System.Windows;\nusing System.Windows.Controls;\nusing System.Window"
},
{
"path": "MultiRPC/GUI/Pages/MultiRPCAndCustomLogic.cs",
"chars": 14177,
"preview": "using System.Collections.Generic;\nusing System.Globalization;\nusing System.Net;\nusing System.Net.Http;\nusing System.Thr"
},
{
"path": "MultiRPC/GUI/Pages/MultiRPCPage.xaml",
"chars": 3936,
"preview": "<Page\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n xmlns:x=\"http://schemas.microsoft.com/w"
},
{
"path": "MultiRPC/GUI/Pages/MultiRPCPage.xaml.cs",
"chars": 7960,
"preview": "using System;\nusing System.Threading.Tasks;\nusing System.Windows;\nusing System.Windows.Controls;\nusing System.Windows.C"
},
{
"path": "MultiRPC/GUI/Pages/ProgramsPage.xaml",
"chars": 934,
"preview": "<Page x:Class=\"MultiRPC.GUI.Pages.ProgramsPage\"\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\""
},
{
"path": "MultiRPC/GUI/Pages/ProgramsPage.xaml.cs",
"chars": 821,
"preview": "using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Text;\nusing System.Threading.Tasks;\nusi"
},
{
"path": "MultiRPC/GUI/Pages/SettingsPage.xaml",
"chars": 15462,
"preview": "<Page x:Class=\"MultiRPC.GUI.Pages.SettingsPage\"\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\""
},
{
"path": "MultiRPC/GUI/Pages/SettingsPage.xaml.cs",
"chars": 13282,
"preview": "using System.Collections.Generic;\nusing System.ComponentModel;\nusing System.Diagnostics;\nusing System.Extra;\nusing Syst"
},
{
"path": "MultiRPC/GUI/Pages/ShareProfilePage.xaml",
"chars": 1389,
"preview": "<Page x:Class=\"MultiRPC.GUI.Pages.ShareProfilePage\"\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentat"
},
{
"path": "MultiRPC/GUI/Pages/ShareProfilePage.xaml.cs",
"chars": 1613,
"preview": "using System.Windows;\nusing System.Windows.Controls;\nusing MultiRPC.Functions;\nusing MultiRPC.JsonClasses;\nusing Newton"
},
{
"path": "MultiRPC/GUI/Pages/Theme Pages/InstalledThemes.xaml",
"chars": 1006,
"preview": "<Page x:Class=\"MultiRPC.GUI.Pages.InstalledThemes\"\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentati"
},
{
"path": "MultiRPC/GUI/Pages/Theme Pages/InstalledThemes.xaml.cs",
"chars": 19127,
"preview": "using System;\nusing System.Collections.Generic;\nusing System.Globalization;\nusing System.IO;\nusing System.Linq;\nusing S"
},
{
"path": "MultiRPC/GUI/Pages/Theme Pages/MasterThemeEditorPage.xaml",
"chars": 535,
"preview": "<Page x:Class=\"MultiRPC.GUI.Pages.MasterThemeEditorPage\"\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/pres"
},
{
"path": "MultiRPC/GUI/Pages/Theme Pages/MasterThemeEditorPage.xaml.cs",
"chars": 1195,
"preview": "using System.Threading.Tasks;\nusing System.Windows.Controls;\nusing MultiRPC.GUI.Controls;\nusing TabItem = MultiRPC.GUI."
},
{
"path": "MultiRPC/GUI/Pages/Theme Pages/ThemeEditorPage.xaml",
"chars": 34879,
"preview": "<Page x:Class=\"MultiRPC.GUI.Pages.ThemeEditorPage\"\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentati"
},
{
"path": "MultiRPC/GUI/Pages/Theme Pages/ThemeEditorPage.xaml.cs",
"chars": 19209,
"preview": "using System;\nusing System.IO;\nusing System.Linq;\nusing System.Threading.Tasks;\nusing System.Windows;\nusing System.Wind"
},
{
"path": "MultiRPC/GUI/Pages/UpdateFailedPage.xaml",
"chars": 1661,
"preview": "<Page x:Class=\"MultiRPC.GUI.Pages.UpdateFailedPage\"\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentat"
},
{
"path": "MultiRPC/GUI/Pages/UpdateFailedPage.xaml.cs",
"chars": 1146,
"preview": "using System;\nusing System.Windows;\nusing System.Windows.Controls;\nusing MultiRPC.Functions;\n\nnamespace MultiRPC.GUI.Pa"
},
{
"path": "MultiRPC/GUI/Pages/UpdatePage.xaml",
"chars": 1802,
"preview": "<Page x:Class=\"MultiRPC.GUI.Pages.UpdatePage\"\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n "
},
{
"path": "MultiRPC/GUI/Pages/UpdatePage.xaml.cs",
"chars": 2280,
"preview": "using System.Diagnostics;\nusing System.IO;\nusing System.Reflection;\nusing System.Threading.Tasks;\nusing System.Windows;"
},
{
"path": "MultiRPC/GUI/Views/RPCPreview.xaml",
"chars": 2189,
"preview": "<UserControl x:Class=\"MultiRPC.GUI.Views.RPCPreview\"\n xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/p"
},
{
"path": "MultiRPC/GUI/Views/RPCPreview.xaml.cs",
"chars": 11324,
"preview": "using System;\nusing System.Threading.Tasks;\nusing System.Windows;\nusing System.Windows.Controls;\nusing System.Windows.M"
},
{
"path": "MultiRPC/JsonClasses/Config.cs",
"chars": 4189,
"preview": "using System;\nusing System.Globalization;\nusing System.IO;\nusing System.Threading.Tasks;\nusing System.Windows;\nusing Ne"
},
{
"path": "MultiRPC/JsonClasses/CreditsList.cs",
"chars": 386,
"preview": "namespace MultiRPC.JsonClasses\n{\n public class CreditsList\n {\n public CreditsList(string[] admins, string["
},
{
"path": "MultiRPC/JsonClasses/CustomProfile.cs",
"chars": 11335,
"preview": "using System;\nusing System.Collections.Generic;\nusing System.Collections.ObjectModel;\nusing System.ComponentModel;\nusin"
},
{
"path": "MultiRPC/JsonClasses/Day.cs",
"chars": 4100,
"preview": "using System;\nusing System.Threading;\nusing System.Threading.Tasks;\nusing Newtonsoft.Json;\n\nnamespace MultiRPC.JsonClass"
},
{
"path": "MultiRPC/JsonClasses/FileLocations.cs",
"chars": 1820,
"preview": "using System;\nusing System.IO;\n\nnamespace MultiRPC.JsonClasses\n{\n public static class FileLocations\n {\n pu"
},
{
"path": "MultiRPC/JsonClasses/ProcessWatcher.cs",
"chars": 5257,
"preview": "using System;\nusing System.Collections.Generic;\nusing System.Diagnostics;\nusing System.IO;\nusing System.Linq;\nusing Syst"
},
{
"path": "MultiRPC/JsonClasses/Theme.cs",
"chars": 16559,
"preview": "using System;\nusing System.IO;\nusing System.IO.Compression;\nusing System.Reflection;\nusing System.Threading.Tasks;\nusin"
},
{
"path": "MultiRPC/JsonClasses/UIText.cs",
"chars": 8388,
"preview": "namespace MultiRPC.JsonClasses\n{\n public class UIText\n {\n public string Active;\n public string AddA"
},
{
"path": "MultiRPC/JsonClasses/Version.cs",
"chars": 2679,
"preview": "using System.Diagnostics.CodeAnalysis;\nusing Newtonsoft.Json;\n\nnamespace MultiRPC.JsonClasses\n{\n public class Versio"
},
{
"path": "MultiRPC/Lang/en-gb.json",
"chars": 10121,
"preview": "{\n \"README\": \"Hello people's of the world reading this for some reason, if your editing this in your own language that'"
},
{
"path": "MultiRPC/Lang/es.json",
"chars": 9625,
"preview": "{\n \"README\": \"Hello people's of the world reading this for some reason, if your editing this in your own language that"
},
{
"path": "MultiRPC/MultiRPC.csproj",
"chars": 16747,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"15.0\" xmlns=\"http://schemas.microsoft.com/developer/msbui"
},
{
"path": "MultiRPC/MultiRPCCore.csproj",
"chars": 3761,
"preview": "<Project Sdk=\"Microsoft.NET.Sdk.WindowsDesktop\">\n\n <PropertyGroup>\n <OutputType>WinExe</OutputType>\n <TargetFram"
},
{
"path": "MultiRPC/Ooki-Dialogs-Wpf-license.txt",
"chars": 1540,
"preview": "License agreement for Ookii.Dialogs.\n\nCopyright Sven Groot (Ookii.org) 2009\nAll rights reserved.\n\n\nRedistribution and u"
},
{
"path": "MultiRPC/Properties/AssemblyInfo.cs",
"chars": 2184,
"preview": "using System.Reflection;\nusing System.Runtime.InteropServices;\nusing System.Windows;\n\n// General Information about an a"
},
{
"path": "MultiRPC/Properties/Settings.Designer.cs",
"chars": 1063,
"preview": "//------------------------------------------------------------------------------\n// <auto-generated>\n// This code w"
},
{
"path": "MultiRPC/Properties/Settings.settings",
"chars": 194,
"preview": "<?xml version='1.0' encoding='utf-8'?>\n\n<SettingsFile xmlns=\"uri:settings\" CurrentProfile=\"(Default)\">\n <Profiles>\n "
},
{
"path": "MultiRPC/Properties/app.manifest",
"chars": 3329,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<assembly manifestVersion=\"1.0\" xmlns=\"urn:schemas-microsoft-com:asm.v1\">\n <ass"
},
{
"path": "MultiRPC/RPC.cs",
"chars": 15595,
"preview": "using System;\nusing System.Diagnostics;\nusing System.IO;\nusing System.Linq;\nusing System.Threading.Tasks;\nusing System."
},
{
"path": "MultiRPC/multirpc.VisualElementsManifest.xml",
"chars": 379,
"preview": "<!---https://docs.microsoft.com/en-us/previous-versions/windows/apps/dn449733(v=win.10)-->\n<Application xmlns:xsi=\"http"
},
{
"path": "MultiRPC.sln",
"chars": 1583,
"preview": "\nMicrosoft Visual Studio Solution File, Format Version 12.00\n# Visual Studio Version 16\nVisualStudioVersion = 16.0.2920"
},
{
"path": "README.md",
"chars": 3568,
"preview": "<h1 align=\"center\">\n <a href=\"#\"><img align=\"center\" width=\"20%\" src=\"MultiRPC/Assets/Svg%20files/MultiRPCLogo.svg\" a"
}
]
// ... and 3 more files (download for full content)
About this extraction
This page contains the full source code of the FluxpointDev/MultiRPC GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 104 files (1.1 MB), approximately 409.1k tokens, and a symbol index with 400 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.