SYMBOL INDEX (1721 symbols across 336 files) FILE: Unicord.Universal.Background.Tasks/PeriodicNotificationsTask.cs class PeriodicNotificationsTask (line 14) | public sealed class PeriodicNotificationsTask : IBackgroundTask method Run (line 16) | public async void Run(IBackgroundTaskInstance taskInstance) method TryGetToken (line 50) | internal static bool TryGetToken(out string token) FILE: Unicord.Universal.Background.Tasks/RealtimeNotificationsTask.cs class RealtimeNotificationsTask (line 13) | public sealed class RealtimeNotificationsTask : IBackgroundTask method Run (line 22) | public async void Run(IBackgroundTaskInstance taskInstance) method OnReady (line 62) | private async Task OnReady(DiscordClient client, ReadyEventArgs e) method OnResumed (line 70) | private Task OnResumed(DiscordClient sender, ResumedEventArgs args) method GCTask (line 76) | private async Task GCTask() method OnDiscordMessage (line 82) | private async Task OnDiscordMessage(DiscordClient client, MessageCreat... method OnMessageUpdated (line 104) | private Task OnMessageUpdated(DiscordClient client, MessageUpdateEvent... method OnMessageAcknowledged (line 121) | private async Task OnMessageAcknowledged(DiscordClient client, Message... method TryGetToken (line 141) | internal static bool TryGetToken(out string token) FILE: Unicord.Universal.Background/NotificationApplicationContext.cs class NotificationApplicationContext (line 19) | class NotificationApplicationContext : ApplicationContext method NotificationApplicationContext (line 38) | public NotificationApplicationContext() method EnableDarkMode (line 73) | private void EnableDarkMode(NotifyIcon notifyIcon) method OnOpenMenuItemClicked (line 101) | private async void OnOpenMenuItemClicked(object sender, EventArgs e) method OnCloseMenuItemClicked (line 109) | private void OnCloseMenuItemClicked(object sender, EventArgs e) method InitialiseAsync (line 114) | private async Task InitialiseAsync() method OnApplicationExit (line 146) | private void OnApplicationExit(object sender, EventArgs e) method OnReady (line 158) | private async Task OnReady(DiscordClient client, ReadyEventArgs e) method OnResumed (line 166) | private Task OnResumed(DiscordClient sender, ResumedEventArgs args) method GCTask (line 172) | private async Task GCTask() method OnDiscordMessage (line 178) | private async Task OnDiscordMessage(DiscordClient client, MessageCreat... method OnMessageUpdated (line 200) | private Task OnMessageUpdated(DiscordClient client, MessageUpdateEvent... method OnMessageAcknowledged (line 217) | private async Task OnMessageAcknowledged(DiscordClient client, Message... method TryGetToken (line 237) | private bool TryGetToken(out string token) FILE: Unicord.Universal.Background/Program.cs class Program (line 7) | class Program method Main (line 9) | [STAThread] FILE: Unicord.Universal.Background/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Unicord.Universal.Background/UnicordFinder.cs class UnicordFinder (line 10) | internal class UnicordFinder method FindUnicordWindow (line 12) | private static unsafe (HWND hWndUnicord, HWND hWndApplicationFrameHost... method IsUnicordVisible (line 93) | public static unsafe bool IsUnicordVisible() FILE: Unicord.Universal.Background/UxThemePrivate.cs class UxThemePrivate (line 11) | internal class UxThemePrivate type PreferredAppMode (line 13) | public enum PreferredAppMode : int method AllowDarkModeForWindow (line 22) | [DllImport("uxtheme.dll", EntryPoint = "#133", SetLastError = true, Ch... method SetPreferredAppMode (line 25) | [DllImport("uxtheme.dll", EntryPoint = "#135", SetLastError = true, Ch... method FlushMenuThemes (line 28) | [DllImport("uxtheme.dll", EntryPoint = "#136", SetLastError = true, Ch... FILE: Unicord.Universal.Shared/BadgeManager.cs class BadgeManager (line 10) | internal class BadgeManager method BadgeManager (line 15) | public BadgeManager(DiscordClient client) method Update (line 21) | public void Update() FILE: Unicord.Universal.Shared/Constants.cs class Constants (line 5) | internal static partial class Constants type MediaTranscodeOptions (line 109) | internal enum MediaTranscodeOptions type TimestampStyle (line 116) | internal enum TimestampStyle FILE: Unicord.Universal.Shared/Constants.pub.cs class Constants (line 3) | internal static partial class Constants FILE: Unicord.Universal.Shared/Extensions.cs class Extensions (line 5) | internal static class Extensions method Deconstruct (line 7) | public static void Deconstruct(this KeyValuePair tuple... FILE: Unicord.Universal.Shared/MutedExtensions.cs class MutedExtensions (line 8) | internal static class MutedExtensions method IsMuted (line 10) | public static bool IsMuted(this DiscordChannel channel) method IsMuted (line 32) | public static bool IsMuted(this DiscordGuild guild) method IsUnread (line 50) | public static bool IsUnread(this DiscordChannel channel) FILE: Unicord.Universal.Shared/NotificationUtils.cs class NotificationUtils (line 18) | internal class NotificationUtils method WillShowToast (line 20) | public static bool WillShowToast(BaseDiscordClient client, DiscordMess... method GetMessageTitle (line 62) | public static string GetMessageTitle(DiscordMessage message) => messag... method GetMessageContent (line 66) | public static string GetMessageContent(BaseDiscordClient client, Disco... method GetChannelHeaderName (line 133) | public static string GetChannelHeaderName(DiscordChannel channel) method CreateTileNotificationForMessage (line 157) | public static TileNotification CreateTileNotificationForMessage(BaseDi... method CreateTileNotificationForChannel (line 194) | public static TileNotification CreateTileNotificationForChannel(Discor... method CreateToastNotificationForMessage (line 232) | public static ToastNotification CreateToastNotificationForMessage(Base... method GetToastThumbnail (line 282) | private static bool GetToastThumbnail(DiscordMessage message, out doub... FILE: Unicord.Universal.Shared/SecondaryTileManager.cs class SecondaryTileManager (line 12) | internal class SecondaryTileManager method SecondaryTileManager (line 17) | public SecondaryTileManager(DiscordClient client) method AddAndUpdateTile (line 23) | public void AddAndUpdateTile(DiscordChannel channel, SecondaryTile tile) method InitialiseAsync (line 29) | public async Task InitialiseAsync() method HandleMessageAsync (line 46) | public Task HandleMessageAsync(DiscordClient client, DiscordMessage me... method HandleAcknowledgeAsync (line 59) | public Task HandleAcknowledgeAsync(DiscordChannel channel) method ClearTileNotifications (line 69) | public static void ClearTileNotifications(DiscordChannel channel, Seco... FILE: Unicord.Universal.Shared/TileManager.cs class TileManager (line 13) | internal class TileManager method TileManager (line 20) | public TileManager(DiscordClient client) method InitialiseAsync (line 28) | public async Task InitialiseAsync() method HandleMessageAsync (line 45) | public async Task HandleMessageAsync(DiscordMessage message) method HandleAcknowledgeAsync (line 62) | public async Task HandleAcknowledgeAsync(DiscordChannel channel) method Update (line 78) | private void Update() method FetchUnreadMessages (line 90) | private async IAsyncEnumerable FetchUnreadMessages() FILE: Unicord.Universal.Shared/ToastManager.cs class ToastManager (line 8) | internal class ToastManager method ToastManager (line 13) | public ToastManager() method HandleMessage (line 23) | public void HandleMessage(DiscordClient client, DiscordMessage message... method HandleMessageUpdated (line 29) | public void HandleMessageUpdated(DiscordClient client, DiscordMessage ... method HandleAcknowledge (line 38) | public void HandleAcknowledge(DiscordChannel channel) FILE: Unicord.Universal/App.xaml.cs class App (line 41) | sealed partial class App : Application method App (line 52) | public App() method MigratePreV2Settings (line 75) | private static void MigratePreV2Settings() method OnUnhandledException (line 126) | private void OnUnhandledException(object sender, UnhandledExceptionEve... method OnActivated (line 133) | protected override async void OnActivated(IActivatedEventArgs e) method OnBackgroundActivated (line 157) | protected override async void OnBackgroundActivated(BackgroundActivate... method OnProtocolActivatedAsync (line 183) | private void OnProtocolActivatedAsync(ProtocolActivatedEventArgs proto... method OnContactPanelActivated (line 227) | private static async Task OnContactPanelActivated(ContactPanelActivate... method OnLaunched (line 263) | protected override void OnLaunched(LaunchActivatedEventArgs e) method OnLaunched (line 268) | private void OnLaunched(bool preLaunch, string arguments, ApplicationE... method ParseArgs (line 303) | private static Dictionary ParseArgs(string arguments) method OnShareTargetActivated (line 319) | protected override void OnShareTargetActivated(ShareTargetActivatedEve... method OnNavigationFailed (line 342) | void OnNavigationFailed(object sender, NavigationFailedEventArgs e) method OnSuspending (line 356) | private async void OnSuspending(object sender, SuspendingEventArgs e) method OnResuming (line 370) | private async void OnResuming(object sender, object e) method LogoutAsync (line 378) | internal static async Task LogoutAsync() method LoginError (line 414) | internal static async Task LoginError(Exception ex) method OnWindowCreated (line 435) | protected override void OnWindowCreated(WindowCreatedEventArgs args) FILE: Unicord.Universal/Commands/Channels/AcknowledgeChannelCommand.cs class AcknowledgeChannelCommand (line 5) | internal class AcknowledgeChannelCommand : DiscordCommand method AcknowledgeChannelCommand (line 7) | public AcknowledgeChannelCommand(ChannelViewModel viewModel) : base(vi... method CanExecute (line 11) | public override bool CanExecute(object parameter) method Execute (line 16) | public override async void Execute(object parameter) FILE: Unicord.Universal/Commands/Channels/MuteChannelCommand.cs class MuteChannelCommand (line 5) | internal class MuteChannelCommand : DiscordCommand method MuteChannelCommand (line 7) | public MuteChannelCommand(ChannelViewModel viewModel) : base(viewModel) method CanExecute (line 11) | public override bool CanExecute(object parameter) method Execute (line 16) | public override void Execute(object parameter) FILE: Unicord.Universal/Commands/Channels/OpenInNewWindowCommand.cs class OpenInNewWindowCommand (line 9) | internal class OpenInNewWindowCommand : ICommand method OpenInNewWindowCommand (line 14) | public OpenInNewWindowCommand(ChannelViewModel channelViewModel, bool ... method CanExecute (line 22) | public bool CanExecute(object parameter) method Execute (line 29) | public async void Execute(object parameter) FILE: Unicord.Universal/Commands/Channels/PinChannelToStartCommand.cs class PinChannelToStartCommand (line 10) | public class PinChannelToStartCommand : DiscordCommand method PinChannelToStartCommand (line 12) | public PinChannelToStartCommand(ChannelViewModel viewModel) : base(vie... method CanExecute (line 16) | public override bool CanExecute(object parameter) method Execute (line 21) | public override async void Execute(object parameter) FILE: Unicord.Universal/Commands/DiscordCommand.cs class DiscordCommand (line 9) | public abstract class DiscordCommand : ICommand where T : ViewModelBase method DiscordCommand (line 16) | public DiscordCommand(T viewModel) method CanExecute (line 22) | public virtual bool CanExecute(object parameter) method Execute (line 27) | public abstract void Execute(object parameter); FILE: Unicord.Universal/Commands/EditChannelCommand.cs class EditChannelCommand (line 15) | class EditChannelCommand : ICommand method CanExecute (line 21) | public bool CanExecute(object parameter) method Execute (line 43) | public void Execute(object parameter) FILE: Unicord.Universal/Commands/Generic/CopyIdCommand.cs class CopyIdCommand (line 10) | public class CopyIdCommand : ICommand method CopyIdCommand (line 18) | public CopyIdCommand(ISnowflake snowflake) method CanExecute (line 23) | public bool CanExecute(object parameter) method Execute (line 28) | public void Execute(object parameter) FILE: Unicord.Universal/Commands/Generic/CopyUrlCommand.cs class CopyUrlCommand (line 12) | public class CopyUrlCommand : ICommand method CopyUrlCommand (line 15) | public CopyUrlCommand(ViewModelBase viewModel) method CanExecute (line 22) | public bool CanExecute(object parameter) method Execute (line 27) | public void Execute(object parameter) FILE: Unicord.Universal/Commands/Generic/DownloadCommand.cs class ProgressInfo (line 13) | public class ProgressInfo : ViewModelBase method GetProgress (line 25) | public IProgress GetProgress() method GoToProgress (line 41) | public void GoToProgress() method Reset (line 48) | public void Reset() class DownloadCommand (line 56) | public class DownloadCommand : ICommand method DownloadCommand (line 62) | public DownloadCommand(string url, ProgressInfo info) method CanExecute (line 72) | public bool CanExecute(object parameter) method Execute (line 77) | public async void Execute(object parameter) FILE: Unicord.Universal/Commands/Generic/ShareCommand.cs class ShareCommand (line 10) | public class ShareCommand : ICommand method ShareCommand (line 16) | public ShareCommand(string url, string fileName, ProgressInfo sharePro... method CanExecute (line 25) | public bool CanExecute(object parameter) method Execute (line 30) | public async void Execute(object parameter) FILE: Unicord.Universal/Commands/Guild/AcknowledgeGuildCommand.cs class AcknowledgeGuildCommand (line 5) | internal class AcknowledgeGuildCommand : DiscordCommand method AcknowledgeGuildCommand (line 7) | public AcknowledgeGuildCommand(GuildViewModel viewModel) : base(viewMo... method CanExecute (line 11) | public override bool CanExecute(object parameter) method Execute (line 16) | public override async void Execute(object parameter) FILE: Unicord.Universal/Commands/Guild/MuteGuildCommand.cs class MuteGuildCommand (line 5) | internal class MuteGuildCommand : DiscordCommand method MuteGuildCommand (line 7) | public MuteGuildCommand(GuildViewModel viewModel) : base(viewModel) method CanExecute (line 11) | public override bool CanExecute(object parameter) method Execute (line 16) | public override void Execute(object parameter) FILE: Unicord.Universal/Commands/Member/BanCommand.cs class BanCommand (line 10) | public class BanCommand : DiscordCommand method BanCommand (line 12) | public BanCommand(UserViewModel viewModel) method CanExecute (line 17) | public override bool CanExecute(object parameter) method Execute (line 33) | public override async void Execute(object parameter) FILE: Unicord.Universal/Commands/Member/ChangeNicknameCommand.cs class ChangeNicknameCommand (line 11) | class ChangeNicknameCommand : DiscordCommand method ChangeNicknameCommand (line 13) | public ChangeNicknameCommand(UserViewModel viewModel) : base(viewModel) method CanExecute (line 17) | public override bool CanExecute(object parameter) method Execute (line 38) | public override async void Execute(object parameter) FILE: Unicord.Universal/Commands/Member/KickCommand.cs class KickCommand (line 11) | public class KickCommand : DiscordCommand method KickCommand (line 13) | public KickCommand(UserViewModel viewModel) : base(viewModel) method CanExecute (line 17) | public override bool CanExecute(object parameter) method Execute (line 32) | public override async void Execute(object parameter) FILE: Unicord.Universal/Commands/Messages/CopyMessageCommand.cs class CopyMessageCommand (line 8) | public class CopyMessageCommand : DiscordCommand method CopyMessageCommand (line 10) | public CopyMessageCommand(MessageViewModel viewModel) : base(viewModel) method Execute (line 14) | public override void Execute(object parameter) FILE: Unicord.Universal/Commands/Messages/DeleteMessageCommand.cs class DeleteMessageCommand (line 11) | public class DeleteMessageCommand : DiscordCommand method DeleteMessageCommand (line 13) | public DeleteMessageCommand(MessageViewModel viewModel) : base(viewMod... method CanExecute (line 15) | public override bool CanExecute(object parameter) method Execute (line 41) | public override async void Execute(object parameter) FILE: Unicord.Universal/Commands/Messages/PinMessageCommand.cs class PinMessageCommand (line 11) | public class PinMessageCommand : DiscordCommand method PinMessageCommand (line 13) | public PinMessageCommand(MessageViewModel viewModel) : base(viewModel)... method CanExecute (line 15) | public override bool CanExecute(object parameter) method Execute (line 42) | public override async void Execute(object parameter) FILE: Unicord.Universal/Commands/Messages/ReactCommand.cs class ReactCommand (line 7) | internal class ReactCommand : DiscordCommand method ReactCommand (line 9) | public ReactCommand(MessageViewModel message) method CanExecute (line 14) | public override bool CanExecute(object parameter) method Execute (line 19) | public override async void Execute(object parameter) FILE: Unicord.Universal/Commands/Messages/ReplyCommand.cs class ReplyCommand (line 11) | public class ReplyCommand : DiscordCommand method ReplyCommand (line 13) | public ReplyCommand(MessageViewModel viewModel) : base(viewModel) method CanExecute (line 17) | public override bool CanExecute(object parameter) method Execute (line 23) | public override void Execute(object parameter) FILE: Unicord.Universal/Commands/NullCommand.cs class NullCommand (line 6) | internal class NullCommand : ICommand method CanExecute (line 13) | public bool CanExecute(object parameter) method Execute (line 18) | public void Execute(object parameter) FILE: Unicord.Universal/Commands/SettingsCommand.cs class SettingsCommand (line 7) | class SettingsCommand : ICommand method CanExecute (line 13) | public bool CanExecute(object parameter) method Execute (line 18) | public async void Execute(object parameter) FILE: Unicord.Universal/Commands/Users/SendMessageCommand.cs class SendMessageCommand (line 7) | internal class SendMessageCommand : DiscordCommand method SendMessageCommand (line 9) | public SendMessageCommand(UserViewModel viewModel) : base(viewModel) method CanExecute (line 13) | public override bool CanExecute(object parameter) method Execute (line 22) | public override async void Execute(object parameter) FILE: Unicord.Universal/Commands/Users/ShowUserOverlayCommand.cs class ShowUserOverlayCommand (line 7) | public class ShowUserOverlayCommand : DiscordCommand method ShowUserOverlayCommand (line 9) | public ShowUserOverlayCommand(UserViewModel viewModel) : base(viewModel) method Execute (line 13) | public override async void Execute(object parameter) FILE: Unicord.Universal/Controls/Channels/ChannelIconControl.cs class ChannelIconControl (line 9) | public sealed class ChannelIconControl : Control method ChannelIconControl (line 20) | public ChannelIconControl() FILE: Unicord.Universal/Controls/Channels/ChannelListControl.cs class ChannelListControl (line 9) | public sealed class ChannelListControl : Control method OnChannelChanged (line 20) | private static void OnChannelChanged(DependencyObject d, DependencyPro... method ChannelListControl (line 25) | public ChannelListControl() method OnChannelChanged (line 30) | private void OnChannelChanged(DependencyPropertyChangedEventArgs e) FILE: Unicord.Universal/Controls/Channels/ChannelPageHeaderControl.xaml.cs class ChannelPageHeaderControl (line 12) | public sealed partial class ChannelPageHeaderControl : UserControl method ChannelPageHeaderControl (line 23) | public ChannelPageHeaderControl() method OnLoaded (line 28) | private void OnLoaded(object sender, RoutedEventArgs e) method ShowSidebarButton_Click (line 44) | private void ShowSidebarButton_Click(object sender, RoutedEventArgs e) FILE: Unicord.Universal/Controls/CustomMediaTransportControls.cs class CustomMediaTransportControls (line 7) | public sealed class CustomMediaTransportControls : MediaTransportControls method CustomMediaTransportControls (line 9) | public CustomMediaTransportControls() method OnApplyTemplate (line 17) | protected override void OnApplyTemplate() method OnFullWindowButtonClicked (line 25) | private void OnFullWindowButtonClicked(object sender, RoutedEventArgs e) FILE: Unicord.Universal/Controls/Emoji/EmojiControl.cs class EmojiControl (line 7) | public sealed class EmojiControl : Control method EmojiControl (line 36) | public EmojiControl() FILE: Unicord.Universal/Controls/EmotePicker.xaml.cs class EmotePicker (line 13) | public sealed partial class EmotePicker : UserControl method EmotePicker (line 29) | public EmotePicker() method Load (line 34) | public void Load() method Unload (line 43) | public void Unload() method EmojiView_ItemClick (line 48) | private void EmojiView_ItemClick(object sender, ItemClickEventArgs e) method TextBox_TextChanged (line 53) | private void TextBox_TextChanged(object sender, TextChangedEventArgs e) method Button_Click (line 61) | private void Button_Click(object sender, RoutedEventArgs e) method UserControl_Loaded (line 68) | private void UserControl_Loaded(object sender, RoutedEventArgs e) method UserControl_Unloaded (line 73) | private void UserControl_Unloaded(object sender, RoutedEventArgs e) FILE: Unicord.Universal/Controls/FileViewer.cs class FileViewer (line 13) | public sealed class FileViewer : Control method FileViewer (line 23) | public FileViewer() method OnApplyTemplate (line 29) | protected override void OnApplyTemplate() method PropertyChanged (line 35) | private static async void PropertyChanged(DependencyObject d, Dependen... method OnFilePropertyChanged (line 47) | public async Task OnFilePropertyChanged(DependencyPropertyChangedEvent... FILE: Unicord.Universal/Controls/Flyouts/AddServerFlyout.xaml.cs class AddServerFlyout (line 8) | public sealed partial class AddServerFlyout : UserControl method AddServerFlyout (line 10) | public AddServerFlyout() method CreateServerButton_Click (line 15) | private async void CreateServerButton_Click(object sender, RoutedEvent... FILE: Unicord.Universal/Controls/Flyouts/ChannelContextFlyout.xaml.cs class ChannelContextFlyout (line 5) | public sealed partial class ChannelContextFlyout : MenuFlyout method ChannelContextFlyout (line 7) | public ChannelContextFlyout() FILE: Unicord.Universal/Controls/Flyouts/DirectMessageContextFlyout.xaml.cs class DirectMessageContextFlyout (line 5) | public sealed partial class DirectMessageContextFlyout : MenuFlyout method DirectMessageContextFlyout (line 7) | public DirectMessageContextFlyout() FILE: Unicord.Universal/Controls/Flyouts/GuildContextFlyout.xaml.cs class GuildContextFlyout (line 5) | public sealed partial class GuildContextFlyout : MenuFlyout method GuildContextFlyout (line 7) | public GuildContextFlyout() FILE: Unicord.Universal/Controls/Flyouts/MessageContextFlyout.xaml.cs class MessageContextFlyout (line 9) | public sealed partial class MessageContextFlyout : MUXC.CommandBarFlyout method MessageContextFlyout (line 11) | public MessageContextFlyout() method AddReactionButton_Click (line 17) | private void AddReactionButton_Click(object sender, RoutedEventArgs e) method HideOnClick (line 27) | private void HideOnClick(object sender, RoutedEventArgs e) FILE: Unicord.Universal/Controls/Flyouts/UserFlyout.xaml.cs class UserFlyout (line 6) | public sealed partial class UserFlyout : AdaptiveFlyout method UserFlyout (line 8) | public UserFlyout(object param) : base(param) method IconLabelButton_Tapped (line 14) | private void IconLabelButton_Tapped(object sender, TappedRoutedEventAr... FILE: Unicord.Universal/Controls/Flyouts/UserListContextFlyout.xaml.cs class UserListContextFlyout (line 5) | public sealed partial class UserListContextFlyout : MenuFlyout method UserListContextFlyout (line 7) | public UserListContextFlyout() FILE: Unicord.Universal/Controls/IconLabelButton.cs class IconLabelButton (line 8) | public sealed class IconLabelButton : Button method IconLabelButton (line 19) | public IconLabelButton() FILE: Unicord.Universal/Controls/ImageElement.cs class ImageElement (line 14) | public sealed class ImageElement : Control method ImageElement (line 56) | public ImageElement() method OnImageChanged (line 62) | private static void OnImageChanged(DependencyObject d, DependencyPrope... method LoadImage (line 75) | private static void LoadImage(ImageElement element) method OnApplyTemplate (line 116) | protected override void OnApplyTemplate() method Image_PointerExited (line 126) | private void Image_PointerExited(object sender, PointerRoutedEventArgs e) method Image_PointerEntered (line 134) | private void Image_PointerEntered(object sender, PointerRoutedEventArg... method Current_VisibilityChanged (line 142) | private void Current_VisibilityChanged(object sender, Windows.UI.Core.... method ImageElement_Unloaded (line 157) | private void ImageElement_Unloaded(object sender, RoutedEventArgs e) FILE: Unicord.Universal/Controls/Markdown/CodeBlockResolvingEventArgs.cs class CodeBlockResolvingEventArgs (line 13) | public class CodeBlockResolvingEventArgs : EventArgs method CodeBlockResolvingEventArgs (line 15) | internal CodeBlockResolvingEventArgs(InlineCollection inlineCollection... FILE: Unicord.Universal/Controls/Markdown/ImageResolvingEventArgs.cs class ImageResolvingEventArgs (line 17) | public class ImageResolvingEventArgs : EventArgs method ImageResolvingEventArgs (line 21) | internal ImageResolvingEventArgs(string url, string tooltip) method GetDeferral (line 52) | public Deferral GetDeferral() method WaitForDeferrals (line 67) | internal Task WaitForDeferrals() FILE: Unicord.Universal/Controls/Markdown/LinkClickedEventArgs.cs class LinkClickedEventArgs (line 12) | public class LinkClickedEventArgs : EventArgs method LinkClickedEventArgs (line 14) | internal LinkClickedEventArgs(string link) FILE: Unicord.Universal/Controls/Markdown/MarkdownRenderedEventArgs.cs class MarkdownRenderedEventArgs (line 14) | public class MarkdownRenderedEventArgs : EventArgs method MarkdownRenderedEventArgs (line 16) | internal MarkdownRenderedEventArgs(Exception ex) FILE: Unicord.Universal/Controls/Markdown/MarkdownTextBlock.Dimensions.cs class MarkdownTextBlock (line 13) | public partial class MarkdownTextBlock FILE: Unicord.Universal/Controls/Markdown/MarkdownTextBlock.Events.cs class MarkdownTextBlock (line 15) | public partial class MarkdownTextBlock method OnPropertyChangedStatic (line 20) | private static void OnPropertyChangedStatic(DependencyObject d, Depend... method OnPropertyChanged (line 31) | private void OnPropertyChanged(DependencyObject d, DependencyProperty ... method Hyperlink_Click (line 39) | private void Hyperlink_Click(Hyperlink sender, HyperlinkClickEventArgs... method NewImagelink_Tapped (line 47) | private void NewImagelink_Tapped(object sender, Windows.UI.Xaml.Input.... FILE: Unicord.Universal/Controls/Markdown/MarkdownTextBlock.Methods.cs class MarkdownTextBlock (line 32) | public partial class MarkdownTextBlock method SetRenderer (line 38) | public void SetRenderer() method IsHuge (line 44) | private bool IsHuge(MarkdownDocument markdown) method RenderMarkdown (line 91) | private void RenderMarkdown() method UnhookListeners (line 234) | private void UnhookListeners() method RegisterNewHyperLink (line 256) | public void RegisterNewHyperLink(Hyperlink newHyperlink, string linkUrl) method RegisterNewHyperLink (line 271) | public void RegisterNewHyperLink(Image newImagelink, string linkUrl, b... method ResolveImageAsync (line 290) | async Task IImageResolver.ResolveImageAsync(string url, s... method ParseSyntax (line 334) | bool ICodeBlockResolver.ParseSyntax(InlineCollection inlineCollection,... method LinkHandled (line 379) | internal async void LinkHandled(string url, bool isHyperlink) FILE: Unicord.Universal/Controls/Markdown/MarkdownTextBlock.Properties.cs class MarkdownTextBlock (line 22) | public partial class MarkdownTextBlock FILE: Unicord.Universal/Controls/Markdown/MarkdownTextBlock.cs class MarkdownTextBlock (line 15) | public sealed partial class MarkdownTextBlock : Control, ILinkRegister, ... method MarkdownTextBlock (line 33) | public MarkdownTextBlock() method ThemeListener_ThemeChanged (line 42) | private void ThemeListener_ThemeChanged(ThemeListener sender) method OnLoaded (line 47) | private void OnLoaded(object sender, RoutedEventArgs e) method OnUnloaded (line 66) | private void OnUnloaded(object sender, RoutedEventArgs e) method OnApplyTemplate (line 91) | protected override void OnApplyTemplate() method RegisterThemeChangedHandler (line 102) | private void RegisterThemeChangedHandler() FILE: Unicord.Universal/Controls/Markdown/Parsers/Core/IParser.cs type IParser (line 13) | public interface IParser method Parse (line 21) | IEnumerable Parse(string data); FILE: Unicord.Universal/Controls/Markdown/Parsers/Core/ParseHelpers.cs class ParseHelpers (line 10) | public static class ParseHelpers method IsMarkdownBlankOrWhiteSpace (line 16) | public static bool IsMarkdownBlankOrWhiteSpace(string str) method IsMarkdownWhiteSpace (line 33) | public static bool IsMarkdownWhiteSpace(char c) FILE: Unicord.Universal/Controls/Markdown/Parsers/Core/SchemaBase.cs class SchemaBase (line 10) | public abstract class SchemaBase FILE: Unicord.Universal/Controls/Markdown/Parsers/Core/StringValueAttribute.cs class StringValueAttribute (line 12) | [AttributeUsage(AttributeTargets.Field)] method StringValueAttribute (line 20) | public StringValueAttribute(string value) FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Blocks/CodeBlock.cs class CodeBlock (line 14) | public class CodeBlock : MarkdownBlock method CodeBlock (line 19) | public CodeBlock() method Parse (line 45) | internal static CodeBlock Parse(string markdown, int start, int maxEnd... method ToString (line 191) | public override string ToString() FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Blocks/HeaderBlock.cs class HeaderBlock (line 15) | public class HeaderBlock : MarkdownBlock method HeaderBlock (line 20) | public HeaderBlock() method ParseHashPrefixedHeader (line 57) | internal static HeaderBlock ParseHashPrefixedHeader(string markdown, i... method ParseUnderlineStyleHeader (line 96) | internal static HeaderBlock ParseUnderlineStyleHeader(string markdown,... method ToString (line 155) | public override string ToString() FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Blocks/HorizontalRuleBlock.cs class HorizontalRuleBlock (line 12) | public class HorizontalRuleBlock : MarkdownBlock method HorizontalRuleBlock (line 17) | public HorizontalRuleBlock() method Parse (line 29) | internal static HorizontalRuleBlock Parse(string markdown, int start, ... method ToString (line 69) | public override string ToString() FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Blocks/LinkReferenceBlock.cs class LinkReferenceBlock (line 13) | public class LinkReferenceBlock : MarkdownBlock method LinkReferenceBlock (line 18) | public LinkReferenceBlock() method Parse (line 45) | internal static LinkReferenceBlock Parse(string markdown, int start, i... method ToString (line 172) | public override string ToString() FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Blocks/List/ListItemBlock.cs class ListItemBlock (line 12) | public class ListItemBlock method ListItemBlock (line 19) | internal ListItemBlock() FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Blocks/List/ListItemBuilder.cs class ListItemBuilder (line 9) | internal class ListItemBuilder : MarkdownBlock method ListItemBuilder (line 13) | public ListItemBuilder() FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Blocks/List/ListItemPreamble.cs class ListItemPreamble (line 7) | internal class ListItemPreamble FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Blocks/List/NestedListInfo.cs class NestedListInfo (line 7) | internal class NestedListInfo FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Blocks/ListBlock.cs class ListBlock (line 21) | public class ListBlock : MarkdownBlock method ListBlock (line 26) | public ListBlock() method Parse (line 50) | internal static ListBlock Parse(string markdown, int start, int maxEnd... method ParseItemPreamble (line 220) | private static ListItemPreamble ParseItemPreamble(string markdown, int... method AppendTextToListItem (line 276) | private static void AppendTextToListItem(ListItemBlock listItem, strin... method ReplaceStringBuilders (line 316) | private static bool ReplaceStringBuilders(ListBlock list) method ToString (line 370) | public override string ToString() FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Blocks/ParagraphBlock.cs class ParagraphBlock (line 14) | public class ParagraphBlock : MarkdownBlock method ParagraphBlock (line 19) | public ParagraphBlock() method Parse (line 34) | internal static ParagraphBlock Parse(string markdown) method ToString (line 47) | public override string ToString() FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Blocks/QuoteBlock.cs class QuoteBlock (line 13) | public class QuoteBlock : MarkdownBlock method QuoteBlock (line 18) | public QuoteBlock() method Parse (line 37) | internal static QuoteBlock Parse(string markdown, int startOfLine, int... FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Blocks/TableBlock.cs class TableBlock (line 16) | public class TableBlock : MarkdownBlock method TableBlock (line 21) | public TableBlock() method Parse (line 48) | internal static TableBlock Parse(string markdown, int start, int endOf... class TableColumnDefinition (line 155) | public class TableColumnDefinition class TableRow (line 166) | public class TableRow method ParseContents (line 183) | internal static int ParseContents(string markdown, int startingPos, ... method Parse (line 286) | internal int Parse(string markdown, int startingPos, int maxEndingPo... class TableCell (line 309) | public class TableCell FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Enums/ColumnAlignment.cs type ColumnAlignment (line 10) | public enum ColumnAlignment FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Enums/HyperlinkType.cs type HyperlinkType (line 10) | public enum HyperlinkType FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Enums/InlineParseMethod.cs type InlineParseMethod (line 7) | internal enum InlineParseMethod FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Enums/ListStyle.cs type ListStyle (line 10) | public enum ListStyle FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Enums/MarkdownBlockType.cs type MarkdownBlockType (line 10) | public enum MarkdownBlockType FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Enums/MarkdownInlineType.cs type MarkdownInlineType (line 10) | public enum MarkdownInlineType FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Helpers/Common.cs class Common (line 15) | internal class Common method Common (line 20) | static Common() method ParseInlineChildren (line 45) | public static List ParseInlineChildren(string markdown... method FindNextInlineElement (line 82) | private static InlineParseResult FindNextInlineElement(string markdown... method FindNextSingleNewLine (line 221) | public static int FindNextSingleNewLine(string markdown, int startingP... method IndexOf (line 251) | public static int IndexOf(string markdown, string search, int starting... method IndexOf (line 289) | public static int IndexOf(string markdown, char search, int startingPo... method FindNextWhiteSpace (line 327) | public static int FindNextWhiteSpace(string markdown, int startingPos,... method ParseLines (line 347) | public static IEnumerable ParseLines(string markdown, int st... method SkipQuoteCharacters (line 444) | public static int SkipQuoteCharacters(string markdown, int start, int ... method IsUrlValid (line 515) | public static bool IsUrlValid(string url) FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Helpers/DebuggingReporter.cs class DebuggingReporter (line 12) | internal class DebuggingReporter method ReportCriticalError (line 17) | public static void ReportCriticalError(string errorText) FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Helpers/InlineParseResult.cs class InlineParseResult (line 12) | internal class InlineParseResult method InlineParseResult (line 14) | public InlineParseResult(MarkdownInline parsedElement, int start, int ... FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Helpers/InlineTripCharHelper.cs class InlineTripCharHelper (line 14) | internal class InlineTripCharHelper FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Helpers/LineInfo.cs class LineInfo (line 7) | internal class LineInfo FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Inlines/BoldItalicTextInline.cs class BoldItalicTextInline (line 14) | internal class BoldItalicTextInline : MarkdownInline, IInlineContainer method BoldItalicTextInline (line 19) | public BoldItalicTextInline() method AddTripChars (line 32) | internal static void AddTripChars(List tripCharH... method Parse (line 45) | internal static InlineParseResult Parse(string markdown, int start, in... method ToString (line 109) | public override string ToString() FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Inlines/BoldTextInline.cs class BoldTextInline (line 14) | public class BoldTextInline : MarkdownInline, IInlineContainer method BoldTextInline (line 19) | public BoldTextInline() method AddTripChars (line 32) | internal static void AddTripChars(List tripCharH... method Parse (line 45) | internal static InlineParseResult Parse(string markdown, int start, in... method ToString (line 98) | public override string ToString() FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Inlines/CodeInline.cs class CodeInline (line 14) | public class CodeInline : MarkdownInline, IInlineLeaf method CodeInline (line 19) | public CodeInline() method AddTripChars (line 32) | internal static void AddTripChars(List tripCharH... method Parse (line 44) | internal static InlineParseResult Parse(string markdown, int start, in... method ToString (line 102) | public override string ToString() FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Inlines/DiscordInline.cs class DiscordInline (line 7) | public class DiscordInline : MarkdownInline method DiscordInline (line 14) | public DiscordInline() : base(MarkdownInlineType.Discord) method AddTripChars (line 21) | internal static void AddTripChars(List tripCharH... method Parse (line 26) | internal static InlineParseResult Parse(string markdown, int start, in... method HandleUser (line 104) | private static void HandleUser(string text, StringBuilder builder, ref... method HandleEmote (line 123) | private static InlineParseResult HandleEmote(string text, StringBuilde... method ReadDigits (line 143) | private static void ReadDigits(string text, StringBuilder builder, ref... type MentionType (line 153) | public enum MentionType FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Inlines/EmojiInline.cs class EmojiInline (line 15) | public partial class EmojiInline : MarkdownInline, IInlineLeaf method EmojiInline (line 20) | public EmojiInline() method AddTripChars (line 28) | internal static void AddTripChars(List tripCharH... method Parse (line 33) | internal static InlineParseResult Parse(string markdown, int start, in... FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Inlines/HyperlinkInline.cs class HyperlinkInline (line 16) | public class HyperlinkInline : MarkdownInline, IInlineLeaf, ILinkElement method HyperlinkInline (line 21) | public HyperlinkInline() method AddTripChars (line 49) | internal static void AddTripChars(List tripCharH... method ParseAngleBracketLink (line 65) | internal static InlineParseResult ParseAngleBracketLink(string markdow... method ParseUrl (line 110) | internal static InlineParseResult ParseUrl(string markdown, int tripPo... method ParseRedditLink (line 164) | internal static InlineParseResult ParseRedditLink(string markdown, int... method ParseDoubleSlashLink (line 182) | private static InlineParseResult ParseDoubleSlashLink(string markdown,... method ParseSingleSlashLink (line 232) | private static InlineParseResult ParseSingleSlashLink(string markdown,... method ParsePartialLink (line 284) | internal static InlineParseResult ParsePartialLink(string markdown, in... method ParseEmailAddress (line 319) | internal static InlineParseResult ParseEmailAddress(string markdown, i... method ToString (line 410) | public override string ToString() method FindEndOfRedditLink (line 427) | private static int FindEndOfRedditLink(string markdown, int start, int... method FindUrlEnd (line 454) | private static int FindUrlEnd(string markdown, int start, int maxEnd) FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Inlines/IInlineContainer.cs type IInlineContainer (line 12) | public interface IInlineContainer FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Inlines/IInlineLeaf.cs type IInlineLeaf (line 10) | public interface IInlineLeaf FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Inlines/ILinkElement.cs type ILinkElement (line 10) | internal interface ILinkElement FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Inlines/ImageInline.cs class ImageInline (line 15) | public class ImageInline : MarkdownInline, IInlineLeaf method ImageInline (line 20) | public ImageInline() method AddTripChars (line 62) | internal static void AddTripChars(List tripCharH... method Parse (line 74) | internal static InlineParseResult Parse(string markdown, int start, in... method ResolveReference (line 207) | internal void ResolveReference(MarkdownDocument document) method ToString (line 241) | public override string ToString() FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Inlines/ItalicTextInline.cs class ItalicTextInline (line 14) | public class ItalicTextInline : MarkdownInline, IInlineContainer method ItalicTextInline (line 19) | public ItalicTextInline() method AddTripChars (line 32) | internal static void AddTripChars(List tripCharH... method Parse (line 45) | internal static InlineParseResult Parse(string markdown, int start, in... method ToString (line 99) | public override string ToString() FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Inlines/LinkAnchorInline.cs class LinkAnchorInline (line 14) | public class LinkAnchorInline : MarkdownInline method LinkAnchorInline (line 16) | internal LinkAnchorInline() method AddTripChars (line 34) | internal static void AddTripChars(List tripCharH... method Parse (line 46) | internal static InlineParseResult Parse(string markdown, int start, in... method ToString (line 119) | public override string ToString() FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Inlines/MarkdownLinkInline.cs class MarkdownLinkInline (line 16) | public class MarkdownLinkInline : MarkdownInline, IInlineContainer, ILin... method MarkdownLinkInline (line 21) | public MarkdownLinkInline() method AddTripChars (line 49) | internal static void AddTripChars(List tripCharH... method Parse (line 61) | internal static InlineParseResult Parse(string markdown, int start, in... method ResolveReference (line 241) | internal void ResolveReference(MarkdownDocument document) method ToString (line 276) | public override string ToString() FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Inlines/SpoilerTextInline.cs class SpoilerTextInline (line 13) | public class SpoilerTextInline : MarkdownInline, IInlineContainer method SpoilerTextInline (line 18) | public SpoilerTextInline() method AddTripChars (line 31) | internal static void AddTripChars(List tripCharH... method Parse (line 43) | internal static InlineParseResult Parse(string markdown, int start, in... method ToString (line 77) | public override string ToString() FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Inlines/StrikethroughTextInline.cs class StrikethroughTextInline (line 14) | public class StrikethroughTextInline : MarkdownInline, IInlineContainer method StrikethroughTextInline (line 19) | public StrikethroughTextInline() method AddTripChars (line 32) | internal static void AddTripChars(List tripCharH... method Parse (line 44) | internal static InlineParseResult Parse(string markdown, int start, in... method ToString (line 90) | public override string ToString() FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Inlines/TextRunInline.cs class TextRunInline (line 14) | public class TextRunInline : MarkdownInline, IInlineLeaf method TextRunInline (line 19) | public TextRunInline() method Parse (line 298) | internal static TextRunInline Parse(string markdown, int start, int end) method ResolveEscapeSequences (line 394) | internal static string ResolveEscapeSequences(string markdown, int sta... method ToString (line 451) | public override string ToString() FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Inlines/UnderlineTextInline.cs class UnderlineTextInline (line 22) | public class UnderlineTextInline : MarkdownInline, IInlineContainer method UnderlineTextInline (line 27) | public UnderlineTextInline() method AddTripChars (line 40) | internal static void AddTripChars(List tripCharH... method Parse (line 52) | internal static InlineParseResult Parse(string markdown, int start, in... method ToString (line 102) | public override string ToString() FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/MarkdownBlock.cs class MarkdownBlock (line 10) | public abstract class MarkdownBlock : MarkdownElement method MarkdownBlock (line 20) | internal MarkdownBlock(MarkdownBlockType type) method Equals (line 30) | public override bool Equals(object obj) method GetHashCode (line 44) | public override int GetHashCode() FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/MarkdownDocument.cs class MarkdownDocument (line 18) | public class MarkdownDocument : MarkdownBlock method MarkdownDocument (line 42) | public MarkdownDocument() method Parse (line 57) | public void Parse(string markdownText) method Parse (line 96) | internal static List Parse(string markdown, bool inline... method LookUpReference (line 319) | public LinkReferenceBlock LookUpReference(string id) method ToString (line 343) | public override string ToString() FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/MarkdownElement.cs class MarkdownElement (line 10) | public abstract class MarkdownElement FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/MarkdownInline.cs class MarkdownInline (line 10) | public abstract class MarkdownInline : MarkdownElement method MarkdownInline (line 20) | internal MarkdownInline(MarkdownInlineType type) FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Render/IRenderContext.cs type IRenderContext (line 10) | public interface IRenderContext method Clone (line 26) | IRenderContext Clone(); FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Render/MarkdownRendererBase.Blocks.cs class MarkdownRendererBase (line 12) | public partial class MarkdownRendererBase method RenderParagraph (line 17) | protected abstract void RenderParagraph(ParagraphBlock element, IRende... method RenderHeader (line 22) | protected abstract void RenderHeader(HeaderBlock element, IRenderConte... method RenderListElement (line 27) | protected abstract void RenderListElement(ListBlock element, IRenderCo... method RenderHorizontalRule (line 32) | protected abstract void RenderHorizontalRule(IRenderContext context); method RenderQuote (line 37) | protected abstract void RenderQuote(QuoteBlock element, IRenderContext... method RenderCode (line 42) | protected abstract void RenderCode(CodeBlock element, IRenderContext c... method RenderTable (line 47) | protected abstract void RenderTable(TableBlock element, IRenderContext... FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Render/MarkdownRendererBase.Inlines.cs class MarkdownRendererBase (line 12) | public partial class MarkdownRendererBase method RenderEmoji (line 19) | protected abstract void RenderEmoji(EmojiInline element, IRenderContex... method RenderDiscord (line 26) | protected abstract void RenderDiscord(DiscordInline element, IRenderCo... method RenderSpoiler (line 33) | protected abstract void RenderSpoiler(SpoilerTextInline element, IRend... method RenderTextRun (line 40) | protected abstract void RenderTextRun(TextRunInline element, IRenderCo... method RenderBoldRun (line 47) | protected abstract void RenderBoldRun(BoldTextInline element, IRenderC... method RenderUnderlineRun (line 54) | protected abstract void RenderUnderlineRun(UnderlineTextInline element... method RenderMarkdownLink (line 61) | protected abstract void RenderMarkdownLink(MarkdownLinkInline element,... method RenderImage (line 68) | protected abstract void RenderImage(ImageInline element, IRenderContex... method RenderHyperlink (line 75) | protected abstract void RenderHyperlink(HyperlinkInline element, IRend... method RenderItalicRun (line 82) | protected abstract void RenderItalicRun(ItalicTextInline element, IRen... method RenderStrikethroughRun (line 89) | protected abstract void RenderStrikethroughRun(StrikethroughTextInline... method RenderCodeRun (line 96) | protected abstract void RenderCodeRun(CodeInline element, IRenderConte... FILE: Unicord.Universal/Controls/Markdown/Parsers/Markdown/Render/MarkdownRendererBase.cs class MarkdownRendererBase (line 15) | public abstract partial class MarkdownRendererBase method MarkdownRendererBase (line 21) | public MarkdownRendererBase(MarkdownDocument document) method Render (line 30) | public virtual void Render(IRenderContext context) method RenderBlocks (line 38) | protected virtual void RenderBlocks(IEnumerable blockEl... method RenderBlock (line 49) | protected void RenderBlock(MarkdownBlock element, IRenderContext context) method RenderInlineChildren (line 90) | protected void RenderInlineChildren(IList inlineElemen... method RenderInline (line 111) | protected void RenderInline(MarkdownInline element, IRenderContext con... method CollapseWhitespace (line 169) | protected string CollapseWhitespace(IRenderContext context, string text) method CheckRenderMarkdownLink (line 209) | protected void CheckRenderMarkdownLink(MarkdownLinkInline element, IRe... FILE: Unicord.Universal/Controls/Markdown/Render/ICodeBlockResolver.cs type ICodeBlockResolver (line 12) | public interface ICodeBlockResolver method ParseSyntax (line 26) | bool ParseSyntax(InlineCollection inlineCollection, string text, strin... FILE: Unicord.Universal/Controls/Markdown/Render/IImageResolver.cs type IImageResolver (line 13) | public interface IImageResolver method ResolveImageAsync (line 21) | Task ResolveImageAsync(string url, string tooltip); FILE: Unicord.Universal/Controls/Markdown/Render/ILinkRegister.cs type ILinkRegister (line 13) | public interface ILinkRegister method RegisterNewHyperLink (line 20) | void RegisterNewHyperLink(Hyperlink newHyperlink, string linkUrl); method RegisterNewHyperLink (line 28) | void RegisterNewHyperLink(Image newImagelink, string linkUrl, bool isH... FILE: Unicord.Universal/Controls/Markdown/Render/InlineRenderContext.cs class InlineRenderContext (line 13) | public class InlineRenderContext : RenderContext method InlineRenderContext (line 15) | internal InlineRenderContext(InlineCollection inlineCollection, IRende... FILE: Unicord.Universal/Controls/Markdown/Render/MarkdownRenderer.Blocks.cs class MarkdownRenderer (line 21) | public partial class MarkdownRenderer method RenderBlocks (line 26) | protected override void RenderBlocks(IEnumerable blockE... method RenderParagraph (line 77) | protected override void RenderParagraph(ParagraphBlock element, IRende... method RenderHeader (line 98) | protected override void RenderHeader(HeaderBlock element, IRenderConte... method RenderListElement (line 169) | protected override void RenderListElement(ListBlock element, IRenderCo... method RenderHorizontalRule (line 229) | protected override void RenderHorizontalRule(IRenderContext context) method RenderQuote (line 258) | protected override void RenderQuote(QuoteBlock element, IRenderContext... method RenderCode (line 296) | protected override void RenderCode(CodeBlock element, IRenderContext c... method RenderTable (line 362) | protected override void RenderTable(TableBlock element, IRenderContext... FILE: Unicord.Universal/Controls/Markdown/Render/MarkdownRenderer.Dimensions.cs class MarkdownRenderer (line 14) | public partial class MarkdownRenderer FILE: Unicord.Universal/Controls/Markdown/Render/MarkdownRenderer.Inlines.cs class MarkdownRenderer (line 28) | public partial class MarkdownRenderer method RenderEmoji (line 36) | protected override void RenderEmoji(EmojiInline element, IRenderContex... method RenderTextRun (line 59) | protected override void RenderTextRun(TextRunInline element, IRenderCo... method InternalRenderTextRun (line 64) | private Run InternalRenderTextRun(TextRunInline element, IRenderContex... method RenderBoldRun (line 89) | protected override void RenderBoldRun(BoldTextInline element, IRenderC... method RenderUnderlineRun (line 120) | protected override void RenderUnderlineRun(UnderlineTextInline element... method RenderMarkdownLink (line 152) | protected override void RenderMarkdownLink(MarkdownLinkInline element,... method RenderHyperlink (line 195) | protected override void RenderHyperlink(HyperlinkInline element, IRend... method RenderImage (line 231) | protected override async void RenderImage(ImageInline element, IRender... method RenderItalicRun (line 354) | protected override void RenderItalicRun(ItalicTextInline element, IRen... method RenderStrikethroughRun (line 385) | protected override void RenderStrikethroughRun(StrikethroughTextInline... method RenderCodeRun (line 435) | protected override void RenderCodeRun(CodeInline element, IRenderConte... method RenderSpoiler (line 520) | protected override void RenderSpoiler(SpoilerTextInline element, IRend... method GetDiscordBrush (line 633) | private Brush GetDiscordBrush(DiscordColor color) method RenderDiscord (line 638) | protected override void RenderDiscord(DiscordInline element, IRenderCo... FILE: Unicord.Universal/Controls/Markdown/Render/MarkdownRenderer.Properties.cs class MarkdownRenderer (line 19) | public partial class MarkdownRenderer FILE: Unicord.Universal/Controls/Markdown/Render/MarkdownRenderer.cs class MarkdownRenderer (line 19) | public partial class MarkdownRenderer : MarkdownRendererBase method MarkdownRenderer (line 28) | public MarkdownRenderer(MarkdownDocument document, ILinkRegister linkR... method Render (line 41) | public UIElement Render() method CreateOrReuseRichTextBlock (line 60) | protected RichTextBlock CreateOrReuseRichTextBlock(IRenderContext cont... method CreateTextBlock (line 96) | protected TextBlock CreateTextBlock(RenderContext context) method AlterChildRuns (line 116) | protected void AlterChildRuns(Span parentSpan, Action action) method Preventative_PointerWheelChanged (line 131) | private void Preventative_PointerWheelChanged(object sender, Windows.U... FILE: Unicord.Universal/Controls/Markdown/Render/MarkdownTable.cs class MarkdownTable (line 19) | internal class MarkdownTable : Panel method MarkdownTable (line 27) | public MarkdownTable(int columnCount, int rowCount, double borderThick... method MeasureOverride (line 79) | protected override Size MeasureOverride(Size availableSize) method ArrangeOverride (line 145) | protected override Size ArrangeOverride(Size finalSize) FILE: Unicord.Universal/Controls/Markdown/Render/RenderContext.cs class RenderContext (line 13) | public abstract class RenderContext : IRenderContext method Clone (line 32) | public IRenderContext Clone() FILE: Unicord.Universal/Controls/Markdown/Render/RenderContextIncorrectException.cs class RenderContextIncorrectException (line 12) | public class RenderContextIncorrectException : Exception method RenderContextIncorrectException (line 14) | internal RenderContextIncorrectException() FILE: Unicord.Universal/Controls/Markdown/Render/UIElementCollectionRenderContext.cs class UIElementCollectionRenderContext (line 13) | public class UIElementCollectionRenderContext : RenderContext method UIElementCollectionRenderContext (line 15) | internal UIElementCollectionRenderContext(UIElementCollection blockUIE... method UIElementCollectionRenderContext (line 20) | internal UIElementCollectionRenderContext(UIElementCollection blockUIE... FILE: Unicord.Universal/Controls/MessageTextBox.cs class DiscordEntityTemplateSelector (line 19) | public class DiscordEntityTemplateSelector : DataTemplateSelector method SelectTemplateCore (line 27) | protected override DataTemplate SelectTemplateCore(object item) class MessageTextBox (line 48) | public sealed class MessageTextBox : Control method MessageTextBox (line 165) | public MessageTextBox() method AppendText (line 171) | public void AppendText(string text, bool focus = true) method AppendObject (line 182) | public void AppendObject(object item, bool focus = true) method Focus (line 193) | public new void Focus(FocusState state = FocusState.Keyboard) method Clear (line 202) | public void Clear() method OnApplyTemplate (line 213) | protected override void OnApplyTemplate() method OnLoaded (line 221) | private void OnLoaded(object sender, RoutedEventArgs e) method OnTextChanged (line 255) | private void OnTextChanged(object sender, TextChangedEventArgs e) method OnSendButtonClick (line 264) | private void OnSendButtonClick(object sender, RoutedEventArgs e) method OnSubmitButtonClick (line 270) | private void OnSubmitButtonClick(object sender, RoutedEventArgs e) method OnCancelButtonClick (line 275) | private void OnCancelButtonClick(object sender, RoutedEventArgs e) method OnTextBoxPaste (line 280) | private void OnTextBoxPaste(object sender, TextControlPasteEventArgs e) method OnTextChanged (line 285) | private static void OnTextChanged(DependencyObject d, DependencyProper... method OnShowEmotePicker (line 291) | private void OnShowEmotePicker(object sender, RoutedEventArgs e) method OnEmoteFlyoutClosed (line 305) | private void OnEmoteFlyoutClosed(object sender, object e) method OnEmotePicked (line 311) | private void OnEmotePicked(object sender, EmojiViewModel e) method OnTextBoxKeyDown (line 319) | private void OnTextBoxKeyDown(object sender, KeyRoutedEventArgs e) method OnSuggestionBoxTextChanged (line 327) | private void OnSuggestionBoxTextChanged(AutoSuggestBox sender, AutoSug... method OnSuggestBoxSuggestionChosen (line 342) | public void OnSuggestBoxSuggestionChosen(AutoSuggestBox sender, AutoSu... method OnSuggestBoxQuerySubmitted (line 347) | private void OnSuggestBoxQuerySubmitted(AutoSuggestBox sender, AutoSug... method UpdateAutoSuggestBoxSource (line 379) | private void UpdateAutoSuggestBoxSource(AutoSuggestBox sender) method UpdateSourceForUserRoleMentions (line 435) | private void UpdateSourceForUserRoleMentions(AutoSuggestBox sender, st... method UpdateSourceForChannelMentions (line 455) | private void UpdateSourceForChannelMentions(AutoSuggestBox sender, str... method UpdateSourceForEmojiMentions (line 466) | private void UpdateSourceForEmojiMentions(AutoSuggestBox sender, strin... method AppendText (line 479) | private string AppendText(string target, string text) method AppendObject (line 491) | private string AppendObject(string target, object item) FILE: Unicord.Universal/Controls/Messages/AttachmentControl.cs class AttachmentControl (line 10) | public sealed class AttachmentControl : Control method AttachmentControl (line 21) | public AttachmentControl() method OnTapped (line 27) | private async void OnTapped(object sender, TappedRoutedEventArgs e) FILE: Unicord.Universal/Controls/Messages/AttachmentMediaControl.cs class AttachmentMediaControl (line 11) | [Obsolete] method OnAttachmentChange (line 28) | private static void OnAttachmentChange(DependencyObject d, DependencyP... method AttachmentMediaControl (line 33) | public AttachmentMediaControl() method OnApplyTemplate (line 38) | protected override void OnApplyTemplate() method OnAttachmentChanged (line 56) | private void OnAttachmentChanged(DependencyPropertyChangedEventArgs e) FILE: Unicord.Universal/Controls/Messages/Embeds/EmbedControl.xaml.cs class EmbedControl (line 10) | public sealed partial class EmbedControl : UserControl method EmbedControl (line 21) | public EmbedControl() FILE: Unicord.Universal/Controls/Messages/Embeds/EmbedFieldsView.cs class EmbedFieldsView (line 9) | public sealed class EmbedFieldsView : ItemsControl method PrepareContainerForItemOverride (line 11) | protected override void PrepareContainerForItemOverride(DependencyObje... FILE: Unicord.Universal/Controls/Messages/Embeds/ImageEmbedControl.xaml.cs class ImageEmbedControl (line 12) | public sealed partial class ImageEmbedControl : UserControl method ImageEmbedControl (line 23) | public ImageEmbedControl() method Image_Tapped (line 28) | private async void Image_Tapped(object sender, TappedRoutedEventArgs e) FILE: Unicord.Universal/Controls/Messages/Embeds/VideoEmbedControl.xaml.cs class VideoEmbedControl (line 14) | public sealed partial class VideoEmbedControl : UserControl method VideoEmbedControl (line 25) | public VideoEmbedControl() method OnUnloaded (line 31) | private void OnUnloaded(object sender, RoutedEventArgs e) method Canvas_Tapped (line 64) | private void Canvas_Tapped(object sender, TappedRoutedEventArgs e) method MeasureOverride (line 112) | protected override Size MeasureOverride(Size constraint) FILE: Unicord.Universal/Controls/Messages/MessageControl.cs class MessageControl (line 11) | public class MessageControl : Control method OnPropertyChanged (line 26) | private static void OnPropertyChanged(DependencyObject d, DependencyPr... method MessageControl (line 36) | public MessageControl() method OnApplyTemplate (line 41) | protected override void OnApplyTemplate() method OnMessageChanged (line 46) | protected virtual void OnMessageChanged(DependencyPropertyChangedEvent... method ClearProfileImage (line 60) | private void ClearProfileImage() method UpdateProfileImage (line 74) | private void UpdateProfileImage(MessageViewModel message) FILE: Unicord.Universal/Controls/Messages/MessageEditTools.cs class MessageEditTools (line 9) | public sealed class MessageEditTools : Control method MessageEditTools (line 20) | public MessageEditTools() FILE: Unicord.Universal/Controls/Messages/StickerControl.cs class StickerControl (line 13) | public sealed class StickerControl : Control method StickerControl (line 26) | public StickerControl() method OnApplyTemplate (line 31) | protected override void OnApplyTemplate() method OnStickerChanged (line 37) | private static void OnStickerChanged(DependencyObject d, DependencyPro... method UpdateSticker (line 45) | private void UpdateSticker(StickerViewModel s) FILE: Unicord.Universal/Controls/Messages/SystemMessageControl.cs class SystemMessageControl (line 5) | public sealed class SystemMessageControl : MessageControl method SystemMessageControl (line 7) | public SystemMessageControl() FILE: Unicord.Universal/Controls/Presence/InlinePresenceControl.xaml.cs class InlinePresenceControl (line 7) | public sealed partial class InlinePresenceControl : UserControl method OnPresenceUpdated (line 18) | private static void OnPresenceUpdated(DependencyObject d, DependencyPr... method InlinePresenceControl (line 33) | public InlinePresenceControl() method Not (line 38) | public bool Not(bool b) FILE: Unicord.Universal/Controls/Presence/PresenceControl.xaml.cs class PresenceControl (line 5) | public sealed partial class PresenceControl : UserControl method PresenceControl (line 7) | public PresenceControl() FILE: Unicord.Universal/Controls/Presence/StatusIndicator.cs class StatusIndicator (line 7) | public sealed class StatusIndicator : Control method StatusIndicator (line 18) | public StatusIndicator() FILE: Unicord.Universal/Controls/PreviewPaneAuroraControl.xaml.cs class PreviewPaneAuroraControl (line 14) | public partial class PreviewPaneAuroraControl : UserControl type ColorSet (line 16) | private record ColorSet(Color Aurora, Color Background); method PreviewPaneAuroraControl (line 32) | public PreviewPaneAuroraControl() method BackgroundLayer_Tapped (line 41) | private void BackgroundLayer_Tapped(object sender, TappedRoutedEventAr... method _AnimateAurora (line 47) | private void _AnimateAurora(Color colorAurora, Color colorBackground) method _AdjustAurora (line 72) | private void _AdjustAurora(Storyboard sb, Color colorOld, Color colorN... method _AdjustedLinearGradient (line 101) | private void _AdjustedLinearGradient( method AreClose (line 133) | private bool AreClose(Color color1, Color color2) method AreClose (line 140) | public static bool AreClose(float a, float b) FILE: Unicord.Universal/Controls/RangeSelector/RangeChangedEventArgs.cs class RangeChangedEventArgs (line 12) | public class RangeChangedEventArgs : EventArgs method RangeChangedEventArgs (line 35) | public RangeChangedEventArgs(double oldValue, double newValue, RangeSe... type RangeSelectorProperty (line 47) | public enum RangeSelectorProperty FILE: Unicord.Universal/Controls/RangeSelector/RangeSelector.cs class RangeSelector (line 20) | [TemplateVisualState(Name = "Normal", GroupName = "CommonStates")] method RangeSelector (line 120) | public RangeSelector() method OnApplyTemplate (line 128) | protected override void OnApplyTemplate() method CurrentThumb_KeyDown (line 222) | private void CurrentThumb_KeyDown(object sender, KeyRoutedEventArgs e) method MinThumb_KeyDown (line 239) | private void MinThumb_KeyDown(object sender, KeyRoutedEventArgs e) method MaxThumb_KeyDown (line 256) | private void MaxThumb_KeyDown(object sender, KeyRoutedEventArgs e) method ContainerCanvas_PointerEntered (line 273) | private void ContainerCanvas_PointerEntered(object sender, PointerRout... method ContainerCanvas_PointerExited (line 278) | private void ContainerCanvas_PointerExited(object sender, PointerRoute... method ContainerCanvas_PointerReleased (line 303) | private void ContainerCanvas_PointerReleased(object sender, PointerRou... method ContainerCanvas_PointerMoved (line 330) | private void ContainerCanvas_PointerMoved(object sender, PointerRouted... method ContainerCanvas_PointerPressed (line 352) | private void ContainerCanvas_PointerPressed(object sender, PointerRout... method ContainerCanvas_SizeChanged (line 375) | private void ContainerCanvas_SizeChanged(object sender, SizeChangedEve... method VerifyValues (line 380) | private void VerifyValues() method MinimumChangedCallback (line 426) | private static void MinimumChangedCallback(DependencyObject d, Depende... method MaximumChangedCallback (line 476) | private static void MaximumChangedCallback(DependencyObject d, Depende... method RangeMinChangedCallback (line 526) | private static void RangeMinChangedCallback(DependencyObject d, Depend... method ValueChangedCallback (line 584) | private static void ValueChangedCallback(DependencyObject d, Dependenc... method RangeMaxChangedCallback (line 618) | private static void RangeMaxChangedCallback(DependencyObject d, Depend... method RangeMinToStepFrequency (line 677) | private void RangeMinToStepFrequency() method RangeMaxToStepFrequency (line 682) | private void RangeMaxToStepFrequency() method MoveToStepFrequency (line 687) | private double MoveToStepFrequency(double rangeValue) method SyncThumbs (line 705) | private void SyncThumbs() method SyncActiveRectangle (line 723) | private void SyncActiveRectangle() method DragWidth (line 746) | private double DragWidth() method CurrentThumb_DragDelta (line 751) | private void CurrentThumb_DragDelta(object sender, DragDeltaEventArgs e) method MinThumb_DragDelta (line 759) | private void MinThumb_DragDelta(object sender, DragDeltaEventArgs e) method MaxThumb_DragDelta (line 768) | private void MaxThumb_DragDelta(object sender, DragDeltaEventArgs e) method DragThumb (line 776) | private double DragThumb(Thumb thumb, double min, double max, double n... method Thumb_DragStarted (line 786) | private void Thumb_DragStarted(Thumb thumb) method MinThumb_DragStarted (line 813) | private void MinThumb_DragStarted(object sender, DragStartedEventArgs e) method MaxThumb_DragStarted (line 819) | private void MaxThumb_DragStarted(object sender, DragStartedEventArgs e) method CurrentThumb_DragStarted (line 825) | private void CurrentThumb_DragStarted(object sender, DragStartedEventA... method Thumb_DragCompleted (line 831) | private void Thumb_DragCompleted(object sender, DragCompletedEventArgs e) method RangeSelector_IsEnabledChanged (line 849) | private void RangeSelector_IsEnabledChanged(object sender, DependencyP... FILE: Unicord.Universal/Controls/RichPresenceControl.xaml.cs class RichPresenceControl (line 6) | [Obsolete] method RichPresenceControl (line 9) | public RichPresenceControl() FILE: Unicord.Universal/Controls/ScaledContentControl.cs class ScaledContentControl (line 9) | public sealed class ScaledContentControl : ContentControl method OnWidthHeightPropertyChanged (line 38) | private static void OnWidthHeightPropertyChanged(DependencyObject d, D... method ScaledContentControl (line 48) | public ScaledContentControl() method MeasureOverride (line 53) | protected override Size MeasureOverride(Size constraint) FILE: Unicord.Universal/Controls/Settings/Converters.cs class ValueConverter (line 14) | public abstract class ValueConverter method Convert (line 22) | public TTarget? Convert(TSource? value) method ConvertBack (line 32) | public TSource? ConvertBack(TTarget? value) method Convert (line 45) | public object? Convert(object? value, Type? targetType, object? parame... method ConvertBack (line 59) | public object? ConvertBack(object? value, Type? targetType, object? pa... method Convert (line 72) | protected virtual TTarget? Convert(TSource? value, object? parameter, ... method ConvertBack (line 84) | protected virtual TSource? ConvertBack(TTarget? value, object? paramet... class ToObjectConverter (line 93) | public abstract class ToObjectConverter method Convert (line 103) | protected override object? Convert(T? value, object? parameter, string... method ConvertBack (line 115) | protected override T? ConvertBack(object? value, object? parameter, st... class InverseBooleanConverter (line 124) | public class InverseBooleanConverter method Convert (line 134) | protected override bool Convert(bool value, object? parameter, string?... method ConvertBack (line 146) | protected override bool ConvertBack(bool value, object? parameter, str... class NullToTrueConverter (line 152) | public class NullToTrueConverter method Convert (line 168) | protected override bool Convert(object? value, object? parameter, stri... method ConvertBack (line 180) | protected override object? ConvertBack(bool value, object? parameter, ... class StringNullOrWhiteSpaceToTrueConverter (line 186) | public class StringNullOrWhiteSpaceToTrueConverter method Convert (line 202) | protected override bool Convert(string? value, object? parameter, stri... method ConvertBack (line 214) | protected override string ConvertBack(bool value, object? parameter, s... FILE: Unicord.Universal/Controls/Settings/SettingsBlockControl.xaml.cs class SettingsBlockControl (line 7) | [ContentProperty(Name = nameof(SettingsActionableElement))] method SettingsBlockControl (line 108) | public SettingsBlockControl() method ActionableButton_Click (line 113) | private void ActionableButton_Click(object sender, RoutedEventArgs e) method Expander_Expanding (line 118) | private void Expander_Expanding(Microsoft.UI.Xaml.Controls.Expander se... method Expander_Collapsed (line 123) | private void Expander_Collapsed(Microsoft.UI.Xaml.Controls.Expander se... FILE: Unicord.Universal/Controls/Settings/SettingsDisplayControl.xaml.cs class SettingsDisplayControl (line 7) | [ContentProperty(Name = nameof(SettingsActionableElement))] method SettingsDisplayControl (line 64) | public SettingsDisplayControl() method MainPanel_SizeChanged (line 70) | private void MainPanel_SizeChanged(object sender, SizeChangedEventArgs e) FILE: Unicord.Universal/Controls/SidebarSearchBox.cs class SidebarSearchBox (line 5) | public sealed class SidebarSearchBox : Control method SidebarSearchBox (line 7) | public SidebarSearchBox() FILE: Unicord.Universal/Controls/UniformGrid/TakenSpotsReferenceHolder.cs class TakenSpotsReferenceHolder (line 16) | internal sealed class TakenSpotsReferenceHolder method TakenSpotsReferenceHolder (line 28) | public TakenSpotsReferenceHolder(int rows, int columns) method Fill (line 66) | public void Fill(bool value, int row, int column, int width, int height) method Reset (line 85) | public void Reset() FILE: Unicord.Universal/Controls/UniformGrid/UniformGrid.Helpers.cs class UniformGrid (line 16) | public partial class UniformGrid : Grid method GetFreeSpot (line 19) | internal static IEnumerable<(int row, int column)> GetFreeSpot(TakenSp... method GetDimensions (line 63) | internal static (int rows, int columns) GetDimensions(FrameworkElement... method SetupRowDefinitions (line 111) | internal void SetupRowDefinitions(int rows) method SetupColumnDefinitions (line 144) | internal void SetupColumnDefinitions(int columns) FILE: Unicord.Universal/Controls/UniformGrid/UniformGrid.Properties.cs class UniformGrid (line 13) | public partial class UniformGrid method SetAutoLayout (line 31) | public static void SetAutoLayout(FrameworkElement element, bool? value) method GetAutoLayout (line 41) | public static bool? GetAutoLayout(FrameworkElement element) method SetAutoLayout (line 51) | internal static void SetAutoLayout(ColumnDefinition element, bool? value) method GetAutoLayout (line 61) | internal static bool? GetAutoLayout(ColumnDefinition element) method SetAutoLayout (line 71) | internal static void SetAutoLayout(RowDefinition element, bool? value) method GetAutoLayout (line 81) | internal static bool? GetAutoLayout(RowDefinition element) method OnPropertyChanged (line 110) | private static void OnPropertyChanged(DependencyObject d, object newVa... FILE: Unicord.Universal/Controls/UniformGrid/UniformGrid.cs class UniformGrid (line 17) | public partial class UniformGrid : Grid method MeasureOverride (line 28) | protected override Size MeasureOverride(Size availableSize) method ArrangeOverride (line 169) | protected override Size ArrangeOverride(Size finalSize) FILE: Unicord.Universal/Controls/UniversalWebView.cs class UniversalWebView (line 24) | public class UniversalWebView : Control method OnSourceChanged (line 42) | private static void OnSourceChanged(DependencyObject d, DependencyProp... method UniversalWebView (line 59) | public UniversalWebView() method OnViewUnloaded (line 65) | private void OnViewUnloaded(object sender, RoutedEventArgs e) method OnApplyTemplate (line 70) | protected override void OnApplyTemplate() method OnWebViewFullScreenElementChanged (line 99) | private async void OnWebViewFullScreenElementChanged(WebView sender, o... method OnCoreWebView2Initialized (line 109) | private void OnCoreWebView2Initialized(WebView2 sender, CoreWebView2In... method OnWebView2NewWindowRequesteed (line 116) | private async void OnWebView2NewWindowRequesteed(CoreWebView2 sender, ... method OnWebView2DocumentTitleChanged (line 122) | private void OnWebView2DocumentTitleChanged(CoreWebView2 sender, objec... method OnWebView2FullScreenElementChanged (line 127) | private async void OnWebView2FullScreenElementChanged(CoreWebView2 sen... method Close (line 141) | internal void Close() FILE: Unicord.Universal/Controls/UploadItemsControl.xaml.cs class UploadItemsControl (line 14) | public sealed partial class UploadItemsControl : UserControl type MediaType (line 16) | private enum MediaType method UploadItemsControl (line 24) | public UploadItemsControl() method AddStorageFileAsync (line 29) | public async Task AddStorageFileAsync(IStorageFile file, bool temporar... method UpdateProgressBar (line 100) | private void UpdateProgressBar(double? obj) method RemoveItemButton_Click (line 114) | private async void RemoveItemButton_Click(object sender, RoutedEventAr... method UploadList_ItemClick (line 128) | private async void UploadList_ItemClick(object sender, ItemClickEventA... method TryTranscodeMediaAsync (line 136) | private async Task TryTranscodeMediaAsync(IStorageFile f... method Button_Click (line 181) | private void Button_Click(object sender, RoutedEventArgs e) method TranscodeFailedButton_Click (line 186) | private async void TranscodeFailedButton_Click(object sender, RoutedEv... FILE: Unicord.Universal/Controls/UsernameControl.cs class UsernameControl (line 7) | public sealed class UsernameControl : Control method UsernameControl (line 27) | public UsernameControl() FILE: Unicord.Universal/Controls/Users/AvatarControl.cs class AvatarControl (line 10) | public sealed class AvatarControl : Control method AvatarControl (line 30) | public AvatarControl() FILE: Unicord.Universal/Controls/Voice/VoiceConnectionControl.xaml.cs class VoiceConnectionControl (line 10) | public sealed partial class VoiceConnectionControl : UserControl method VoiceConnectionControl (line 21) | public VoiceConnectionControl() method OnConnectionModelChanged (line 27) | private static void OnConnectionModelChanged(DependencyObject d, Depen... method Model_Disconnected (line 47) | private async void Model_Disconnected(object sender, EventArgs e) method DisconnectButton_Click (line 52) | private async void DisconnectButton_Click(object sender, RoutedEventAr... method VoiceSettingsButton_Click (line 57) | private async void VoiceSettingsButton_Click(object sender, RoutedEven... FILE: Unicord.Universal/Controls/VoiceConnectionControl.xaml.cs class VoiceConnectionControl (line 21) | public sealed partial class VoiceConnectionControl : UserControl method VoiceConnectionControl (line 32) | public VoiceConnectionControl() method OnConnectionModelChanged (line 38) | private static void OnConnectionModelChanged(DependencyObject d, Depen... method Model_Disconnected (line 58) | private async void Model_Disconnected(object sender, EventArgs e) method DisconnectButton_Click (line 63) | private async void DisconnectButton_Click(object sender, RoutedEventAr... method VoiceSettingsButton_Click (line 68) | private async void VoiceSettingsButton_Click(object sender, RoutedEven... FILE: Unicord.Universal/Converters/BoolConverter.cs class BoolConverter (line 6) | class BoolConverter : IValueConverter method Convert (line 8) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 13) | public object ConvertBack(object value, Type targetType, object parame... FILE: Unicord.Universal/Converters/BoolOpacityConverter.cs class BoolOpacityConverter (line 7) | class BoolOpacityConverter : IValueConverter method Convert (line 9) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 31) | public object ConvertBack(object value, Type targetType, object parame... FILE: Unicord.Universal/Converters/BoolVisibilityConverter.cs class BoolVisibilityConverter (line 9) | class BoolVisibilityConverter : IValueConverter method Convert (line 11) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 44) | public object ConvertBack(object value, Type targetType, object parame... class InverseBoolVisibilityConverter (line 50) | class InverseBoolVisibilityConverter : IValueConverter method Convert (line 52) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 77) | public object ConvertBack(object value, Type targetType, object parame... FILE: Unicord.Universal/Converters/ChannelSymbolConverter.cs class ChannelSymbolConverter (line 9) | class ChannelSymbolConverter : IValueConverter method Convert (line 21) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 59) | public object ConvertBack(object value, Type targetType, object parame... FILE: Unicord.Universal/Converters/ChannelTypeTemplateSelector.cs class ChannelTypeTemplateSelector (line 8) | public class ChannelTypeTemplateSelector : DataTemplateSelector method SelectTemplateCore (line 17) | protected override DataTemplate SelectTemplateCore(object item) FILE: Unicord.Universal/Converters/ColourBrushConverter.cs class ColourBrushConverter (line 14) | public class ColourBrushConverter : DependencyObject, IValueConverter method Convert (line 28) | public object Convert(object value, Type targetType, object parameter,... method TargetLuma (line 72) | private Color TargetLuma(HslColor col, double target) method GetOrCreateBrush (line 94) | private SolidColorBrush GetOrCreateBrush(Color background, Color colou... method ConvertBack (line 105) | public object ConvertBack(object value, Type targetType, object parame... FILE: Unicord.Universal/Converters/DateTimeConverter.cs class DateTimeConverter (line 8) | class DateTimeConverter : IValueConverter method Convert (line 10) | public static string Convert(TimestampStyle style, DateTime dt) method Convert (line 27) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 38) | public object ConvertBack(object value, Type targetType, object parame... FILE: Unicord.Universal/Converters/FileSizeConverter.cs class FileSizeConverter (line 6) | class FileSizeConverter : IValueConverter method Convert (line 8) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 18) | public object ConvertBack(object value, Type targetType, object parame... FILE: Unicord.Universal/Converters/GuildListTemplateSelector.cs class GuildListTemplateSelector (line 7) | public class GuildListTemplateSelector : DataTemplateSelector method SelectTemplateCore (line 12) | protected override DataTemplate SelectTemplateCore(object item) FILE: Unicord.Universal/Converters/HideOnNullConverter.cs class HideOnNullConverter (line 7) | class HideOnNullConverter : IValueConverter method Convert (line 9) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 19) | public object ConvertBack(object value, Type targetType, object parame... FILE: Unicord.Universal/Converters/MessageTemplateSelector.cs class MessageTemplateSelector (line 7) | public class MessageTemplateSelector : DataTemplateSelector method SelectTemplateCore (line 12) | protected override DataTemplate SelectTemplateCore(object item) FILE: Unicord.Universal/Converters/Messages/AttachmentTemplateSelector.cs class AttachmentTemplateSelector (line 8) | public class AttachmentTemplateSelector : DataTemplateSelector method SelectTemplateCore (line 16) | protected override DataTemplate SelectTemplateCore(object item) method SelectTemplateCore (line 35) | protected override DataTemplate SelectTemplateCore(object item, Depend... FILE: Unicord.Universal/Converters/Messages/AttachmentTypeConverter.cs class AttachmentTypeConverter (line 7) | public class AttachmentTypeConverter : IValueConverter method Convert (line 9) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 17) | public object ConvertBack(object value, Type targetType, object parame... FILE: Unicord.Universal/Converters/Messages/ComponentTemplateSelector.cs class ComponentTemplateSelector (line 8) | public class ComponentTemplateSelector : DataTemplateSelector method SelectTemplateCore (line 18) | protected override DataTemplate SelectTemplateCore(object item) method SelectTemplateCore (line 45) | protected override DataTemplate SelectTemplateCore(object item, Depend... FILE: Unicord.Universal/Converters/Messages/EmbedTemplateSelector.cs class EmbedTemplateSelector (line 8) | internal class EmbedTemplateSelector : DataTemplateSelector method SelectTemplateCore (line 14) | protected override DataTemplate SelectTemplateCore(object item) method SelectTemplateCore (line 24) | protected override DataTemplate SelectTemplateCore(object item, Depend... FILE: Unicord.Universal/Converters/PresenceConverters.cs class PresenceColourConverter (line 10) | class PresenceColourConverter : IValueConverter method Convert (line 21) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 57) | public object ConvertBack(object value, Type targetType, object parame... class PresenceGeometryConverter (line 63) | class PresenceGeometryConverter : IValueConverter method Convert (line 72) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 105) | public object ConvertBack(object value, Type targetType, object parame... class PresenceTextConverter (line 111) | class PresenceTextConverter : IValueConverter method PresenceTextConverter (line 115) | public PresenceTextConverter() method Convert (line 120) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 147) | public object ConvertBack(object value, Type targetType, object parame... FILE: Unicord.Universal/Converters/Static.cs class Static (line 5) | public class Static method NotNull (line 7) | public static bool NotNull(object obj) method Not (line 10) | public static bool Not(bool b) method Is (line 13) | public static bool Is(MessageViewModelState state, MessageViewModelSta... method IsNot (line 16) | public static bool IsNot(MessageViewModelState state, MessageViewModel... FILE: Unicord.Universal/Converters/ThumbnailImageConverter.cs class ThumbnailImageConverter (line 8) | public class ThumbnailImageConverter : IValueConverter method Convert (line 10) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 23) | public object ConvertBack(object value, Type targetType, object parame... FILE: Unicord.Universal/Converters/TitleCaseConverter.cs class TitleCaseConverter (line 6) | public class TitleCaseConverter : IValueConverter method Convert (line 8) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 18) | public object ConvertBack(object value, Type targetType, object parame... FILE: Unicord.Universal/Converters/TruncateConverter.cs class TruncateConverter (line 6) | class TruncateConverter : IValueConverter method Convert (line 8) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 18) | public object ConvertBack(object value, Type targetType, object parame... FILE: Unicord.Universal/Converters/URIConverter.cs class UriConverter (line 6) | public class UriConverter : IValueConverter method Convert (line 8) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 18) | public object ConvertBack(object value, Type targetType, object parame... FILE: Unicord.Universal/Dialogs/BanDialog.xaml.cs class BanDialog (line 7) | public sealed partial class BanDialog : ContentDialog method BanDialog (line 28) | public BanDialog(DiscordMember member) FILE: Unicord.Universal/Dialogs/CaptchaRequestDialog.xaml.cs class CaptchaRequestDialog (line 14) | public sealed partial class CaptchaRequestDialog : ContentDialog method CaptchaRequestDialog (line 20) | public CaptchaRequestDialog(DiscordCaptchaRequest captchaRequest) method ContentDialog_Loaded (line 28) | private async void ContentDialog_Loaded(object sender, RoutedEventArgs e) method OnMessageRecieved (line 46) | private async void OnMessageRecieved(CoreWebView2 sender, CoreWebView2... FILE: Unicord.Universal/Dialogs/ChangeNicknameDialog.xaml.cs class ChangeNicknameDialog (line 6) | public sealed partial class ChangeNicknameDialog : ContentDialog method ChangeNicknameDialog (line 10) | public ChangeNicknameDialog(DiscordMember user) FILE: Unicord.Universal/Dialogs/ConfirmationDialog.xaml.cs class ConfirmationDialog (line 5) | public sealed partial class ConfirmationDialog : ContentDialog method ConfirmationDialog (line 11) | public ConfirmationDialog() FILE: Unicord.Universal/Dialogs/CreateServerDialog.xaml.cs class CreateServerDialog (line 15) | public sealed partial class CreateServerDialog : ContentDialog method CreateServerDialog (line 17) | public CreateServerDialog() method ChooseIcon_Tapped (line 22) | private async void ChooseIcon_Tapped(object sender, TappedRoutedEventA... method ContentDialog_PrimaryButtonClick (line 59) | private async void ContentDialog_PrimaryButtonClick(ContentDialog send... FILE: Unicord.Universal/Dialogs/DeleteMessageDialog.xaml.cs class DeleteMessageDialog (line 8) | public sealed partial class DeleteMessageDialog : ContentDialog method OnMessageSet (line 19) | private static void OnMessageSet(DependencyObject d, DependencyPropert... method DeleteMessageDialog (line 25) | public DeleteMessageDialog() FILE: Unicord.Universal/Dialogs/ErrorDialog.xaml.cs class ErrorDialog (line 5) | public sealed partial class ErrorDialog : ContentDialog method ErrorDialog (line 11) | public ErrorDialog() FILE: Unicord.Universal/Dialogs/GuildDialog.xaml.cs class GuildDialog (line 10) | public sealed partial class GuildDialog : UserControl method OnGuildChanged (line 21) | private static void OnGuildChanged(DependencyObject d, DependencyPrope... method GuildDialog (line 48) | public GuildDialog() method Button_Click (line 54) | private void Button_Click(object sender, RoutedEventArgs e) FILE: Unicord.Universal/Dialogs/KickDialog.xaml.cs class KickDialog (line 7) | public sealed partial class KickDialog : ContentDialog method KickDialog (line 12) | public KickDialog(DiscordMember member) FILE: Unicord.Universal/Dialogs/PinMessageDialog.xaml.cs class PinMessageDialog (line 8) | public sealed partial class PinMessageDialog : ContentDialog method OnMessageSet (line 19) | private static void OnMessageSet(DependencyObject d, DependencyPropert... method PinMessageDialog (line 26) | public PinMessageDialog() FILE: Unicord.Universal/Dialogs/ProfileOverlay.xaml.cs class ProfileOverlay (line 10) | public sealed partial class ProfileOverlay : UserControl method OnUserChanged (line 21) | private static void OnUserChanged(DependencyObject d, DependencyProper... method ProfileOverlay (line 27) | public ProfileOverlay() method DropShadowPanel_PreviewKeyUp (line 32) | private void DropShadowPanel_PreviewKeyUp(object sender, KeyRoutedEven... FILE: Unicord.Universal/Dialogs/TokenDialog.xaml.cs class TokenDialog (line 10) | public sealed partial class TokenDialog : ContentDialog method TokenDialog (line 15) | public TokenDialog() method ContentDialog_SecondaryButtonClick (line 20) | private async void ContentDialog_SecondaryButtonClick(ContentDialog se... method ContentDialog_CloseButtonClick (line 34) | private void ContentDialog_CloseButtonClick(ContentDialog sender, Cont... method SubtitleTextBlock_LinkClicked (line 39) | private void SubtitleTextBlock_LinkClicked(object sender, Controls.Lin... FILE: Unicord.Universal/Extensions/AvatarExtensions.cs class AvatarExtensions (line 11) | public static class AvatarExtensions method AvatarExtensions (line 15) | static AvatarExtensions() method OnDpiChanged (line 23) | private static void OnDpiChanged(DisplayInformation sender, object args) method GetIconUrl (line 28) | public static string GetIconUrl(this DiscordGuild guild, int size) method GetBannerUrl (line 57) | public static string GetBannerUrl(this DiscordGuild guild) method GetSplashUrl (line 80) | public static string GetSplashUrl(this DiscordGuild guild) method GetAvatarUrl (line 110) | public static string GetAvatarUrl(this DiscordUser user, ushort size =... FILE: Unicord.Universal/Extensions/ChannelTypeExtensions.cs class ChannelExtensions (line 6) | internal static class ChannelExtensions method IsText (line 8) | public static bool IsText(this DiscordChannel channel) => method IsVoice (line 10) | public static bool IsVoice(this DiscordChannel channel) => FILE: Unicord.Universal/Extensions/CollectionExtensions.cs class CollectionExtensions (line 6) | internal static class CollectionExtensions method FindIndex (line 8) | public static int FindIndex(this IList ts, Predicate match) method FindIndex (line 13) | public static int FindIndex(this IList ts, int startIndex, Predi... method FindIndex (line 18) | public static int FindIndex(this IList ts, int startIndex, int c... FILE: Unicord.Universal/Extensions/DiscordColorExtensions.cs class DiscordColorExtensions (line 6) | public static class DiscordColorExtensions method ToColor (line 8) | public static Color ToColor(this DiscordColor color) FILE: Unicord.Universal/Extensions/FocusExtensions.cs class FocusExtensions (line 6) | public static class FocusExtensions method GetIsFocused (line 8) | public static bool GetIsFocused(DependencyObject obj) method SetIsFocused (line 13) | public static void SetIsFocused(DependencyObject obj, bool value) method OnIsFocusedPropertyChanged (line 21) | private static void OnIsFocusedPropertyChanged(DependencyObject d, Dep... FILE: Unicord.Universal/Extensions/MessengerExtensions.cs class MessengerExtensions (line 9) | internal static class MessengerExtensions method Register (line 24) | public static void Register(this IMessenger mess... method Register (line 41) | public static void Register(this IMessenger mess... method Send (line 55) | public static DiscordEventMessage Send(this IMesse... FILE: Unicord.Universal/Extensions/ShiftEnterExtensions.cs class ShiftEnterExtensions (line 10) | public static class ShiftEnterExtensions method GetIsEnabled (line 12) | public static bool GetIsEnabled(DependencyObject obj) method SetIsEnabled (line 17) | public static void SetIsEnabled(DependencyObject obj, bool value) method GetShiftEnterCommand (line 25) | public static ICommand GetShiftEnterCommand(DependencyObject obj) method SetShiftEnterCommand (line 30) | public static void SetShiftEnterCommand(DependencyObject obj, ICommand... method GetEnterCommand (line 38) | public static ICommand GetEnterCommand(DependencyObject obj) method SetEnterCommand (line 43) | public static void SetEnterCommand(DependencyObject obj, ICommand value) method GetEscapeCommand (line 51) | public static ICommand GetEscapeCommand(DependencyObject obj) method SetEscapeCommand (line 56) | public static void SetEscapeCommand(DependencyObject obj, ICommand value) method OnIsEnabledPropertyChanged (line 64) | private static void OnIsEnabledPropertyChanged(DependencyObject d, Dep... method OnPreviewKeyDown (line 77) | private static void OnPreviewKeyDown(object sender, KeyRoutedEventArgs e) FILE: Unicord.Universal/Extensions/VisualTreeExtensions.cs class VisualTreeExtensions (line 6) | internal static class VisualTreeExtensions method FindChild (line 8) | public static T FindChild(this DependencyObject parent, string cont... method FindParent (line 26) | public static T FindParent(this DependencyObject obj, string contro... FILE: Unicord.Universal/Integration/ContactListManager.cs class ContactListManager (line 16) | internal class ContactListManager method TryGetChannelIdAsync (line 30) | public static async Task TryGetChannelIdAsync(Contact contact) method UpdateContactsListAsync (line 47) | public static async Task UpdateContactsListAsync() method AddOrUpdateContactAsync (line 93) | private static async Task AddOrUpdateContactAsync(ILogger GetAvatarRefere... method GetAnnotationListAsync (line 176) | private static async Task GetAnnotationListAsyn... FILE: Unicord.Universal/Integration/JumpListManager.cs class JumpListManager (line 13) | internal class JumpListManager method AddToListAsync (line 15) | public static async Task AddToListAsync(ChannelViewModel channel) FILE: Unicord.Universal/Integration/WindowsHelloManager.cs class WindowsHelloManager (line 10) | internal static class WindowsHelloManager method VerifyAsync (line 12) | public static async Task VerifyAsync(string setting, string disp... FILE: Unicord.Universal/Interop/BitmapInterop.cs type BI_COMPRESSION (line 13) | public enum BI_COMPRESSION : int type CIEXYZ (line 23) | [StructLayout(LayoutKind.Sequential)] method CIEXYZ (line 30) | public CIEXYZ(uint FXPT2DOT30) type CIEXYZTRIPLE (line 38) | [StructLayout(LayoutKind.Sequential)] type BITMAPINFOHEADER (line 46) | [StructLayout(LayoutKind.Explicit)] method BITMAPINFOHEADER (line 100) | public BITMAPINFOHEADER(int width, int height, ushort bpp) type IMemoryBufferByteAccess (line 145) | [ComImport] method GetBuffer (line 150) | void GetBuffer(out byte* buffer, out uint capacity); class BitmapInterop (line 153) | public class BitmapInterop method GetFromRandomAccessStreamAsync (line 155) | public static async Task GetFromRandomAccessStreamAsync(I... method CreateSoftwareBitmap (line 174) | private static unsafe SoftwareBitmap CreateSoftwareBitmap(byte[] data) FILE: Unicord.Universal/MainPage.xaml.cs class MainPage (line 28) | public sealed partial class MainPage : Page method MainPage (line 38) | public MainPage() method OnNavigatedTo (line 43) | protected override async void OnNavigatedTo(NavigationEventArgs e) method Page_Loaded (line 64) | private async void Page_Loaded(object sender, RoutedEventArgs e) method OnSplashResize (line 130) | private void OnSplashResize(object sender, WindowSizeChangedEventArgs e) method PositionSplash (line 135) | private void PositionSplash(SplashScreen splash) method RemoveEventHandlers (line 147) | private void RemoveEventHandlers() method Page_Unloaded (line 154) | private void Page_Unloaded(object sender, RoutedEventArgs e) method ClearJumpListAsync (line 159) | private static async Task ClearJumpListAsync() method OnFirstDiscordReady (line 174) | private async Task OnFirstDiscordReady(DiscordClient client, ReadyEven... method OnLoggedOut (line 216) | private Task OnLoggedOut(DiscordClient client, LoggedOutEventArgs args) method OnDiscordReady (line 223) | private async Task OnDiscordReady(DiscordClient client, ReadyEventArgs e) method OnDiscordResumed (line 228) | private async Task OnDiscordResumed(DiscordClient client, ResumedEvent... method OnDiscordDisconnected (line 233) | private async Task OnDiscordDisconnected(DiscordClient client, SocketC... method HideDisconnectingMessage (line 248) | private async Task HideDisconnectingMessage() method GoToChannelAsync (line 261) | internal async Task GoToChannelAsync(MainPageArgs args) method ShowConnectingOverlay (line 292) | internal void ShowConnectingOverlay() method HideConnectingOverlay (line 305) | internal void HideConnectingOverlay() method hideConnecting_Completed (line 313) | private void hideConnecting_Completed(object sender, object e) method Nagivate (line 322) | internal void Nagivate(Type type) method Pane_Showing (line 327) | private void Pane_Showing(InputPane sender, InputPaneVisibilityEventAr... method Pane_Hiding (line 333) | private void Pane_Hiding(InputPane sender, InputPaneVisibilityEventArg... method ShowCustomOverlay (line 339) | public void ShowCustomOverlay() method HideCustomOverlay (line 345) | public void HideCustomOverlay() method OverlayBackdrop_Tapped (line 351) | private void OverlayBackdrop_Tapped(object sender, TappedRoutedEventAr... method HideOverlayStoryboard_Completed (line 357) | private void HideOverlayStoryboard_Completed(object sender, object e) FILE: Unicord.Universal/Misc/Emoji.cs class EmojiHeader (line 11) | public class EmojiHeader class EmojiGroup (line 18) | public class EmojiGroup : IGrouping, IList<... method EmojiGroup (line 22) | public EmojiGroup(DiscordGuild guild, IEnumerable emojis) method EmojiGroup (line 30) | public EmojiGroup(string category, IEnumerable emojis) method Add (line 45) | public void Add(EmojiViewModel item) method Clear (line 50) | public void Clear() method Contains (line 55) | public bool Contains(EmojiViewModel item) method CopyTo (line 60) | public void CopyTo(EmojiViewModel[] array, int arrayIndex) method GetEnumerator (line 65) | public IEnumerator GetEnumerator() => _emojis.GetEnume... method IndexOf (line 67) | public int IndexOf(EmojiViewModel item) method Insert (line 72) | public void Insert(int index, EmojiViewModel item) method Remove (line 77) | public bool Remove(EmojiViewModel item) method RemoveAt (line 82) | public void RemoveAt(int index) method GetEnumerator (line 87) | IEnumerator IEnumerable.GetEnumerator() => _emojis.GetEnumerator(); FILE: Unicord.Universal/Misc/ListViewBehaviour.cs class ListViewBehaviour (line 7) | public class ListViewBehaviour method GetFillBeforeWrap (line 34) | public static bool GetFillBeforeWrap(DependencyObject obj) method SetFillBeforeWrap (line 44) | public static void SetFillBeforeWrap(DependencyObject obj, bool value) method GetMinItemWidth (line 54) | public static double GetMinItemWidth(DependencyObject obj) method SetMinItemWidth (line 64) | public static void SetMinItemWidth(DependencyObject obj, double value) method OnMinItemWidthChanged (line 69) | private static void OnMinItemWidthChanged(DependencyObject s, Dependen... method OnListViewSizeChanged (line 82) | private static void OnListViewSizeChanged(object sender, SizeChangedEv... FILE: Unicord.Universal/Misc/Logger.cs class Logger (line 14) | internal static class Logger class WinRTLoggerProvider (line 16) | private class WinRTLoggerProvider : ILoggerProvider class WinRTLogger (line 18) | private class WinRTLogger : ILogger, IDisposable method WinRTLogger (line 23) | public WinRTLogger(string categoryName, FileLoggingSession session) method BeginScope (line 30) | public IDisposable BeginScope(TState state) where TState :... method IsEnabled (line 35) | public bool IsEnabled(LogLevel logLevel) method Log (line 40) | public void Log(LogLevel logLevel, EventId eventId, TState... method MapLevel (line 47) | private static LoggingLevel MapLevel(LogLevel level) => level switch method Dispose (line 57) | public void Dispose() method WinRTLoggerProvider (line 64) | public WinRTLoggerProvider() method CreateLogger (line 69) | public ILogger CreateLogger(string categoryName) method SaveAsync (line 74) | public async Task SaveAsync() method Dispose (line 82) | public void Dispose() method GetLogger (line 108) | public static ILogger GetLogger() where T : class method Log (line 111) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method LogError (line 117) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OnSuspendingAsync (line 124) | public static async Task OnSuspendingAsync() FILE: Unicord.Universal/Models/ChannelEditViewModel.cs class ChannelEditViewModel (line 13) | public class ChannelEditViewModel : ViewModelBase method ChannelEditViewModel (line 15) | public ChannelEditViewModel(DiscordChannel channel) method SaveChangesAsync (line 66) | public Task SaveChangesAsync() FILE: Unicord.Universal/Models/ChannelPermissionEditViewModel.cs class ChannelPermissionViewModel (line 9) | public class ChannelPermissionViewModel method ChannelPermissionViewModel (line 13) | public ChannelPermissionViewModel(Permissions permission, DiscordOverw... method GetPermissionValue (line 36) | private bool? GetPermissionValue(Permissions p) method SetPermissionValue (line 47) | private void SetPermissionValue(Permissions p, bool? value) class ChannelPermissionEditViewModel (line 60) | public class ChannelPermissionEditViewModel : ViewModelBase method ChannelPermissionEditViewModel (line 93) | public ChannelPermissionEditViewModel(DiscordChannel channel, DiscordO... FILE: Unicord.Universal/Models/Channels/ChannelListViewModel.cs class ChannelListViewModel (line 6) | public class ChannelListViewModel : ChannelViewModel method ChannelListViewModel (line 10) | public ChannelListViewModel(DiscordChannel channel, GuildChannelListVi... FILE: Unicord.Universal/Models/Channels/ChannelPageViewModel.cs class ChannelPageViewModel (line 31) | public class ChannelPageViewModel : ChannelPageViewModelBase, IDisposable method ChannelPageViewModel (line 56) | public ChannelPageViewModel(DiscordChannel channel, method OnMessageCreated (line 351) | private async Task OnMessageCreated(MessageCreateEventArgs e) method OnMessageDeleted (line 391) | private Task OnMessageDeleted(MessageDeleteEventArgs e) method OnChannelUpdated (line 400) | protected override async Task OnChannelUpdated(ChannelUpdateEventArgs e) method OnResumed (line 411) | private async Task OnResumed(ResumedEventArgs e) method LoadMessagesAsync (line 442) | internal async Task LoadMessagesAsync() method InsertMessages (line 484) | private void InsertMessages(int index, IEnumerable mes... method ClearAndAddMessages (line 494) | private void ClearAndAddMessages(IEnumerable messages)... method RequestMissingMembersAsync (line 506) | private async Task RequestMissingMembersAsync(IEnumerable LoadMoreItemsAsync(uint co... FILE: Unicord.Universal/Models/Channels/PinsPageViewModel.cs class PinsPageViewModel (line 15) | internal class PinsPageViewModel : ViewModelBase method PinsPageViewModel (line 25) | public PinsPageViewModel() method PinsPageViewModel (line 30) | public PinsPageViewModel(ChannelViewModel channel) method LoadAsync (line 69) | private async Task LoadAsync() method OnMessageUpdated (line 101) | private void OnMessageUpdated(MessageUpdateEventArgs ev) FILE: Unicord.Universal/Models/Channels/ReadStateViewModel.cs class ReadStateViewModel (line 9) | public class ReadStateViewModel : ViewModelBase method ReadStateViewModel (line 16) | public ReadStateViewModel(ulong channelId, ChannelViewModel channelVie... method OnChannelUnreadUpdate (line 29) | private void OnChannelUnreadUpdate(ChannelUnreadUpdateEventArgs e) method OnReadStateUpdated (line 40) | private void OnReadStateUpdated(ReadStateUpdateEventArgs e) FILE: Unicord.Universal/Models/Channels/SearchPageViewModel.cs class SearchPageViewModel (line 12) | public class SearchPageViewModel : ViewModelBase method SearchPageViewModel (line 70) | public SearchPageViewModel(ChannelViewModel channel) method SearchAsync (line 77) | public async Task SearchAsync(string content) FILE: Unicord.Universal/Models/CreateServerModel.cs class CreateServerModel (line 9) | public class CreateServerModel : ViewModelBase method CreateServerModel (line 15) | public CreateServerModel() FILE: Unicord.Universal/Models/DMChannelsViewModel.cs class DMChannelsViewModel (line 12) | public class DMChannelsViewModel : ViewModelBase method DMChannelsViewModel (line 16) | public DMChannelsViewModel() : base(null) method OnReady (line 34) | private Task OnReady(ReadyEventArgs e) method OnDmCreated (line 51) | private Task OnDmCreated(DmChannelCreateEventArgs e) method OnDmDeleted (line 57) | private Task OnDmDeleted(DmChannelDeleteEventArgs e) method OnMessageCreated (line 63) | private Task OnMessageCreated(MessageCreateEventArgs e) FILE: Unicord.Universal/Models/DiscordPageViewModel.cs class DiscordPageViewModel (line 21) | class DiscordPageViewModel : ViewModelBase method DiscordPageViewModel (line 31) | public DiscordPageViewModel() method Load (line 46) | private void Load() method ViewModelFromGuild (line 131) | public GuildListViewModel ViewModelFromGuild(DiscordGuild guild) method OnReady (line 142) | private Task OnReady(ReadyEventArgs e) method OnMessageCreated (line 149) | private Task OnMessageCreated(MessageCreateEventArgs e) method OnMessageAcknowledged (line 159) | private Task OnMessageAcknowledged(MessageAcknowledgeEventArgs e) method UpdateReadState (line 169) | private void UpdateReadState(DiscordDmChannel channel) method OnGuildCreated (line 194) | private Task OnGuildCreated(GuildCreateEventArgs e) method OnGuildDeleted (line 205) | private Task OnGuildDeleted(GuildDeleteEventArgs e) method OnUserSettingsUpdated (line 220) | private Task OnUserSettingsUpdated(UserSettingsUpdateEventArgs e) FILE: Unicord.Universal/Models/Emoji/EmojiViewModel.cs type EmojiViewModel (line 10) | public readonly struct EmojiViewModel method EmojiViewModel (line 14) | public EmojiViewModel(DiscordComponentEmoji emoji) : this() method EmojiViewModel (line 40) | public EmojiViewModel(DiscordEmoji emoji) method EmojiViewModel (line 51) | public EmojiViewModel(SingleEmoji emoji) method EmojiViewModel (line 66) | public EmojiViewModel(ulong id, string text, bool isAnimated) : this() method ToString (line 88) | public override string ToString() method Equals (line 93) | public override bool Equals(object obj) method GetHashCode (line 98) | public override int GetHashCode() FILE: Unicord.Universal/Models/FileUploadModel.cs class FileUploadModel (line 20) | public class FileUploadModel : ViewModelBase, IDisposable method FileUploadModel (line 37) | internal FileUploadModel(ChannelPageViewModel viewModel) method FromStorageFileAsync (line 47) | public static async Task FromStorageFileAsync(Channel... method UpdateFromStorageFileAsync (line 56) | public async Task UpdateFromStorageFileAsync(IStorageFile file, BasicP... method GetStreamAsync (line 91) | internal async Task GetStreamAsync() method EditAsync (line 98) | private async Task EditAsync() method CropAsync (line 108) | private async Task CropAsync() method Dispose (line 136) | public virtual void Dispose() class EditedFileUploadModel (line 142) | public class EditedFileUploadModel : FileUploadModel, IDisposable method EditedFileUploadModel (line 144) | public EditedFileUploadModel(FileUploadModel original, ChannelPageView... method Dispose (line 164) | public override void Dispose() FILE: Unicord.Universal/Models/FriendsPageViewModel.cs class FriendsPageViewModel (line 16) | public class FriendsPageViewModel : ViewModelBase method FriendsPageViewModel (line 18) | public FriendsPageViewModel() method Load (line 32) | private void Load() method SortRelationship (line 71) | private void SortRelationship(DiscordRelationship rel, bool skipAll = ... method RemoveRelationship (line 111) | private void RemoveRelationship(DiscordRelationship rel, bool skipAll ... method RemoveRelationship (line 119) | private void RemoveRelationship(ICollection col... method OnReady (line 126) | private Task OnReady(ReadyEventArgs e) method OnPresenceUpdated (line 136) | private Task OnPresenceUpdated(PresenceUpdateEventArgs e) method OnRelationshipAdded (line 150) | private Task OnRelationshipAdded(RelationshipAddEventArgs e) method OnRelationshipRemoved (line 156) | private Task OnRelationshipRemoved(RelationshipRemoveEventArgs e) FILE: Unicord.Universal/Models/Guild/GuildChannelListViewModel.cs class GuildChannelListViewModel (line 17) | public class GuildChannelListViewModel : GuildViewModel method GuildChannelListViewModel (line 21) | public GuildChannelListViewModel(DiscordGuild guild) method OnReady (line 44) | private Task OnReady(ReadyEventArgs e) method InitialiseLists (line 53) | private void InitialiseLists() FILE: Unicord.Universal/Models/Guild/GuildListFolderViewModel.cs class GuildListFolderViewModel (line 8) | internal class GuildListFolderViewModel : ViewModelBase, IGuildListViewM... method GuildListFolderViewModel (line 13) | public GuildListFolderViewModel(DiscordGuildFolder folder, IEnumerable... method TryGetModelForGuild (line 53) | public bool TryGetModelForGuild(DiscordGuild guild, out GuildListViewM... FILE: Unicord.Universal/Models/Guild/GuildListViewModel.cs class GuildListViewModel (line 6) | internal class GuildListViewModel : GuildViewModel, IGuildListViewModel method GuildListViewModel (line 11) | public GuildListViewModel(DiscordGuild guild, GuildListFolderViewModel... method TryGetModelForGuild (line 44) | public bool TryGetModelForGuild(DiscordGuild guild, out GuildListViewM... method OnReadStateUpdatedCore (line 56) | protected override void OnReadStateUpdatedCore(ReadStateUpdateEventArg... FILE: Unicord.Universal/Models/Guild/GuildViewModel.cs class GuildViewModel (line 20) | public class GuildViewModel : ViewModelBase, ISnowflake method GuildViewModel (line 25) | public GuildViewModel(ulong guildId, ViewModelBase parent = null) method OnReadStateUpdated (line 82) | private Task OnReadStateUpdated(ReadStateUpdateEventArgs e) method OnChannelUnreadUpdate (line 93) | private Task OnChannelUnreadUpdate(ChannelUnreadUpdateEventArgs e) method PopulateAccessibleChannels (line 104) | private void PopulateAccessibleChannels() method OnReadStateUpdatedCore (line 130) | protected virtual void OnReadStateUpdatedCore(ReadStateUpdateEventArgs... FILE: Unicord.Universal/Models/Guild/IGuildListViewModel.cs type IGuildListViewModel (line 5) | internal interface IGuildListViewModel method TryGetModelForGuild (line 10) | bool TryGetModelForGuild(DiscordGuild guild, out GuildListViewModel mo... FILE: Unicord.Universal/Models/ISnowflake.cs type ISnowflake (line 3) | public interface ISnowflake FILE: Unicord.Universal/Models/MainPageArgs.cs class MainPageArgs (line 7) | internal class MainPageArgs FILE: Unicord.Universal/Models/Messages/AttachmentViewModel.cs type AttachmentType (line 18) | public enum AttachmentType class AttachmentViewModel (line 27) | public class AttachmentViewModel : ViewModelBase method AttachmentViewModel (line 43) | public AttachmentViewModel(DiscordAttachment attachment, ViewModelBase... method GetOrCreateSource (line 99) | private object GetOrCreateSource() method OnVideoTracksLoaded (line 138) | private void OnVideoTracksLoaded(MediaPlaybackItem sender, IVectorChan... method OnAudioTracksLoaded (line 170) | private void OnAudioTracksLoaded(MediaPlaybackItem sender, IVectorChan... method GetAttachmentType (line 175) | public static AttachmentType GetAttachmentType(DiscordAttachment attac... FILE: Unicord.Universal/Models/Messages/Components/ActionRowComponentViewModel.cs class ActionRowComponentViewModel (line 8) | public class ActionRowComponentViewModel : ComponentViewModelBase method ActionRowComponentViewModel (line 10) | public ActionRowComponentViewModel( FILE: Unicord.Universal/Models/Messages/Components/ButtonComponentViewModel.cs class ButtonComponentViewModel (line 11) | public class ButtonComponentViewModel : ComponentViewModelBase method ButtonComponentViewModel (line 13) | public ButtonComponentViewModel(DiscordLinkButtonComponent component, ... method ButtonComponentViewModel (line 23) | public ButtonComponentViewModel(DiscordButtonComponent component, Mess... FILE: Unicord.Universal/Models/Messages/Components/ComponentViewModelBase.cs class ComponentViewModelBase (line 5) | public class ComponentViewModelBase : ViewModelBase method ComponentViewModelBase (line 10) | public ComponentViewModelBase(DiscordComponent component, MessageViewM... FILE: Unicord.Universal/Models/Messages/Components/UnknownComponentViewModel.cs class UnknownComponentViewModel (line 5) | public class UnknownComponentViewModel : ComponentViewModelBase method UnknownComponentViewModel (line 7) | public UnknownComponentViewModel(DiscordComponent component, MessageVi... FILE: Unicord.Universal/Models/Messages/EmbedViewModel.cs class EmbedViewModel (line 10) | public class EmbedViewModel : ViewModelBase method EmbedViewModel (line 16) | public EmbedViewModel(DiscordEmbed embed, DiscordEmbed[] otherImages, ... method Update (line 113) | internal void Update(DiscordEmbed embed, IEnumerable oth... FILE: Unicord.Universal/Models/Messages/Embeds/EmbedAuthorViewModel.cs class EmbedAuthorViewModel (line 6) | public class EmbedAuthorViewModel : ViewModelBase method EmbedAuthorViewModel (line 8) | public EmbedAuthorViewModel(DiscordEmbedAuthor author, EmbedViewModel ... FILE: Unicord.Universal/Models/Messages/Embeds/EmbedFieldViewModel.cs class EmbedFieldViewModel (line 5) | public class EmbedFieldViewModel : ViewModelBase method EmbedFieldViewModel (line 7) | public EmbedFieldViewModel(DiscordEmbedField field, EmbedViewModel par... FILE: Unicord.Universal/Models/Messages/Embeds/EmbedFooterViewModel.cs class EmbedFooterViewModel (line 6) | public class EmbedFooterViewModel : ViewModelBase method EmbedFooterViewModel (line 8) | public EmbedFooterViewModel(DiscordEmbedFooter footer, EmbedViewModel ... FILE: Unicord.Universal/Models/Messages/Embeds/EmbedImageViewModel.cs class EmbedImageViewModel (line 6) | public class EmbedImageViewModel : ViewModelBase method EmbedImageViewModel (line 8) | public EmbedImageViewModel(DiscordEmbedImage image, EmbedViewModel par... method EmbedImageViewModel (line 17) | public EmbedImageViewModel(DiscordEmbedThumbnail image, EmbedViewModel... FILE: Unicord.Universal/Models/Messages/Embeds/EmbedVideoViewModel.cs class EmbedVideoViewModel (line 6) | public class EmbedVideoViewModel : ViewModelBase method EmbedVideoViewModel (line 8) | public EmbedVideoViewModel(DiscordEmbedVideo video, EmbedViewModel par... FILE: Unicord.Universal/Models/Messages/MessageEditViewModel.cs class MessageEditViewModel (line 15) | public class MessageEditViewModel : ViewModelBase method MessageEditViewModel (line 23) | public MessageEditViewModel(MessageViewModel viewModel) method InsertNewLine (line 46) | public void InsertNewLine(TextBox textBox) method CommitAsync (line 53) | private async Task CommitAsync(TextBox textBox) method Discard (line 94) | private void Discard() FILE: Unicord.Universal/Models/Messages/MessageViewModel.WelcomeStrings.cs class MessageViewModel (line 5) | public partial class MessageViewModel FILE: Unicord.Universal/Models/Messages/MessageViewModel.cs type MessageViewModelState (line 24) | public enum MessageViewModelState class MessageViewModel (line 34) | public partial class MessageViewModel : ViewModelBase, ISnowflake method MessageViewModel (line 47) | public MessageViewModel(DiscordMessage discordMessage, ChannelPageView... method GetGroupedEmbeds (line 90) | private List GetGroupedEmbeds(DiscordMessage message) method OnReactionAdded (line 264) | private Task OnReactionAdded(MessageReactionAddEventArgs e) method OnReactionRemoved (line 273) | private Task OnReactionRemoved(MessageReactionRemoveEventArgs e) method OnReactionsCleared (line 282) | private Task OnReactionsCleared(MessageReactionsClearEventArgs e) method OnReactionGroupRemoved (line 291) | private Task OnReactionGroupRemoved(MessageReactionRemoveEmojiEventArg... method OnMessageUpdated (line 300) | private void OnMessageUpdated(MessageUpdateEventArgs e) method ComponentViewModelFactory (line 336) | private ComponentViewModelBase ComponentViewModelFactory(DiscordCompon... method UpdateReactions (line 352) | private void UpdateReactions() => syncContext.Post((o) => FILE: Unicord.Universal/Models/Messages/ReactionViewModel.cs class ReactionViewModel (line 8) | public class ReactionViewModel : ViewModelBase, IEquatable method ReactionViewModel (line 12) | public ReactionViewModel(DiscordReaction reaction, ICommand reactCommand) method Update (line 18) | public void Update(DiscordReaction reaction) method Equals (line 34) | public bool Equals(DiscordReaction other) FILE: Unicord.Universal/Models/Messages/StickerViewModel.cs class StickerViewModel (line 5) | public class StickerViewModel : ViewModelBase method StickerViewModel (line 9) | public StickerViewModel(DiscordMessageSticker sticker, MessageViewMode... FILE: Unicord.Universal/Models/Messaging/DiscordClientMessenger.cs class DiscordClientMessenger (line 10) | internal class DiscordClientMessenger method Register (line 12) | public static void Register(DiscordClient client) method Unregister (line 46) | public static void Unregister(DiscordClient client) method OnUserUpdated (line 78) | private static Task OnUserUpdated(DiscordClient client, UserUpdateEven... method OnReady (line 81) | private static Task OnReady(DiscordClient client, ReadyEventArgs e) method OnResumed (line 84) | private static Task OnResumed(DiscordClient client, ResumedEventArgs e) method OnUserSettingsUpdated (line 87) | private static Task OnUserSettingsUpdated(DiscordClient client, UserSe... method OnMessageCreated (line 90) | private static Task OnMessageCreated(DiscordClient client, MessageCrea... method OnMessageDeleted (line 93) | private static Task OnMessageDeleted(DiscordClient client, MessageDele... method OnMessageUpdated (line 96) | private static Task OnMessageUpdated(DiscordClient client, MessageUpda... method OnMessageAcknowledged (line 99) | private static Task OnMessageAcknowledged(DiscordClient client, Messag... method OnMessageReactionAdded (line 102) | private static Task OnMessageReactionAdded(DiscordClient client, Messa... method OnMessageReactionRemoved (line 105) | private static Task OnMessageReactionRemoved(DiscordClient client, Mes... method OnMessageReactionRemovedEmoji (line 108) | private static Task OnMessageReactionRemovedEmoji(DiscordClient client... method OnMessageReactionsCleared (line 111) | private static Task OnMessageReactionsCleared(DiscordClient client, Me... method OnTypingStarted (line 114) | private static Task OnTypingStarted(DiscordClient client, TypingStartE... method OnChannelCreated (line 117) | private static Task OnChannelCreated(DiscordClient client, ChannelCrea... method OnChannelUpdated (line 120) | private static Task OnChannelUpdated(DiscordClient client, ChannelUpda... method OnChannelDeleted (line 123) | private static Task OnChannelDeleted(DiscordClient client, ChannelDele... method OnGuildCreated (line 126) | private static Task OnGuildCreated(DiscordClient client, GuildCreateEv... method OnGuildDeleted (line 129) | private static Task OnGuildDeleted(DiscordClient client, GuildDeleteEv... method OnGuildUpdated (line 132) | private static Task OnGuildUpdated(DiscordClient client, GuildUpdateEv... method OnGuildMemberUpdated (line 135) | private static Task OnGuildMemberUpdated(DiscordClient client, GuildMe... method OnDmChannelCreated (line 138) | private static Task OnDmChannelCreated(DiscordClient client, DmChannel... method OnDmChannelDeleted (line 141) | private static Task OnDmChannelDeleted(DiscordClient client, DmChannel... method OnRelationshipAdded (line 144) | private static Task OnRelationshipAdded(DiscordClient client, Relation... method OnRelationshipRemoved (line 147) | private static Task OnRelationshipRemoved(DiscordClient client, Relati... method OnPresenceUpdated (line 150) | private static Task OnPresenceUpdated(DiscordClient client, PresenceUp... method OnReadStateUpdated (line 153) | private static Task OnReadStateUpdated(DiscordClient client, ReadState... method OnGuildMembersChunked (line 156) | private static Task OnGuildMembersChunked(DiscordClient client, GuildM... method OnChannelUnreadUpdated (line 159) | private static Task OnChannelUnreadUpdated(DiscordClient client, Chann... method OnSocketOpened (line 162) | private static Task OnSocketOpened(DiscordClient sender, SocketEventAr... method OnSocketErrored (line 165) | private static Task OnSocketErrored(DiscordClient sender, SocketErrorE... method OnSocketClosed (line 168) | private static Task OnSocketClosed(DiscordClient sender, SocketCloseEv... FILE: Unicord.Universal/Models/Messaging/DiscordMessages.cs class DiscordEventMessage (line 11) | public class DiscordEventMessage : CollectionRequestMessage whe... method DiscordEventMessage (line 17) | public DiscordEventMessage(T value) FILE: Unicord.Universal/Models/Relationships/RelationshipViewModel.cs class RelationshipViewModel (line 8) | public class RelationshipViewModel(DiscordRelationship rel, ViewModelBas... method CompareTo (line 20) | public int CompareTo(RelationshipViewModel other) method Equals (line 28) | public bool Equals(RelationshipViewModel other) FILE: Unicord.Universal/Models/Settings/AccountsSettingsModel.cs class AccountsSettingsModel (line 22) | public partial class AccountsSettingsModel : ViewModelBase method AccountsSettingsModel (line 27) | public AccountsSettingsModel() method OnPresenceUpdate (line 91) | private void OnPresenceUpdate(PresenceUpdateEventArgs e) method CopyStatistics (line 125) | [RelayCommand] method CopyUserId (line 143) | [RelayCommand] FILE: Unicord.Universal/Models/Settings/MediaSettingsModel.cs class MediaSettingsModel (line 7) | public class MediaSettingsModel : ViewModelBase FILE: Unicord.Universal/Models/Settings/MessagingSettingsModel.cs class MessageStyle (line 12) | public class MessageStyle class TimestampStyleModel (line 19) | internal class TimestampStyleModel method TimestampStyleModel (line 21) | internal TimestampStyleModel(TimestampStyle style, DateTime timestamp) class MessagingSettingsModel (line 31) | internal class MessagingSettingsModel : ViewModelBase method MessagingSettingsModel (line 40) | public MessagingSettingsModel() FILE: Unicord.Universal/Models/Settings/NotificationsSettingsModel.cs class NotificationsSettingsModel (line 9) | public class NotificationsSettingsModel : ViewModelBase FILE: Unicord.Universal/Models/Settings/RootSettingsModel.cs class RootSettingsModel (line 9) | public class RootSettingsModel : ViewModelBase FILE: Unicord.Universal/Models/Settings/SecuritySettingsModel.cs class SecuritySettingsModel (line 6) | class SecuritySettingsModel : ViewModelBase FILE: Unicord.Universal/Models/Settings/ThemesSettingsModel.cs class ThemesSettingsModel (line 9) | public class ThemesSettingsModel : ViewModelBase method ThemesSettingsModel (line 17) | public ThemesSettingsModel() FILE: Unicord.Universal/Models/Settings/VoiceSettingsModel.cs class DeviceInformationWrapper (line 10) | public class DeviceInformationWrapper class VoiceSettingsModel (line 20) | public class VoiceSettingsModel : ViewModelBase method VoiceSettingsModel (line 25) | public VoiceSettingsModel() method LoadAsync (line 33) | public async Task LoadAsync() method SaveAsync (line 57) | internal Task SaveAsync() FILE: Unicord.Universal/Models/SharePageViewModel.cs class SharePageGuildViewModel (line 17) | internal class SharePageGuildViewModel : ViewModelBase method SharePageGuildViewModel (line 21) | public SharePageGuildViewModel() method SharePageGuildViewModel (line 26) | public SharePageGuildViewModel(DiscordGuild guild) method GetAccessibleChannels (line 31) | public IEnumerable GetAccessibleChannels() class SharePageViewModel (line 47) | internal class SharePageViewModel : ViewModelBase method SharePageViewModel (line 53) | public SharePageViewModel(ShareOperation operation) method LoadAsync (line 62) | private async Task LoadAsync() FILE: Unicord.Universal/Models/User/PresenceViewModel.cs class PresenceViewModel (line 11) | public class PresenceViewModel : ViewModelBase method PresenceViewModel (line 23) | public PresenceViewModel(DiscordUser user, ViewModelBase parent) method OnPresenceUpdated (line 40) | internal void OnPresenceUpdated() FILE: Unicord.Universal/Models/User/RoleViewModel.cs class RoleViewModel (line 7) | public class RoleViewModel : ViewModelBase method RoleViewModel (line 11) | public RoleViewModel(DiscordRole role, ViewModelBase parent) FILE: Unicord.Universal/Models/User/UserViewModel.cs class UserViewModel (line 18) | public class UserViewModel : ViewModelBase, IEquatable, I... method UserViewModel (line 29) | internal UserViewModel(DiscordUser user, ulong? guildId, ViewModelBase... method UserViewModel (line 35) | internal UserViewModel(ulong user, ulong? guildId, ViewModelBase paren... method OnGuildMemberUpdate (line 157) | private void OnGuildMemberUpdate(GuildMemberUpdateEventArgs e) method OnGuildMemberChunk (line 169) | private void OnGuildMemberChunk(GuildMembersChunkEventArgs e) method OnUserUpdate (line 181) | private void OnUserUpdate(UserUpdateEventArgs e) method OnPresenceUpdate (line 192) | private void OnPresenceUpdate(PresenceUpdateEventArgs e) method Equals (line 201) | public bool Equals(UserViewModel other) method Equals (line 206) | public bool Equals(DiscordUser other) FILE: Unicord.Universal/Models/ViewModelbase.cs class ViewModelBase (line 10) | public abstract class ViewModelBase : INotifyPropertyChanged method ViewModelBase (line 15) | public ViewModelBase(ViewModelBase parent = null) method OnPropertySet (line 27) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OnPropertySet (line 38) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UnsafeOnPropertySet (line 56) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UnsafeOnPropertySet (line 66) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvokePropertyChanged (line 79) | public virtual void InvokePropertyChanged([CallerMemberName] string pr... method UnsafeInvokePropertyChanged (line 85) | protected void UnsafeInvokePropertyChanged([CallerMemberName] string p... FILE: Unicord.Universal/Models/Voice/Transport/VoiceDispatch.cs class VoiceDispatch (line 5) | internal sealed class VoiceDispatch FILE: Unicord.Universal/Models/Voice/Transport/VoiceStateUpdatePayload.cs class VoiceStateUpdatePayload (line 5) | internal sealed class VoiceStateUpdatePayload FILE: Unicord.Universal/Models/Voice/VoiceConnectionModel.cs class VoiceConnectionModel (line 21) | public class VoiceConnectionModel : ViewModelBase method FindExistingConnectionAsync (line 61) | public static async Task FindExistingConnectionA... method VoiceConnectionModel (line 103) | public VoiceConnectionModel(DiscordChannel channel) method VoiceConnectionModel (line 124) | private VoiceConnectionModel(DiscordChannel channel, VoiceState vstate... method OnPropertyChanged (line 136) | private async void OnPropertyChanged(object sender, PropertyChangedEve... method UpdatePreferredAudioDevicesAsync (line 149) | public async Task UpdatePreferredAudioDevicesAsync(string audioRender,... method ConnectAsync (line 161) | public async Task ConnectAsync() method ReserveCallResourcesAsync (line 230) | private async Task ReserveCall... method ToggleMuteAsync (line 246) | private async Task ToggleMuteAsync() method ToggleDeafenAsync (line 255) | private async Task ToggleDeafenAsync() method DisconnectAsync (line 264) | public async Task DisconnectAsync() method SendRequestAsync (line 270) | private async Task SendRequestAsync(ValueSet request) method SendVoiceStateUpdateAsync (line 287) | private async Task SendVoiceStateUpdateAsync(VoiceState state, ulong? ... method OnRequestReceived (line 309) | private async void OnRequestReceived(AppServiceConnection sender, AppS... method OnServiceClosed (line 345) | private void OnServiceClosed(AppServiceConnection sender, AppServiceCl... method OnVoiceStateUpdated (line 350) | private Task OnVoiceStateUpdated(DiscordClient client, VoiceStateUpdat... method OnVoiceServerUpdated (line 361) | private Task OnVoiceServerUpdated(DiscordClient client, VoiceServerUpd... type VoiceState (line 373) | [Flags] FILE: Unicord.Universal/Pages/ChannelPage.xaml.cs class ChannelPage (line 39) | public sealed partial class ChannelPage : Page, INotifyPropertyChanged method ChannelPage (line 61) | public ChannelPage() method OnSuspending (line 81) | private void OnSuspending(object sender, SuspendingEventArgs e) method OnNavigatedTo (line 92) | protected override async void OnNavigatedTo(NavigationEventArgs e) method FocusTextBox (line 147) | internal void FocusTextBox() method OnNavigatedFrom (line 152) | protected override void OnNavigatedFrom(NavigationEventArgs e) method Page_Loaded (line 159) | private void Page_Loaded(object sender, RoutedEventArgs e) method Navigation_BackRequested (line 177) | private async void Navigation_BackRequested(object sender, BackRequest... method Load (line 200) | private async Task Load() method ScrollViewer_ViewChanged (line 234) | private async void ScrollViewer_ViewChanged(object sender, ScrollViewe... method OnMessageTextBoxPaste (line 259) | private async void OnMessageTextBoxPaste(object sender, TextControlPas... method SendAsync (line 322) | private async Task SendAsync() method UploadItems_IsEnabledChanged (line 335) | private void UploadItems_IsEnabledChanged(object sender, DependencyPro... method uploadButton_Click (line 350) | private void uploadButton_Click(object sender, RoutedEventArgs e) method OpenPopoutButton_Click (line 379) | private async void OpenPopoutButton_Click(object sender, RoutedEventAr... method PhotosList_ItemClick (line 394) | private async void PhotosList_ItemClick(object sender, ItemClickEventA... method ChannelPage_OnDragEnter (line 405) | private void ChannelPage_OnDragEnter(object sender, DragEventArgs e) method ChannelPage_OnDragOver (line 410) | private void ChannelPage_OnDragOver(object sender, DragEventArgs e) method ChannelPage_OnDragLeave (line 424) | private void ChannelPage_OnDragLeave(object sender, DragEventArgs e) method ChannelPage_OnDrop (line 429) | private async void ChannelPage_OnDrop(object sender, DragEventArgs e) method OnOpenLocalButtonClick (line 476) | private async void OnOpenLocalButtonClick(object sender, RoutedEventAr... method EnterEditMode (line 501) | private void EnterEditMode(MessageViewModel message) method LeaveEditMode (line 515) | private void LeaveEditMode() method MessageList_SelectionChanged (line 524) | private void MessageList_SelectionChanged(object sender, SelectionChan... method MessageList_Tapped (line 535) | private void MessageList_Tapped(object sender, TappedRoutedEventArgs e) method EditMode_Invoked (line 549) | private void EditMode_Invoked(KeyboardAccelerator sender, KeyboardAcce... method MessageTextBox_ShouldSendTyping (line 557) | private async void MessageTextBox_ShouldSendTyping(object sender, Even... method MessageTextBox_EditInvoked (line 562) | private void MessageTextBox_EditInvoked(object sender, EventArgs e) method MessageTextBox_SendInvoked (line 572) | private async void MessageTextBox_SendInvoked(object sender, string e) method ShowReactionPicker (line 578) | internal void ShowReactionPicker(MessageViewModel model) method EmotePicker_EmojiPicked (line 587) | private void EmotePicker_EmojiPicked(object sender, EmojiViewModel e) FILE: Unicord.Universal/Pages/DiscordPage.xaml.cs class DiscordPage (line 31) | public sealed partial class DiscordPage : Page method DiscordPage (line 46) | public DiscordPage() method Current_VisibilityChanged (line 58) | private void Current_VisibilityChanged(object sender, VisibilityChange... method OnNavigatedTo (line 64) | protected override async void OnNavigatedTo(NavigationEventArgs e) method OnReady (line 84) | private async Task OnReady(ReadyEventArgs e) method Page_Loaded (line 91) | private async void Page_Loaded(object sender, RoutedEventArgs e) method LoadAsync (line 118) | private async Task LoadAsync() method Page_Unloaded (line 158) | private void Page_Unloaded(object sender, RoutedEventArgs e) method Notification_MessageCreated (line 163) | private async Task Notification_MessageCreated(MessageCreateEventArgs e) method ShowNotification (line 173) | private void ShowNotification(DiscordMessage message) method Notification_Tapped (line 178) | private async void Notification_Tapped(object sender, TappedRoutedEven... method UnreadDms_SelectionChanged (line 189) | private async void UnreadDms_SelectionChanged(object sender, Selection... method mainFrame_Navigated (line 200) | private void mainFrame_Navigated(object sender, NavigationEventArgs e) method friendsItem_Tapped (line 209) | private async void friendsItem_Tapped(object sender, TappedRoutedEvent... method SettingsItem_Tapped (line 215) | private async void SettingsItem_Tapped(object sender, TappedRoutedEven... method TreeView_ItemInvoked (line 221) | private async void TreeView_ItemInvoked(MUXC.TreeView sender, MUXC.Tre... method CloseItem_Tapped (line 275) | private void CloseItem_Tapped(object sender, TappedRoutedEventArgs e) method SetViewMode (line 281) | internal void SetViewMode(ViewMode viewMode) method UpdateTitleBar (line 287) | private void UpdateTitleBar() FILE: Unicord.Universal/Pages/GameBar/GameBarChannelListPage.xaml.cs class GameBarChannelListPage (line 20) | public sealed partial class GameBarChannelListPage : Page method GameBarChannelListPage (line 24) | public GameBarChannelListPage() method OnNavigatedTo (line 29) | protected override void OnNavigatedTo(NavigationEventArgs e) FILE: Unicord.Universal/Pages/GameBar/GameBarFriendsPage.xaml.cs class GameBarFriendsPage (line 25) | public sealed partial class GameBarFriendsPage : Page method GameBarFriendsPage (line 30) | public GameBarFriendsPage() method OnNavigatedTo (line 35) | protected override void OnNavigatedTo(NavigationEventArgs e) method Page_Loaded (line 41) | private void Page_Loaded(object sender, RoutedEventArgs e) method MessageButton_Click (line 46) | private async void MessageButton_Click(object sender, RoutedEventArgs e) FILE: Unicord.Universal/Pages/GameBar/GameBarMainPage.xaml.cs type GameBarPageParameters (line 23) | public record GameBarPageParameters(XboxGameBarWidget Widget, Type PageT... class GameBarMainPage (line 25) | public sealed partial class GameBarMainPage : Page method GameBarMainPage (line 29) | public GameBarMainPage() method OnNavigatedTo (line 34) | protected override void OnNavigatedTo(NavigationEventArgs e) method Page_Loaded (line 39) | private async void Page_Loaded(object sender, RoutedEventArgs e) method OnFirstDiscordReady (line 61) | private async Task OnFirstDiscordReady(ReadyEventArgs e) method OnLoginError (line 66) | private async Task OnLoginError(Exception arg) FILE: Unicord.Universal/Pages/GameBar/NotLoggedInPage.xaml.cs class NotLoggedInPage (line 24) | public sealed partial class NotLoggedInPage : Page method NotLoggedInPage (line 26) | public NotLoggedInPage() method OpenAppButton_Click (line 31) | private async void OpenAppButton_Click(object sender, RoutedEventArgs e) FILE: Unicord.Universal/Pages/LoginPage.xaml.cs class LoginPage (line 15) | public sealed partial class LoginPage : Page method LoginPage (line 17) | public LoginPage() method TokenLoginButton_Click (line 22) | private async void TokenLoginButton_Click(object sender, RoutedEventAr... method TryLoginAsync (line 40) | private async Task TryLoginAsync(string token) method Page_Loaded (line 71) | private void Page_Loaded(object sender, RoutedEventArgs e) FILE: Unicord.Universal/Pages/Management/Channel/ChannelEditOverviewPage.xaml.cs class ChannelEditOverviewPage (line 7) | public sealed partial class ChannelEditOverviewPage : Page method ChannelEditOverviewPage (line 9) | public ChannelEditOverviewPage() method TextBox_TextChanging (line 14) | private void TextBox_TextChanging(TextBox sender, TextBoxTextChangingE... FILE: Unicord.Universal/Pages/Management/Channel/ChannelEditPermissionsPage.xaml.cs class ChannelEditPermissionsPage (line 7) | public sealed partial class ChannelEditPermissionsPage : Page method ChannelEditPermissionsPage (line 9) | public ChannelEditPermissionsPage() method OnNavigatedTo (line 14) | protected override void OnNavigatedTo(NavigationEventArgs e) FILE: Unicord.Universal/Pages/Management/ChannelEditPage.xaml.cs class ChannelEditPage (line 17) | public sealed partial class ChannelEditPage : Page, IOverlay method ChannelEditPage (line 30) | public ChannelEditPage() method OnNavigatedTo (line 35) | protected override void OnNavigatedTo(NavigationEventArgs e) method Page_Loaded (line 45) | private void Page_Loaded(object sender, RoutedEventArgs e) method AcceptButton_Click (line 51) | private async void AcceptButton_Click(object sender, RoutedEventArgs e) method NavigationView_BackRequested (line 63) | private void NavigationView_BackRequested(NavigationView sender, Navig... method NavigationView_ItemInvoked (line 68) | private void NavigationView_ItemInvoked(NavigationView sender, Navigat... FILE: Unicord.Universal/Pages/Overlay/AttachmentOverlayPage.xaml.cs class AttachmentOverlayPage (line 13) | public sealed partial class AttachmentOverlayPage : Page, IOverlay method AttachmentOverlayPage (line 15) | public AttachmentOverlayPage() method OnNavigatedTo (line 22) | protected override void OnNavigatedTo(NavigationEventArgs e) method AttachmentSource_DownloadProgress (line 49) | private void AttachmentSource_DownloadProgress(object sender, Download... method AttachmentSource_ImageOpened (line 54) | private void AttachmentSource_ImageOpened(object sender, RoutedEventAr... method contentContainer_Tapped (line 59) | private void contentContainer_Tapped(object sender, TappedRoutedEventA... method backButton_Click (line 64) | private void backButton_Click(object sender, RoutedEventArgs e) method AttachmentSource_ImageFailed (line 69) | private void AttachmentSource_ImageFailed(object sender, ExceptionRout... method attachmentImage_Tapped (line 75) | private void attachmentImage_Tapped(object sender, TappedRoutedEventAr... FILE: Unicord.Universal/Pages/Overlay/UserInfoOverlayPage.xaml.cs class UserInfoOverlayPage (line 14) | public sealed partial class UserInfoOverlayPage : Page, IOverlay method UserInfoOverlayPage (line 16) | public UserInfoOverlayPage() method OnNavigatedTo (line 24) | protected override void OnNavigatedTo(NavigationEventArgs e) FILE: Unicord.Universal/Pages/Settings/AboutSettingsPage.xaml.cs class AboutSettingsPage (line 5) | public sealed partial class AboutSettingsPage : Page method AboutSettingsPage (line 7) | public AboutSettingsPage() FILE: Unicord.Universal/Pages/Settings/AccountsSettingsPage.xaml.cs class AccountsSettingsPage (line 17) | public sealed partial class AccountsSettingsPage : Page method AccountsSettingsPage (line 19) | public AccountsSettingsPage() method SyncContactsSwitch_Toggled (line 31) | private async void SyncContactsSwitch_Toggled(object sender, RoutedEve... method LogoutButton_Click (line 50) | private async void LogoutButton_Click(object sender, RoutedEventArgs e) method OnMarkdownLinkClicked (line 59) | private async void OnMarkdownLinkClicked(object sender, LinkClickedEve... method EmailRevealButton_Click (line 64) | private void EmailRevealButton_Click(object sender, RoutedEventArgs e) method EmailHideButton_Click (line 72) | private void EmailHideButton_Click(object sender, RoutedEventArgs e) method GetHiddenEmail (line 80) | private string GetHiddenEmail(string email) FILE: Unicord.Universal/Pages/Settings/DebugSettingsPage.xaml.cs class DebugSettingsPage (line 10) | public sealed partial class DebugSettingsPage : Page method DebugSettingsPage (line 12) | public DebugSettingsPage() FILE: Unicord.Universal/Pages/Settings/MediaSettingsPage.xaml.cs class MediaSettingsPage (line 7) | public sealed partial class MediaSettingsPage : Page method MediaSettingsPage (line 9) | public MediaSettingsPage() method ComboBox_SelectionChanged (line 15) | private void ComboBox_SelectionChanged(object sender, SelectionChanged... FILE: Unicord.Universal/Pages/Settings/MessagingSettingsPage.xaml.cs class MessagingSettingsPage (line 8) | public sealed partial class MessagingSettingsPage : Page method MessagingSettingsPage (line 10) | public MessagingSettingsPage() method ComboBox_SelectionChanged (line 15) | private void ComboBox_SelectionChanged(object sender, SelectionChanged... method ContrastLearnMoreButton_Click (line 21) | private async void ContrastLearnMoreButton_Click(object sender, Routed... FILE: Unicord.Universal/Pages/Settings/NotificationsSettingsPage.xaml.cs class NotificationsSettingsPage (line 11) | public sealed partial class NotificationsSettingsPage : Page method NotificationsSettingsPage (line 15) | public NotificationsSettingsPage() FILE: Unicord.Universal/Pages/Settings/SecuritySettingsPage.xaml.cs class SecuritySettingsPage (line 12) | public sealed partial class SecuritySettingsPage : Page method SecuritySettingsPage (line 14) | public SecuritySettingsPage() method Page_Loaded (line 20) | private async void Page_Loaded(object sender, RoutedEventArgs e) method ToggleSwitch_Toggled (line 38) | private async void ToggleSwitch_Toggled(object sender, RoutedEventArgs e) method OpenSettingsButton_Click (line 43) | private async void OpenSettingsButton_Click(object sender, RoutedEvent... FILE: Unicord.Universal/Pages/Settings/SettingsPage.xaml.cs type INotifyOnExit (line 21) | public interface INotifyOnExit method OnClosing (line 23) | void OnClosing(); class SettingsPage (line 26) | public sealed partial class SettingsPage : Page, IOverlay method SettingsPage (line 55) | public SettingsPage() method SelectNavItem (line 74) | private void SelectNavItem(SettingsPageType pageType) method OnNavigatedTo (line 89) | protected override void OnNavigatedTo(NavigationEventArgs e) method OnNavigatingFrom (line 100) | protected override void OnNavigatingFrom(NavigatingCancelEventArgs e) method OnBackRequested (line 114) | private void OnBackRequested(object sender, BackRequestedEventArgs e) method Page_Loaded (line 122) | private void Page_Loaded(object sender, RoutedEventArgs e) method SettingsCloseButton_Click (line 127) | private void SettingsCloseButton_Click(object sender, RoutedEventArgs e) method NavView_BackRequested (line 135) | private void NavView_BackRequested(Lib.NavigationView sender, Lib.Navi... method NavView_SelectionChanged (line 143) | private void NavView_SelectionChanged(Lib.NavigationView sender, Lib.N... method NavView_DisplayModeChanged (line 162) | private void NavView_DisplayModeChanged(Lib.NavigationView sender, Lib... method NavView_PaneOpening (line 167) | private void NavView_PaneOpening(Lib.NavigationView sender, object args) method NavView_PaneOpened (line 178) | private void NavView_PaneOpened(Lib.NavigationView sender, object args) method NavView_PaneClosing (line 193) | private void NavView_PaneClosing(Lib.NavigationView sender, Lib.Naviga... method UpdateSearchDisplayMode (line 199) | private void UpdateSearchDisplayMode() method UpdateSpecialRowMargins (line 274) | private void UpdateSpecialRowMargins(bool paneOpen, bool paneOpening) method SetSearchRowHighlightSuppressed (line 306) | private void SetSearchRowHighlightSuppressed(bool suppress) method ProfileItem_Tapped (line 337) | private void ProfileItem_Tapped(object sender, TappedRoutedEventArgs e) method SearchItem_Tapped (line 352) | private void SearchItem_Tapped(object sender, TappedRoutedEventArgs e) method SearchBox_TextChanged (line 376) | private void SearchBox_TextChanged(AutoSuggestBox sender, AutoSuggestB... method SearchBox_QuerySubmitted (line 404) | private void SearchBox_QuerySubmitted(AutoSuggestBox sender, AutoSugge... FILE: Unicord.Universal/Pages/Settings/ThemesSettingsPage.xaml.cs class ThemesSettingsPage (line 13) | public sealed partial class ThemesSettingsPage : Page, INotifyOnExit method ThemesSettingsPage (line 21) | public ThemesSettingsPage() method OnNavigatingFrom (line 26) | protected override async void OnNavigatingFrom(NavigatingCancelEventAr... method ColorSchemeComboBox_SelectionChanged (line 31) | private async void ColorSchemeComboBox_SelectionChanged(object sender,... method ApplicationThemeComboBox_SelectionChanged (line 48) | private async void ApplicationThemeComboBox_SelectionChanged(object se... method OnClosingAsync (line 65) | public async Task OnClosingAsync() method OnClosing (line 88) | public async void OnClosing() FILE: Unicord.Universal/Pages/Settings/VoiceSettingsPage.xaml.cs class VoiceSettingsPage (line 15) | public sealed partial class VoiceSettingsPage : Page method VoiceSettingsPage (line 19) | public VoiceSettingsPage() method Model_PropertyChanged (line 27) | private async void Model_PropertyChanged(object sender, System.Compone... method Page_Loaded (line 32) | private async void Page_Loaded(object sender, RoutedEventArgs e) method OnNavigatedFrom (line 39) | protected override async void OnNavigatedFrom(NavigationEventArgs e) method UpdateVoiceSettings (line 45) | private async Task UpdateVoiceSettings() FILE: Unicord.Universal/Pages/SharePage.xaml.cs class SharePage (line 22) | public sealed partial class SharePage : Page method SharePage (line 27) | public SharePage() method OnNavigatedTo (line 32) | protected override void OnNavigatedTo(NavigationEventArgs e) method Page_Loaded (line 40) | private async void Page_Loaded(object sender, RoutedEventArgs e) method guildBox_SelectionChanged (line 116) | private void guildBox_SelectionChanged(object sender, SelectionChanged... method sendButton_Click (line 135) | private async void sendButton_Click(object sender, RoutedEventArgs e) method cancelButton_Click (line 170) | private void cancelButton_Click(object sender, RoutedEventArgs e) class ChannelTemplateSelector (line 176) | public class ChannelTemplateSelector : DataTemplateSelector method SelectTemplateCore (line 181) | protected override DataTemplate SelectTemplateCore(object item) method SelectTemplateCore (line 191) | protected override DataTemplate SelectTemplateCore(object item, Depend... FILE: Unicord.Universal/Pages/Subpages/AgeGatePage.xaml.cs class AgeGatePage (line 9) | public sealed partial class AgeGatePage : Page method AgeGatePage (line 13) | public AgeGatePage() method OnNavigatedTo (line 18) | protected override void OnNavigatedTo(NavigationEventArgs e) method BackButton_Click (line 26) | private void BackButton_Click(object sender, RoutedEventArgs e) method ContinueButton_Click (line 34) | private void ContinueButton_Click(object sender, RoutedEventArgs e) FILE: Unicord.Universal/Pages/Subpages/DMChannelsPage.xaml.cs class DMChannelsPage (line 11) | public sealed partial class DMChannelsPage : Page method DMChannelsPage (line 15) | public DMChannelsPage() method OnNavigatedTo (line 21) | protected override void OnNavigatedTo(NavigationEventArgs e) method OnNavigatedFrom (line 39) | protected override void OnNavigatedFrom(NavigationEventArgs e) method dmsList_SelectionChanged (line 44) | private async void dmsList_SelectionChanged(object sender, SelectionCh... FILE: Unicord.Universal/Pages/Subpages/ForumChannelPage.xaml.cs class ForumChannelPage (line 18) | public sealed partial class ForumChannelPage : Page method ForumChannelPage (line 29) | public ForumChannelPage() method OnNavigatedTo (line 40) | protected override async void OnNavigatedTo(NavigationEventArgs e) method ChannelsGrid_ItemClick (line 49) | private async void ChannelsGrid_ItemClick(object sender, ItemClickEven... FILE: Unicord.Universal/Pages/Subpages/FriendsPage.xaml.cs class FriendsPage (line 12) | public sealed partial class FriendsPage : Page method FriendsPage (line 14) | public FriendsPage() method OnItemClick (line 31) | private async void OnItemClick(object sender, ItemClickEventArgs e) method ShowSidebarButton_Click (line 41) | private void ShowSidebarButton_Click(object sender, RoutedEventArgs e) FILE: Unicord.Universal/Pages/Subpages/GuildChannelListPage.xaml.cs class GuildChannelListPage (line 15) | public sealed partial class GuildChannelListPage : Page method GuildChannelListPage (line 20) | public GuildChannelListPage() method OnNavigatedTo (line 25) | protected override void OnNavigatedTo(NavigationEventArgs e) method channelsList_SelectionChanged (line 31) | private async void channelsList_SelectionChanged(object sender, Select... method OnButtonClicked (line 49) | private void OnButtonClicked(object sender, RoutedEventArgs e) method SetSelectedChannel (line 64) | internal void SetSelectedChannel(DiscordChannel channel) FILE: Unicord.Universal/Pages/Subpages/PinsPage.xaml.cs class PinsPage (line 8) | public sealed partial class PinsPage : Page method PinsPage (line 12) | public PinsPage() method OnNavigatedTo (line 17) | protected override void OnNavigatedTo(NavigationEventArgs e) method CloseButton_Click (line 26) | private void CloseButton_Click(object sender, Windows.UI.Xaml.RoutedEv... FILE: Unicord.Universal/Pages/Subpages/SearchPage.xaml.cs class SearchPage (line 11) | public sealed partial class SearchPage : Page method SearchPage (line 16) | public SearchPage() method OnNavigatedTo (line 21) | protected override void OnNavigatedTo(NavigationEventArgs e) method SearchButton_Click (line 37) | private async void SearchButton_Click(object sender, RoutedEventArgs e) method NextButton_Click (line 43) | private async void NextButton_Click(object sender, RoutedEventArgs e) method PreviousButton_Click (line 49) | private async void PreviousButton_Click(object sender, RoutedEventArgs e) method SearchBox_KeyDown (line 55) | private async void SearchBox_KeyDown(object sender, KeyRoutedEventArgs e) method CloseSearch_Click (line 65) | private void CloseSearch_Click(object sender, RoutedEventArgs e) method SearchBox_QuerySubmitted (line 70) | private async void SearchBox_QuerySubmitted(AutoSuggestBox sender, Aut... FILE: Unicord.Universal/Pages/Subpages/UserListPage.xaml.cs class UserListPage (line 13) | public sealed partial class UserListPage : Page method UserListPage (line 17) | public UserListPage() method OnNavigatedTo (line 22) | protected override async void OnNavigatedTo(NavigationEventArgs e) method userList_ItemClick (line 61) | private void userList_ItemClick(object sender, ItemClickEventArgs e) method CloseButton_Click (line 72) | private void CloseButton_Click(object sender, Windows.UI.Xaml.RoutedEv... FILE: Unicord.Universal/Pages/VideoEditor.xaml.cs class VideoEditor (line 29) | public sealed partial class VideoEditor : Page, IOverlay method VideoEditor (line 55) | public VideoEditor() method OnNavigatedTo (line 61) | protected override void OnNavigatedTo(NavigationEventArgs e) method OnNavigatedFrom (line 69) | protected override void OnNavigatedFrom(NavigationEventArgs e) method Page_Loaded (line 74) | private async void Page_Loaded(object sender, RoutedEventArgs e) method FormatTimeSpan (line 143) | public string FormatTimeSpan(TimeSpan t) method UpdateMediaElementSource (line 148) | public void UpdateMediaElementSource() method BackButton_Click (line 170) | private async void BackButton_Click(object sender, RoutedEventArgs e) method Page_SizeChanged (line 186) | private void Page_SizeChanged(object sender, SizeChangedEventArgs e) method OnRangeChanged (line 191) | private void OnRangeChanged(object sender, Controls.RangeChangedEventA... method RangeSelector_ValueChanged (line 237) | private void RangeSelector_ValueChanged(object sender, double e) method AcceptButton_Click (line 263) | private async void AcceptButton_Click(object sender, RoutedEventArgs e) method SaveComposition (line 304) | private async Task SaveComposition() method OnProgress (line 316) | public async void OnProgress(IAsyncActionWithProgress info, do... method OnCompleted (line 325) | private async void OnCompleted(IAsyncActionWithProgress info, ... method OnWindowKeyUp (line 358) | private void OnWindowKeyUp(CoreWindow sender, KeyEventArgs e) method CloseProcessingOverlay_Completed (line 382) | private async void CloseProcessingOverlay_Completed(object sender, obj... method Close (line 400) | private async void Close() method DoCleanup (line 406) | private async void DoCleanup() method CancelButton_Click (line 438) | private void CancelButton_Click(object sender, RoutedEventArgs e) method RestartPlayTimer (line 443) | private void RestartPlayTimer() method ResizePreviewTimer (line 454) | private void ResizePreviewTimer() method _resizeTimer_Tick (line 466) | private void _resizeTimer_Tick(object sender, object e) method _playTimer_Tick (line 480) | private void _playTimer_Tick(object sender, object e) method Play (line 501) | private void Play() method Pause (line 508) | private void Pause() method TogglePlayPause (line 515) | private void TogglePlayPause() method PlayPauseButton_Click (line 527) | private void PlayPauseButton_Click(object sender, RoutedEventArgs e) method PlaybackSession_PositionChanged (line 532) | private async void PlaybackSession_PositionChanged(MediaPlaybackSessio... method AudioMuteButton_Click (line 550) | private void AudioMuteButton_Click(object sender, RoutedEventArgs e) method VolumeSlider_ValueChanged (line 566) | private void VolumeSlider_ValueChanged(object sender, RangeBaseValueCh... method snapStartButton_Click (line 574) | private void snapStartButton_Click(object sender, RoutedEventArgs e) method snapEndButton_Click (line 582) | private void snapEndButton_Click(object sender, RoutedEventArgs e) FILE: Unicord.Universal/Program.cs class Program (line 6) | public static class Program method Main (line 8) | public static void Main(string[] args) FILE: Unicord.Universal/Services/BackgroundNotificationService.cs class BackgroundNotificationService (line 19) | class BackgroundNotificationService : BaseService RegisterToastActivationBackgroundTaskAsync() method StartFullTrustBackgroundTaskAsync (line 77) | private async Task StartFullTrustBackgroundTaskAsync() method RegisterPeriodicBackgroundTaskAsync (line 130) | private async Task RegisterPeriodicBackgroundTaskAsync() method RegisterRealtimeBackgroundTaskAsync (line 161) | private async Task RegisterRealtimeBackgroundTaskAsync() method StartInProcTaskAsync (line 195) | private async Task StartInProcTaskAsync() method OnMessageCreated (line 210) | private async Task OnMessageCreated(MessageCreateEventArgs e) method OnMessageAcknowledged (line 228) | private async Task OnMessageAcknowledged(MessageAcknowledgeEventArgs e) FILE: Unicord.Universal/Services/BaseService.cs class BaseService (line 5) | internal abstract class BaseService where T: BaseService, new() method GetForCurrentView (line 10) | public static T GetForCurrentView() method Reset (line 21) | public static void Reset() method Initialise (line 28) | protected virtual void Initialise() FILE: Unicord.Universal/Services/DiscordManager.cs class DiscordManager (line 17) | internal class DiscordManager method KickoffConnectionAsync (line 32) | internal static void KickoffConnectionAsync() method LoginAsync (line 41) | internal static async Task LoginAsync( method OnDiscordTokenUpdated (line 155) | private static Task OnDiscordTokenUpdated(DiscordClient sender, AuthTo... method OnDiscordCaptchaRequested (line 174) | private static async Task OnDiscordCaptchaRequested(BaseDiscordClient ... method LogoutAsync (line 188) | internal static async Task LogoutAsync() method TryGetToken (line 209) | internal static bool TryGetToken(out string token) FILE: Unicord.Universal/Services/DiscordNavigationService.cs class NavigationEvent (line 22) | internal class NavigationEvent class DiscordNavigationService (line 31) | internal class DiscordNavigationService : BaseService type CapturedProperties (line 18) | private record CapturedProperties(FrameworkElement Control) method Initialise (line 55) | protected override void Initialise() method OnBackRequested (line 66) | private void OnBackRequested(object sender, BackRequestedEventArgs e) method EnterFullscreenAsync (line 83) | public async Task EnterFullscreenAsync(FrameworkElement element, Borde... method LeaveFullscreen (line 156) | public void LeaveFullscreen() method LeaveFullscreenAsync (line 172) | public Task LeaveFullscreenAsync(FrameworkElement element, Border parent) method AnimateDouble (line 223) | private static void AnimateDouble(CompositeTransform transformCollecti... FILE: Unicord.Universal/Services/OverlayService.cs class OverlayService (line 15) | internal class OverlayService : BaseService method Initialise (line 21) | protected override void Initialise() method ShowOverlayAsync (line 27) | public async Task ShowOverlayAsync(object model = null) where T : P... method CloseOverlay (line 72) | internal void CloseOverlay() method OnBackRequested (line 89) | private void OnBackRequested(object sender, BackRequestedEventArgs e) type IOverlay (line 95) | internal interface IOverlay FILE: Unicord.Universal/Services/Platform.cs class SystemPlatform (line 10) | internal static class SystemPlatform method SystemPlatform (line 13) | static SystemPlatform() FILE: Unicord.Universal/Services/SettingsService.cs type SettingsPageType (line 7) | internal enum SettingsPageType class SettingsService (line 19) | internal class SettingsService : BaseService method Initialise (line 23) | protected override void Initialise() method OpenAsync (line 29) | public async Task OpenAsync(SettingsPageType page = SettingsPageType.A... FILE: Unicord.Universal/Services/SplitPaneService.cs type ViewMode (line 9) | public enum ViewMode class SplitPaneService (line 19) | internal class SplitPaneService : BaseService method Initialise (line 32) | protected override void Initialise() method OnSizeChanged (line 41) | private void OnSizeChanged(object sender, WindowSizeChangedEventArgs e) method ToggleLeftPane (line 46) | internal void ToggleLeftPane() method ToggleRightPane (line 60) | internal void ToggleRightPane(object param) where T : Page method AdjustSize (line 82) | internal void AdjustSize() method CloseAllPanes (line 122) | public void CloseAllPanes() method OpenLeftPane (line 130) | private void OpenLeftPane() method CloseLeftPane (line 135) | private void CloseLeftPane() method OpenRightPane (line 140) | private void OpenRightPane() method CloseRightPane (line 145) | private void CloseRightPane() method OnBackRequested (line 150) | private void OnBackRequested(object sender, BackRequestedEventArgs e) FILE: Unicord.Universal/Services/SwipeOpenService.cs class SwipeOpenService (line 7) | internal class SwipeOpenService : BaseService method Initialise (line 11) | protected override void Initialise() method AddAdditionalElement (line 16) | public void AddAdditionalElement(UIElement element) => Helper?.AddAddi... FILE: Unicord.Universal/Services/ThemeService.cs type AppTheme (line 6) | public enum AppTheme class ThemeService (line 14) | internal class ThemeService : BaseService method GetTheme (line 16) | public AppTheme GetTheme() method GetSettingsTheme (line 33) | public AppTheme GetSettingsTheme() method SetThemeOnRelaunch (line 46) | public void SetThemeOnRelaunch(AppTheme theme) method GetDefaultAppTheme (line 51) | public AppTheme GetDefaultAppTheme() FILE: Unicord.Universal/Services/Windowing/ApplicationViewWindowingService.cs class ApplicationViewWindowingService (line 20) | class ApplicationViewWindowingService : WindowingService class ApplicationViewWindowHandle (line 22) | class ApplicationViewWindowHandle : WindowHandle method SetMainWindow (line 46) | public override void SetMainWindow(UIElement reference) method GetHandle (line 53) | public override WindowHandle GetHandle(UIElement reference) method IsMainWindow (line 61) | public override bool IsMainWindow(WindowHandle handle) method IsCompactOverlay (line 69) | public override bool IsCompactOverlay(WindowHandle handle) method SetWindowChannel (line 74) | public override void SetWindowChannel(WindowHandle handle, ulong id) method IsChannelVisible (line 82) | public override bool IsChannelVisible(ulong id) method IsActive (line 87) | public override bool IsActive(WindowHandle handle) method OpenChannelWindowAsync (line 92) | public override async Task OpenChannelWindowAsync(Discor... method OnWindowActivationChanged (line 146) | private void OnWindowActivationChanged(CoreWindow sender, WindowActiva... method ActivateOtherWindowAsync (line 152) | public override async Task ActivateOtherWindowAsync(DiscordChann... method CloseAllWindowsAsync (line 175) | public override async Task CloseAllWindowsAsync() method HandleTitleBarForWindow (line 195) | public override void HandleTitleBarForWindow(FrameworkElement titleBar... method HandleTitleBarForWindowControls (line 286) | public override void HandleTitleBarForWindowControls(FrameworkElement ... method HandleTitleBarForControl (line 361) | public override void HandleTitleBarForControl(FrameworkElement element... method ApplyPadding (line 414) | private void ApplyPadding(FrameworkElement element, bool margin, Thick... method GetOrCreateHandleForId (line 429) | private WindowHandle GetOrCreateHandleForId(int id) FILE: Unicord.Universal/Services/Windowing/WindowingService.cs class WindowHandle (line 13) | public abstract class WindowHandle { } class WindowingService (line 15) | public abstract class WindowingService method SetMainWindow (line 24) | public abstract void SetMainWindow(UIElement reference); method GetHandle (line 26) | public abstract WindowHandle GetHandle(UIElement reference); method IsMainWindow (line 30) | public abstract bool IsMainWindow(WindowHandle handle); method IsCompactOverlay (line 31) | public abstract bool IsCompactOverlay(WindowHandle handle); method SetWindowChannel (line 33) | public abstract void SetWindowChannel(WindowHandle handle, ulong id); method IsChannelVisible (line 35) | public abstract bool IsChannelVisible(ulong id); method IsActive (line 36) | public abstract bool IsActive(WindowHandle window); method ActivateOtherWindowAsync (line 38) | public abstract Task ActivateOtherWindowAsync(DiscordChannel cha... method OpenChannelWindowAsync (line 40) | public abstract Task OpenChannelWindowAsync(DiscordChann... method CloseAllWindowsAsync (line 42) | public abstract Task CloseAllWindowsAsync(); method HandleTitleBarForWindow (line 44) | public abstract void HandleTitleBarForWindow(FrameworkElement titleBar... method HandleTitleBarForControl (line 45) | public abstract void HandleTitleBarForControl(FrameworkElement element... method HandleTitleBarForWindowControls (line 46) | public abstract void HandleTitleBarForWindowControls(FrameworkElement ... FILE: Unicord.Universal/Themes/Controls/Channels.xaml.cs class Channels (line 3) | public partial class Channels method Channels (line 5) | public Channels() FILE: Unicord.Universal/Themes/Controls/Messages.xaml.cs class Messages (line 10) | public partial class Messages : ResourceDictionary method Messages (line 12) | public Messages() method ToUri (line 17) | public Uri ToUri(object obj) => (Uri)obj; method ImageContainer_DataContextChanged (line 19) | private void ImageContainer_DataContextChanged(FrameworkElement sender... FILE: Unicord.Universal/Themes/Controls/Presences.xaml.cs class Presences (line 5) | public partial class Presences : ResourceDictionary method Presences (line 7) | public Presences() FILE: Unicord.Universal/Themes/Templates.xaml.cs class Templates (line 11) | public sealed partial class Templates : ResourceDictionary method Templates (line 13) | public Templates() method OnGuildsListFolderItemLoaded (line 18) | private void OnGuildsListFolderItemLoaded(object sender, RoutedEventAr... method OnGuildsListItemLoaded (line 55) | private void OnGuildsListItemLoaded(object sender, RoutedEventArgs e) FILE: Unicord.Universal/Themes/ThemeResources.cs class ThemeResources (line 8) | internal class ThemeResources : ResourceDictionary method ThemeResources (line 10) | public ThemeResources() FILE: Unicord.Universal/Tools.cs class Tools (line 29) | public static class Tools method ToFileSizeString (line 40) | public static string ToFileSizeString(long size) method ToFileSizeString (line 48) | public static string ToFileSizeString(ulong size) method DownloadToFileAsync (line 53) | public static Task DownloadToFileAsync(Uri url, StorageFile file) method DownloadToFileAsync (line 58) | public static Task DownloadToFileAsync(Uri url, StorageFile file, IPro... method DownloadToFileAsync (line 75) | public static async Task DownloadToFileAsync(Uri url, StorageFile file... method ResetPasswordVault (line 89) | internal static void ResetPasswordVault() method AddAccelerator (line 102) | public static void AddAccelerator(this UIElement element, VirtualKey k... method AddAccelerator (line 114) | public static void AddAccelerator(this UIElement target, VirtualKey ke... method GetImageFileFromDataPackage (line 122) | public static async Task GetImageFileFromDataPackage(Data... method GetItemTypeFromExtension (line 141) | public static unsafe string GetItemTypeFromExtension(string extension,... method CheckRoleHierarchy (line 172) | public static bool CheckRoleHierarchy(DiscordMember current, DiscordMe... method IsAccessible (line 186) | public static bool IsAccessible(this DiscordChannel channel) method BinarySearch (line 208) | public static int BinarySearch(this IList co... method HasNitro (line 237) | public static bool HasNitro(this DiscordUser user) => user.PremiumType... method UploadLimit (line 238) | public static int UploadLimit(this DiscordUser user) => user.PremiumTy... class IsExternalInit (line 253) | public class IsExternalInit { } FILE: Unicord.Universal/Utilities/AdaptiveFlyout.cs class AdaptiveFlyout (line 7) | public abstract class AdaptiveFlyout : UserControl method AdaptiveFlyout (line 9) | public AdaptiveFlyout(object param) class AdaptiveFlyoutUtilities (line 15) | public static class AdaptiveFlyoutUtilities method ShowAdaptiveFlyout (line 17) | public static void ShowAdaptiveFlyout(object parameter, Frame... FILE: Unicord.Universal/Utilities/EmojiUtilities.cs class EmojiUtilities (line 13) | internal class EmojiUtilities method GetEmoji (line 15) | public static IList GetEmoji(ChannelViewModel channel, str... method GetAllowedEmotes (line 34) | public static IEnumerable GetAllowedEmotes(ChannelViewMode... method GetOrderedGuildsList (line 66) | public static List GetOrderedGuildsList() FILE: Unicord.Universal/Utilities/MediaTranscoding.cs class MediaTranscoding (line 15) | internal static class MediaTranscoding method TryTranscodeVideoAsync (line 17) | public static async Task TryTranscodeVideoAsync(IStorageFile inp... method TryTranscodeAudioAsync (line 34) | public static Task TryTranscodeAudioAsync(IStorageFile input, IS... method TryTranscodePhotoAsync (line 49) | public static async Task TryTranscodePhotoAsync(IStorageFile inp... method TryTranscodeMediaAsync (line 87) | public static async Task TryTranscodeMediaAsync(IStorageFile inp... method CreateVideoEncodingProfileFromProps (line 104) | public static MediaEncodingProfile CreateVideoEncodingProfileFromProps... FILE: Unicord.Universal/Utilities/NetworkHelper.cs class NetworkHelper (line 8) | internal static class NetworkHelper method NetworkHelper (line 13) | static NetworkHelper() method UpdateNetworkInfo (line 19) | private static void UpdateNetworkInfo() method NetworkInformation_NetworkStatusChanged (line 38) | private static void NetworkInformation_NetworkStatusChanged(object sen... FILE: Unicord.Universal/Utilities/SwipeOpenHelper.cs class SwipeOpenHelper (line 11) | internal class SwipeOpenHelper class AdditionalElementHandlerData (line 13) | private class AdditionalElementHandlerData method SwipeOpenHelper (line 36) | public SwipeOpenHelper(UIElement target, UIElement reference, Storyboa... method AddAdditionalElement (line 56) | public void AddAdditionalElement(UIElement element, bool handled = true) method OnAdditionalElementUnloaded (line 66) | private void OnAdditionalElementUnloaded(object sender, RoutedEventArg... method AddEventHandlers (line 74) | private void AddEventHandlers(UIElement element, bool handled) method RemoveEventHandlers (line 94) | private void RemoveEventHandlers(UIElement element) method OnPointerPressed (line 107) | private void OnPointerPressed(object sender, PointerRoutedEventArgs e) method OnPointerMoved (line 128) | private void OnPointerMoved(object sender, PointerRoutedEventArgs e) method OnPointerReleased (line 136) | private void OnPointerReleased(object sender, PointerRoutedEventArgs e) method OnPointerCanceled (line 146) | private void OnPointerCanceled(object sender, PointerRoutedEventArgs e) method OnManipulationStarted (line 156) | private void OnManipulationStarted(GestureRecognizer sender, Manipulat... method OnManipulationUpdated (line 164) | private void OnManipulationUpdated(GestureRecognizer sender, Manipulat... method OnManipulationCompleted (line 181) | private void OnManipulationCompleted(GestureRecognizer sender, Manipul... method Cancel (line 199) | internal void Cancel() FILE: Unicord.Universal/Utilities/UIUtilities.cs class UIUtilities (line 9) | internal static class UIUtilities method ShowErrorDialogAsync (line 14) | public static async Task ShowErrorDialogAsync(string title, string con... method ShowYesNoDialogAsync (line 39) | public static async Task ShowYesNoDialogAsync(string title, stri... FILE: Unicord.Universal/Utilities/WebPHelpers.cs class WebPHelpers (line 8) | internal static class WebPHelpers method HasWebPSupport (line 16) | public static bool HasWebPSupport() method CheckWebPSupport (line 19) | private static bool CheckWebPSupport() FILE: Unicord/PropertyChangedBase.cs class NotifyPropertyChangeImpl (line 14) | public class NotifyPropertyChangeImpl : INotifyPropertyChanged method OnPropertySet (line 46) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method OnPropertySet (line 57) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvokePropertyChanged (line 71) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method InvokeHandler (line 92) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method UnsafeInvokePropertyChanged (line 105) | [MethodImpl(MethodImplOptions.AggressiveInlining)] FILE: Unicord/ThreadHandlerCollection.cs class ThreadHandlerCollection (line 9) | public class ThreadHandlerCollection where T : Delegate method ThreadHandlerCollection (line 11) | public ThreadHandlerCollection(SynchronizationContext c) method Add (line 19) | public void Add(T handler) method Remove (line 24) | public void Remove(T handler) FILE: Unicord/VersionHelper.cs type IVersionProvider (line 7) | public interface IVersionProvider method GetVersionString (line 9) | string GetVersionString(); class VersionHelper (line 12) | public static class VersionHelper method RegisterVersionProvider (line 16) | public static T RegisterVersionProvider() where T : IVersionProvide...