SYMBOL INDEX (716 symbols across 73 files) FILE: src/BuildCast/App.xaml.cs class App (line 40) | public sealed partial class App : Application method App (line 50) | public App() method GetNavigationRoot (line 62) | public NavigationRoot GetNavigationRoot() method GetFrame (line 76) | public Frame GetFrame() method OnLaunched (line 87) | protected async override void OnLaunched(LaunchActivatedEventArgs args) method OnWindowCreated (line 106) | protected override void OnWindowCreated(WindowCreatedEventArgs args) method OnActivated (line 111) | protected async override void OnActivated(IActivatedEventArgs args) method OnBackgroundActivated (line 125) | protected async override void OnBackgroundActivated(BackgroundActivate... method OnRequestReceived (line 144) | private void OnRequestReceived(AppServiceConnection sender, AppService... method OnAppServicesCanceled (line 152) | private void OnAppServicesCanceled(IBackgroundTaskInstance sender, Bac... method AppServiceConnection_ServiceClosed (line 157) | private void AppServiceConnection_ServiceClosed(AppServiceConnection s... method InitWindow (line 162) | private void InitWindow(bool skipWindowCreation) method InitializeAsync (line 217) | private async Task InitializeAsync() method StartupAsync (line 223) | private async Task StartupAsync() method FixFeedItemThumbnail (line 230) | private async System.Threading.Tasks.Task FixFeedItemThumbnai... method ParseProtocolData (line 244) | private void ParseProtocolData(ValueSet playbackData, out Feed feed, o... method OnNavigationFailed (line 258) | private void OnNavigationFailed(object sender, NavigationFailedEventAr... method OnSuspending (line 270) | private void OnSuspending(object sender, SuspendingEventArgs e) FILE: src/BuildCast/Controls/CustomMTC.xaml.cs class CustomMTC (line 27) | public sealed partial class CustomMTC : UserControl method CustomMTC (line 37) | public CustomMTC() method LeaveCompactOverlayMode (line 53) | public static async Task LeaveCompactOverlayMode() method Fs_click (line 58) | private void Fs_click(object sender, RoutedEventArgs e) method Pip_click (line 65) | private async void Pip_click(object sender, RoutedEventArgs e) method UserControl_Loaded (line 84) | private void UserControl_Loaded(object sender, RoutedEventArgs e) method Current_PlayPauseChanged (line 96) | private void Current_PlayPauseChanged(object sender, Windows.Media.Pla... method DoneSrubbing (line 110) | private void DoneSrubbing(object sender, EventArgs e) method CoreWindow_PointerPressed (line 117) | private void CoreWindow_PointerPressed(CoreWindow sender, PointerEvent... method Playpause_click (line 122) | private async void Playpause_click(object sender, RoutedEventArgs e) method UserControl_Unloaded (line 127) | private void UserControl_Unloaded(object sender, RoutedEventArgs e) method Rwnd_click (line 133) | private void Rwnd_click(object sender, RoutedEventArgs e) method Ffwd_click (line 138) | private void Ffwd_click(object sender, RoutedEventArgs e) method RomeItemClick (line 146) | private void RomeItemClick(object sender, ItemClickEventArgs e) method Flyout_Opened (line 163) | private void Flyout_Opened(object sender, object e) FILE: src/BuildCast/Controls/CustomMediaPlayer.xaml.cs class CustomMediaPlayer (line 31) | public sealed partial class CustomMediaPlayer : UserControl method CustomMediaPlayer (line 46) | public CustomMediaPlayer() method LoadPoster (line 63) | public void LoadPoster(string uri) method GetBitmapFromRenderTarget (line 76) | public async Task GetBitmapFromRenderTarget() method HostElement_SizeChanged (line 103) | private void HostElement_SizeChanged(object sender, Windows.UI.Xaml.Si... method InitializeComposition (line 108) | private void InitializeComposition() method ConfigureAnimations (line 139) | private void ConfigureAnimations() method LoadPlaceholderImage (line 151) | private void LoadPlaceholderImage(Uri load) method SetLoadingProgress (line 177) | private async Task SetLoadingProgress() method UserControl_Loaded (line 184) | private void UserControl_Loaded(object sender, RoutedEventArgs e) method UserControl_Unloaded (line 190) | private void UserControl_Unloaded(object sender, RoutedEventArgs e) method Current_MediaLoading (line 196) | private async void Current_MediaLoading(object sender, EventArgs e) method Current_MediaLoaded (line 201) | private async void Current_MediaLoaded(object sender, EventArgs e) FILE: src/BuildCast/Controls/RemoteControl.xaml.cs class RemoteControl (line 21) | public sealed partial class RemoteControl : UserControl method RemoteControl (line 38) | public RemoteControl() method Close_Click (line 43) | private void Close_Click(object sender, RoutedEventArgs e) method Rewind_Click (line 49) | private void Rewind_Click(object sender, RoutedEventArgs e) method Play_Click (line 54) | private void Play_Click(object sender, RoutedEventArgs e) method Pause_Click (line 59) | private void Pause_Click(object sender, RoutedEventArgs e) method FastForward_Click (line 64) | private void FastForward_Click(object sender, RoutedEventArgs e) method RemoteSnap_Click (line 69) | private void RemoteSnap_Click(object sender, RoutedEventArgs e) FILE: src/BuildCast/Controls/TimeControl.cs class TimeControl (line 31) | public class TimeControl : Control, IDisposable method TimeControl (line 51) | public TimeControl() method Dispose (line 100) | public void Dispose() method SetDevice (line 106) | public void SetDevice(CanvasDevice device) method OnApplyTemplate (line 126) | protected override void OnApplyTemplate() method ElementCompositionVisual_SizeChanged (line 140) | private void ElementCompositionVisual_SizeChanged(object sender, SizeC... method DrawSwapChain (line 161) | private void DrawSwapChain(CanvasSwapChain sc) method CalcPercentage (line 201) | private double CalcPercentage() FILE: src/BuildCast/Controls/Timeline.cs class Timeline (line 28) | public class Timeline : Control, IInteractionTrackerOwner, INotifyProper... method Timeline (line 51) | public Timeline() method SetTime (line 109) | public void SetTime(TimeSpan postition, TimeSpan duration) method SetElapsedTimeControl (line 145) | public void SetElapsedTimeControl(TimeControl elapsed) method NotifyPointerPressed (line 155) | public void NotifyPointerPressed(PointerEventArgs args) method RaisePropertyChanged (line 168) | private void RaisePropertyChanged([CallerMemberName] string caller = "") method SetPosition (line 175) | private void SetPosition(double percentage) method UpdatePosition (line 182) | private void UpdatePosition() method Clamp (line 188) | private double Clamp(double position) method SetPositionAbsoluteClamped (line 204) | private void SetPositionAbsoluteClamped(double position) method CalcPosition (line 212) | private double CalcPosition(double percent) method Timeline_Loaded (line 224) | private void Timeline_Loaded(object sender, RoutedEventArgs e) method Timeline_Unloaded (line 232) | private void Timeline_Unloaded(object sender, RoutedEventArgs e) method Timeline_SizeChanged (line 242) | private void Timeline_SizeChanged(object sender, SizeChangedEventArgs e) method PointerWheel_Changed (line 249) | private void PointerWheel_Changed(object sender, PointerRoutedEventArg... method MousePointer_Moved (line 275) | private void MousePointer_Moved(object sender, PointerRoutedEventArgs e) method MousePointer_ThumbPressed (line 302) | private void MousePointer_ThumbPressed(object sender, PointerRoutedEve... method MousePointer_Released (line 322) | private void MousePointer_Released(object sender, PointerRoutedEventAr... method MousePointer_Pressed (line 331) | private void MousePointer_Pressed(object sender, PointerRoutedEventArg... method TrackCanvas_SizeChanged (line 350) | private void TrackCanvas_SizeChanged(object sender, SizeChangedEventAr... method OnDragStart (line 360) | private void OnDragStart() method OnDragStop (line 372) | private void OnDragStop() method OnApplyTemplate (line 388) | protected override void OnApplyTemplate() method InitializeComposition (line 402) | private void InitializeComposition() method StartComposition (line 427) | private void StartComposition() method CustomAnimationStateEntered (line 436) | public void CustomAnimationStateEntered(InteractionTracker sender, Int... method IdleStateEntered (line 440) | public void IdleStateEntered(InteractionTracker sender, InteractionTra... method InertiaStateEntered (line 450) | public void InertiaStateEntered(InteractionTracker sender, Interaction... method InteractingStateEntered (line 455) | public void InteractingStateEntered(InteractionTracker sender, Interac... method RequestIgnored (line 460) | public void RequestIgnored(InteractionTracker sender, InteractionTrack... method ValuesChanged (line 464) | public void ValuesChanged(InteractionTracker sender, InteractionTracke... FILE: src/BuildCast/DataModel/Episode.cs class Episode (line 22) | public class Episode method Episode (line 39) | public Episode() method Episode (line 43) | public Episode( method Episode (line 76) | public Episode(string key, string title, string description, string it... method FormatPublishDate (line 142) | public string FormatPublishDate (Episode e) method ToString (line 152) | public override string ToString() method SetDownloaded (line 157) | public async Task SetDownloaded() method DeleteDownloaded (line 167) | public async Task DeleteDownloaded() method BuildFromValueSet (line 184) | internal static Episode BuildFromValueSet(ValueSet values) method AddToValueSet (line 199) | internal void AddToValueSet(ValueSet values) method GetFeed (line 214) | private Feed GetFeed() FILE: src/BuildCast/DataModel/EpisodePlaybackState.cs class EpisodePlaybackState (line 17) | public class EpisodePlaybackState method EpisodePlaybackState (line 23) | public EpisodePlaybackState() method EpisodePlaybackState (line 27) | public EpisodePlaybackState(Episode episode) method GetPercentDouble (line 39) | public double GetPercentDouble (Episode e) method GetPercent (line 44) | public string GetPercent(Episode e) FILE: src/BuildCast/DataModel/EpisodeWithState.cs class EpisodeWithState (line 15) | public class EpisodeWithState FILE: src/BuildCast/DataModel/Favorite.cs class Favorite (line 18) | public class Favorite method Favorite (line 24) | public Favorite() method Favorite (line 28) | public Favorite(Episode item) method GetEpisode (line 38) | internal Episode GetEpisode() FILE: src/BuildCast/DataModel/Feed.cs class Feed (line 29) | public class Feed method Feed (line 31) | public Feed(Uri feedUri, string title, string description, Uri imageUr... method GetEpisodes (line 50) | public async Task> GetEpisodes() method GetNewEpisodesAsync (line 70) | internal async Task> GetNewEpisodesAsync() method RemoveTopThreeItems (line 91) | internal async Task RemoveTopThreeItems() method GetEpisodesInternalAsync (line 103) | internal async Task> GetEpisodesInternalAsync() method GetEpisodesInternalFromWebAsync (line 117) | internal async Task> GetEpisodesInternalFromWebAsync() method GetEpisodesInternalFromResAsync (line 126) | internal async Task> GetEpisodesInternalFromResAsync(str... method ParseRssFeed (line 136) | internal static List ParseRssFeed(IInputStream stream, Feed p... method BuildFeedFromValueSet (line 260) | internal static Feed BuildFeedFromValueSet(ValueSet values) method AddToValueSet (line 272) | internal void AddToValueSet(ValueSet values) FILE: src/BuildCast/DataModel/FeedStore.cs class FeedStore (line 22) | public class FeedStore method FeedStore (line 26) | static FeedStore() method CheckDownloadsPresent (line 33) | public static async Task CheckDownloadsPresent() method ScanDownloads (line 71) | private static async Task ScanDownloads() method AddFeeds (line 89) | private static void AddFeeds() FILE: src/BuildCast/DataModel/InkNote.cs class InkNote (line 18) | public class InkNote method InkNote (line 24) | public InkNote() method InkNote (line 28) | public InkNote(string episodeKey, double time) method GetEpisode (line 47) | internal Episode GetEpisode() FILE: src/BuildCast/DataModel/InkNoteData.cs class InkNoteData (line 22) | public class InkNoteData method InkNoteData (line 28) | public InkNoteData() method GetImage (line 40) | public async Task GetImage(Action onOpened) method GetImageStream (line 45) | public async Task GetImageStream() method GetImageStream (line 50) | private static async Task GetImageStream(b... method GetImage (line 58) | private async Task GetImage(byte[] imageBytes, Action onO... FILE: src/BuildCast/DataModel/LocalStorageContext.cs class LocalStorageContext (line 23) | public class LocalStorageContext : DbContext method LocalStorageContext (line 32) | static LocalStorageContext() method CheckMigrations (line 107) | public static void CheckMigrations() method OnConfiguring (line 116) | protected override void OnConfiguring(DbContextOptionsBuilder optionsB... method CheckForDatabase (line 121) | private static async Task CheckForDatabase() FILE: src/BuildCast/DataModel/NowPlayingState.cs class NowPlayingState (line 19) | public class NowPlayingState method LoadStateAsync (line 39) | public async Task LoadStateAsync() method HandlePlayRequest (line 49) | public async Task> HandlePlayRequest(Episode paramItem) method HandlePlayRequest (line 69) | public bool HandlePlayRequest(InkNote paramItem) method ShouldSwitch (line 95) | public bool ShouldSwitch(Episode parameter) method SetNowPlaying (line 110) | public void SetNowPlaying(Feed feed, Episode feedItem, TimeSpan curren... method PeristEpisodePlaybackState (line 117) | public async Task PeristEpisodePlaybackState() method LoadEpisodePlaybackState (line 138) | public async Task LoadEpisodePlaybackState() method PersistLastPlayed (line 164) | private void PersistLastPlayed(Feed feed, Episode episode, TimeSpan ti... method DePersistLastPlayed (line 179) | private void DePersistLastPlayed(out Feed feed, out Episode episode, o... FILE: src/BuildCast/Helpers/AsyncHelpers.cs class AsyncInitilizer (line 23) | public class AsyncInitilizer method AsyncInitilizer (line 33) | public AsyncInitilizer() method InitializeWith (line 37) | internal void InitializeWith(Func initializationTask) method CheckInitialized (line 65) | internal void CheckInitialized() FILE: src/BuildCast/Helpers/BackgroundDownloadHelper.cs type DownloadStartResult (line 34) | public enum DownloadStartResult class BackgroundDownloadHelper (line 41) | public static class BackgroundDownloadHelper method Download (line 45) | public static async Task Download(Uri sourceUri) method IsDownloading (line 86) | public static async Task IsDownloading(Uri sourceUri) method CheckLocalFileExistsFromUriHash (line 97) | public static async Task CheckLocalFileExistsFromUriHash(... method GetAllFiles (line 103) | public static async Task> GetAllFiles() method SafeHashUri (line 109) | public static string SafeHashUri(Uri sourceUri) method UpdateDownloadedFromCache (line 116) | public static async Task UpdateDownloadedFromCache() method RegisterBackgroundTask (line 126) | public static void RegisterBackgroundTask(IBackgroundTrigger trigger) method AttachToDownloads (line 135) | public static async Task AttachToDownloads() method DeleteDownload (line 150) | public static async Task DeleteDownload(string fileName) method CheckCompletionResult (line 165) | internal static async Task CheckCompletionResult(IBackgroundTaskInstan... method SetItemDownloaded (line 188) | private static async Task SetItemDownloaded(DownloadOperation item) method SetItemDownloaded (line 194) | private static async Task SetItemDownloaded(string filename) method CheckLocalFileExists (line 208) | private static async Task CheckLocalFileExists(string fil... method Hash (line 228) | private static string Hash(string input) method IsFileEmpty (line 242) | private static async Task IsFileEmpty(StorageFile file) method GetLocalFileFromUri (line 253) | private static async Task GetLocalFileFromUri(Uri sourceUri) method GetLocalFileFromName (line 268) | private static async Task GetLocalFileFromName(string fil... method GetFileNameFromUri (line 282) | private static string GetFileNameFromUri(Uri sourceUri) method StartDownload (line 287) | private static async Task StartDownload(Uri target, BackgroundTransfer... method DownloadProgress (line 331) | private static void DownloadProgress(DownloadOperation obj) method CreateNotifications (line 342) | private static void CreateNotifications(BackgroundDownloader downloader) method CreateToast (line 357) | private static void CreateToast(string title, string tag) method UpdateToast (line 401) | private static void UpdateToast(string toastTag, double progressValue) FILE: src/BuildCast/Helpers/BufferingVisualManager.cs class BufferingVisualManager (line 23) | public class BufferingVisualManager method StartBuffering (line 36) | public async Task StartBuffering(Panel textHolder, FrameworkElement li... method StopBuffering (line 52) | public void StopBuffering(bool lightingdisabled) method SetCompositor (line 80) | public void SetCompositor(Compositor compositor) method ConfigureText (line 85) | private async Task ConfigureText(Panel target) method RemoveText (line 115) | private void RemoveText(CompositionScopedBatch batch, TextBlock textEl... method ConfigureLighting (line 133) | private void ConfigureLighting(FrameworkElement element) method RemoveLighting (line 168) | private CompositionScopedBatch RemoveLighting() FILE: src/BuildCast/Helpers/DateTimeHelper.cs class DateTimeHelper (line 20) | public static class DateTimeHelper method ParseDateTimeRFC822 (line 22) | public static DateTimeOffset ParseDateTimeRFC822(string dateTimeString) method NormalizeTimeZone (line 92) | private static string NormalizeTimeZone(string rfc822TimeZone, out boo... method RemoveExtraWhiteSpaceAtStart (line 180) | private static void RemoveExtraWhiteSpaceAtStart(StringBuilder stringB... method ReplaceMultipleWhiteSpaceWithSingleWhiteSpace (line 199) | private static void ReplaceMultipleWhiteSpaceWithSingleWhiteSpace(Stri... FILE: src/BuildCast/Helpers/EnumToBooleanConverter.cs class EnumToBooleanConverter (line 18) | public class EnumToBooleanConverter : IValueConverter method Convert (line 22) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 39) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/BuildCast/Helpers/EpisodeCommands.cs class FavoriteCommand (line 19) | public class FavoriteCommand : ICommand method CanExecute (line 25) | public bool CanExecute(object parameter) => true; method Execute (line 27) | public void Execute(object parameter) class DeleteEpisodeNoteCommand (line 42) | public class DeleteEpisodeNoteCommand : ICommand method DeleteEpisodeNoteCommand (line 47) | public DeleteEpisodeNoteCommand() method CanExecute (line 55) | public bool CanExecute(object parameter) => true; method Execute (line 57) | public void Execute(object parameter) class DeleteEpisodeCommand (line 90) | public class DeleteEpisodeCommand : ICommand method DeleteEpisodeCommand (line 95) | public DeleteEpisodeCommand() method CanExecute (line 103) | public bool CanExecute(object parameter) => true; method Execute (line 105) | public async void Execute(object parameter) class UnfavoriteCommand (line 127) | public class UnfavoriteCommand : ICommand method UnfavoriteCommand (line 132) | public UnfavoriteCommand() method CanExecute (line 136) | public bool CanExecute(object parameter) => true; method Execute (line 138) | public void Execute(object parameter) class DownloadCommand (line 169) | public class DownloadCommand : ICommand method DownloadCommand (line 171) | public DownloadCommand() method CanExecute (line 179) | public bool CanExecute(object parameter) => true; method Execute (line 181) | public void Execute(object parameter) class BindingProxyCommand (line 209) | public class BindingProxyCommand : ICommand method CanExecute (line 225) | public bool CanExecute(object parameter) => _realCommand?.CanExecute(p... method Execute (line 227) | public void Execute(object parameter) => _realCommand.Execute(parameter); method OnRealCanExecute (line 229) | private void OnRealCanExecute(object sender, EventArgs e) => CanExecut... FILE: src/BuildCast/Helpers/Json.cs class Json (line 18) | public static class Json method ToObjectAsync (line 20) | public static async Task ToObjectAsync(string value) method StringifyAsync (line 28) | public static async Task StringifyAsync(object value) FILE: src/BuildCast/Helpers/LinqExtensions.cs class LinqExtensions (line 19) | public static class LinqExtensions method LambdaDistinct (line 21) | public static IEnumerable LambdaDistinct(this IEnumerable lis... class LambdaCompare (line 26) | public class LambdaCompare : IEqualityComparer method LambdaCompare (line 30) | public LambdaCompare(Func lambda) method Equals (line 35) | public bool Equals(T x, T y) method GetHashCode (line 40) | public int GetHashCode(T obj) FILE: src/BuildCast/Helpers/NavigationAnimationHelpers.cs class NavigationAnimationHelpers (line 21) | public static class NavigationAnimationHelpers method NavigateWithFadeOutgoing (line 23) | public static bool NavigateWithFadeOutgoing(this Frame frame, object p... method ImplicitHideFrameContent (line 30) | private static void ImplicitHideFrameContent(Frame frame) method SetImplicitHide (line 38) | private static void SetImplicitHide(UIElement thisPtr) FILE: src/BuildCast/Helpers/RelayCommand.cs class RelayCommand (line 18) | public class RelayCommand : ICommand method RelayCommand (line 24) | public RelayCommand(Action execute) method RelayCommand (line 29) | public RelayCommand(Action execute, Func canExecute) method CanExecute (line 37) | public bool CanExecute(object parameter) => _canExecute == null || _ca... method Execute (line 39) | public void Execute(object parameter) => _execute(); method OnCanExecuteChanged (line 41) | public void OnCanExecuteChanged() => CanExecuteChanged?.Invoke(this, E... method RelayCommand (line 52) | public RelayCommand(Action execute) method RelayCommand (line 57) | public RelayCommand(Action execute, Func canExecute) method CanExecute (line 65) | public bool CanExecute(object parameter) => _canExecute == null || _ca... method Execute (line 67) | public void Execute(object parameter) => _execute((T)parameter); method OnCanExecuteChanged (line 69) | public void OnCanExecuteChanged() => CanExecuteChanged?.Invoke(this, E... class RelayCommand (line 45) | public class RelayCommand : ICommand method RelayCommand (line 24) | public RelayCommand(Action execute) method RelayCommand (line 29) | public RelayCommand(Action execute, Func canExecute) method CanExecute (line 37) | public bool CanExecute(object parameter) => _canExecute == null || _ca... method Execute (line 39) | public void Execute(object parameter) => _execute(); method OnCanExecuteChanged (line 41) | public void OnCanExecuteChanged() => CanExecuteChanged?.Invoke(this, E... method RelayCommand (line 52) | public RelayCommand(Action execute) method RelayCommand (line 57) | public RelayCommand(Action execute, Func canExecute) method CanExecute (line 65) | public bool CanExecute(object parameter) => _canExecute == null || _ca... method Execute (line 67) | public void Execute(object parameter) => _execute((T)parameter); method OnCanExecuteChanged (line 69) | public void OnCanExecuteChanged() => CanExecuteChanged?.Invoke(this, E... FILE: src/BuildCast/Helpers/SettingsStorageExtensions.cs class SettingsStorageExtensions (line 20) | public static class SettingsStorageExtensions method IsRoamingStorageAvailable (line 26) | public static bool IsRoamingStorageAvailable(this ApplicationData appD... method SaveAsync (line 31) | public static async Task SaveAsync(this StorageFolder folder, strin... method ReadAsync (line 39) | public static async Task ReadAsync(this StorageFolder folder, st... method SaveAsync (line 52) | public static async Task SaveAsync(this ApplicationDataContainer se... method ReadAsync (line 57) | public static async Task ReadAsync(this ApplicationDataContainer... method GetFileName (line 67) | private static string GetFileName(string name) FILE: src/BuildCast/Helpers/TitleBarHelper.cs class TitleBarHelper (line 19) | public class TitleBarHelper : INotifyPropertyChanged method TitleBarHelper (line 29) | public TitleBarHelper() method ExitFullscreen (line 86) | public void ExitFullscreen() method GoFullscreen (line 91) | public void GoFullscreen() method CoreTitleBar_LayoutMetricsChanged (line 96) | private void CoreTitleBar_LayoutMetricsChanged(CoreApplicationViewTitl... method CalculateTilebarOffset (line 101) | private Thickness CalculateTilebarOffset(double leftPosition, double h... FILE: src/BuildCast/Helpers/UIHelpers.cs class UIHelpers (line 20) | public class UIHelpers method ShowContentAsync (line 22) | public static async Task ShowContentAsync(string content) FILE: src/BuildCast/Helpers/ValueSetHelper.cs class ValueSetHelper (line 18) | public static class ValueSetHelper method GetValueSet (line 20) | public static ValueSet GetValueSet(this ValueSet values, string key) method GetTimeSpan (line 32) | public static TimeSpan GetTimeSpan(this ValueSet values, string key) method GetDateTimeOffset (line 47) | public static DateTimeOffset GetDateTimeOffset(this ValueSet values, s... method GetURI (line 62) | public static Uri GetURI(this ValueSet values, string key) method GetString (line 77) | public static string GetString(this ValueSet values, string key) FILE: src/BuildCast/Helpers/VisualHelpers.cs class VisualHelpers (line 21) | public static class VisualHelpers method GetVisual (line 23) | public static Visual GetVisual(this UIElement element) method ApplyImplicitAnimation (line 28) | public static CompositionCommitBatch ApplyImplicitAnimation(this Visua... method CreateOpacityAnimation (line 39) | public static KeyFrameAnimation CreateOpacityAnimation(Compositor comp... method SetSize (line 48) | public static void SetSize(this Visual v, FrameworkElement element) method FadeVisual (line 53) | public static void FadeVisual(this Visual v, double seconds) method CreateOpacityAnimation (line 61) | public static ScalarKeyFrameAnimation CreateOpacityAnimation(double se... method CreateOpacityAnimation (line 72) | public static ICompositionAnimationBase CreateOpacityAnimation(double ... method CreateAnimationGroup (line 81) | public static ICompositionAnimationBase CreateAnimationGroup(Compositi... method EnableLayoutImplicitAnimations (line 89) | public static void EnableLayoutImplicitAnimations(this UIElement eleme... method CreateImplicitFadeAnimation (line 101) | private static CompositionAnimation CreateImplicitFadeAnimation(double... method CreateOffsetAnimation (line 110) | private static KeyFrameAnimation CreateOffsetAnimation(Compositor comp... method CreateHorizontalOffsetAnimation (line 119) | public static CompositionAnimation CreateHorizontalOffsetAnimation(dou... method CreateHorizontalOffsetAnimation (line 143) | public static CompositionAnimation CreateHorizontalOffsetAnimation(dou... method CreateVerticalOffsetAnimation (line 148) | public static CompositionAnimation CreateVerticalOffsetAnimation(doubl... method CreateVerticalOffsetAnimation (line 172) | public static CompositionAnimation CreateVerticalOffsetAnimation(doubl... method CreateVerticalOffsetAnimationFrom (line 177) | public static CompositionAnimation CreateVerticalOffsetAnimationFrom(d... method CreateVerticalOffsetAnimationTo (line 182) | public static CompositionAnimation CreateVerticalOffsetAnimationTo(dou... method GetVisualChildByName (line 187) | public static T GetVisualChildByName(this FrameworkElement root, st... FILE: src/BuildCast/Migrations/20170927020747_initial.Designer.cs class initial (line 10) | [DbContext(typeof(LocalStorageContext))] method BuildTargetModel (line 14) | protected override void BuildTargetModel(ModelBuilder modelBuilder) FILE: src/BuildCast/Migrations/20170927020747_initial.cs class initial (line 7) | public partial class initial : Migration method Up (line 9) | protected override void Up(MigrationBuilder migrationBuilder) method Down (line 88) | protected override void Down(MigrationBuilder migrationBuilder) FILE: src/BuildCast/Migrations/LocalStorageContextModelSnapshot.cs class LocalStorageContextModelSnapshot (line 10) | [DbContext(typeof(LocalStorageContext))] method BuildModel (line 13) | protected override void BuildModel(ModelBuilder modelBuilder) FILE: src/BuildCast/Services/ElementThemeExtended.cs type ElementThemeExtended (line 20) | public enum ElementThemeExtended type PipModes (line 31) | public enum PipModes FILE: src/BuildCast/Services/IAvailableSystemsObserver.cs type IAvailableSystemsObserver (line 15) | public interface IAvailableSystemsObserver method Add (line 17) | void Add(IRemoteSystemDescription description); method Removed (line 18) | void Removed(IRemoteSystemDescription description); FILE: src/BuildCast/Services/IFullscreenPage.cs type IFullscreenPage (line 15) | public interface IFullscreenPage method ExitFullscreen (line 17) | void ExitFullscreen(); method EnterFullscreen (line 19) | void EnterFullscreen(); FILE: src/BuildCast/Services/IPlayerService.cs type IPlayerService (line 19) | public interface IPlayerService method SetNewItem (line 23) | Task SetNewItem(Uri currentItem, TimeSpan currentTime, bool startPlayb... method SetTime (line 25) | void SetTime(TimeSpan currentTime); method Play (line 27) | Task Play(Episode episode, TimeSpan playTime); method Pause (line 29) | void Pause(); method FastForward (line 31) | void FastForward(); method Rewind (line 33) | void Rewind(); method GetBitmapForCurrentFrameFromLocalFile (line 35) | Task GetBitmapForCurrentFrameFromLocalFile(); FILE: src/BuildCast/Services/IRemoteConnection.cs type IRemoteConnection (line 18) | public interface IRemoteConnection : IDisposable method Play (line 20) | Task Play(); method Pause (line 22) | Task Pause(); method Seek (line 24) | Task Seek(TimeSpan timeStamp); method Disconnect (line 26) | Task Disconnect(); method FastForward (line 28) | Task FastForward(); method Rewind (line 30) | Task Rewind(); method GetRemoteBitmap (line 32) | Task GetRemoteBitmap(); FILE: src/BuildCast/Services/IRemotePlayerService.cs type IRemotePlayerService (line 21) | public interface IRemotePlayerService method SubscribeSystemsChange (line 24) | IDisposable SubscribeSystemsChange(IAvailableSystemsObserver observer); method FindDevices (line 25) | Task FindDevices(); method RemoteActivation (line 26) | void RemoteActivation(BackgroundTaskDeferral backgroundTaskDeferral, A... FILE: src/BuildCast/Services/IRemoteSystemDescription.cs type IRemoteSystemDescription (line 17) | public interface IRemoteSystemDescription method PlayTo (line 23) | Task PlayTo(); FILE: src/BuildCast/Services/Navigation/FrameAdapter.cs class FrameAdapter (line 20) | public class FrameAdapter : IFrameAdapter method FrameAdapter (line 32) | public FrameAdapter(Frame internalFrame) method GoForward (line 45) | public void GoForward() method GoBack (line 50) | public void GoBack() => _internalFrame.GoBack(); method GetNavigationState (line 52) | public string GetNavigationState() => _internalFrame.GetNavigationStat... method SetNavigationState (line 54) | public void SetNavigationState(string navigationState) => _internalFra... method Navigate (line 56) | public bool Navigate(Type sourcePageType, object parameter) FILE: src/BuildCast/Services/Navigation/IFrameAdapter.cs type IFrameAdapter (line 18) | public interface IFrameAdapter method GetNavigationState (line 34) | string GetNavigationState(); method GoBack (line 36) | void GoBack(); method GoForward (line 38) | void GoForward(); method Navigate (line 40) | bool Navigate(Type sourcePageType, object parameter); method SetNavigationState (line 42) | void SetNavigationState(string navigationState); FILE: src/BuildCast/Services/Navigation/INavigableTo.cs type INavigableTo (line 18) | public interface INavigableTo method NavigatedTo (line 29) | Task NavigatedTo(NavigationMode navigationMode, object parameter); FILE: src/BuildCast/Services/Navigation/INavigationCommand.cs type INavigationCommand (line 17) | public interface INavigationCommand method CanExecute (line 19) | bool CanExecute(T parameter); method ExecuteAsync (line 21) | Task ExecuteAsync(T parameter); method GoBackAsync (line 23) | Task GoBackAsync(); method CanExecute (line 28) | bool CanExecute(); method ExecuteAsync (line 30) | Task ExecuteAsync(); type INavigationCommand (line 26) | public interface INavigationCommand : INavigationCommand method CanExecute (line 19) | bool CanExecute(T parameter); method ExecuteAsync (line 21) | Task ExecuteAsync(T parameter); method GoBackAsync (line 23) | Task GoBackAsync(); method CanExecute (line 28) | bool CanExecute(); method ExecuteAsync (line 30) | Task ExecuteAsync(); FILE: src/BuildCast/Services/Navigation/INavigationService.cs type INavigationService (line 19) | public interface INavigationService method NavigateToPodcastsAsync (line 29) | Task NavigateToPodcastsAsync(); method NavigateToFavoritesAsync (line 31) | Task NavigateToFavoritesAsync(); method NavigateToDownloadsAsync (line 33) | Task NavigateToDownloadsAsync(); method NavigateToNotesAsync (line 35) | Task NavigateToNotesAsync(); method NavigateToNowPlayingAsync (line 37) | Task NavigateToNowPlayingAsync(); method NavigateToSettingsAsync (line 39) | Task NavigateToSettingsAsync(); method NavigateToFeedAsync (line 41) | Task NavigateToFeedAsync(Feed feed); method NavigateToEpisodeAsync (line 43) | Task NavigateToEpisodeAsync(Episode episode); method NavigateToPlayerAsync (line 45) | Task NavigateToPlayerAsync(Episode episode); method NavigateToPlayerAsync (line 47) | Task NavigateToPlayerAsync(InkNote inkNote); method NavigateToInkNoteAsync (line 49) | Task NavigateToInkNoteAsync(InkNote inkNote); method GoBackAsync (line 50) | Task GoBackAsync(); FILE: src/BuildCast/Services/Navigation/IPageWithViewModel.cs type IPageWithViewModel (line 15) | public interface IPageWithViewModel method UpdateBindings (line 20) | void UpdateBindings(); FILE: src/BuildCast/Services/Navigation/NavigationService.cs class NavigationService (line 26) | public class NavigationService : INavigationService method NavigationService (line 35) | public NavigationService(IFrameAdapter frameAdapter, IComponentContext... method NavigateToPodcastsAsync (line 59) | public Task NavigateToPodcastsAsync() => NavigateToPage(); method NavigateToFavoritesAsync (line 61) | public Task NavigateToFavoritesAsync() => NavigateToPage(); method NavigateToDownloadsAsync (line 63) | public Task NavigateToDownloadsAsync() => NavigateToPage(); method NavigateToNotesAsync (line 65) | public Task NavigateToNotesAsync() => NavigateToPage(); method NavigateToNowPlayingAsync (line 67) | public Task NavigateToNowPlayingAsync() => NavigateToPage(); method NavigateToSettingsAsync (line 69) | public Task NavigateToSettingsAsync() => NavigateToPage(); method NavigateToFeedAsync (line 71) | public Task NavigateToFeedAsync(Feed feed) => NavigateToPage NavigateToPage<... method NavigateToPlayerAsync (line 75) | public Task NavigateToPlayerAsync(Episode episode) => NavigateToPage Naviga... method NavigateToInkNoteAsync (line 79) | public Task NavigateToInkNoteAsync(DataModel.InkNote inkNote) => Navig... method GoBackAsync (line 116) | public async Task GoBackAsync() method Frame_Navigated (line 135) | private void Frame_Navigated(object sender, Windows.UI.Xaml.Navigation... method RegisterPageViewModel (line 145) | private void RegisterPageViewModel() method NavigateToPage (line 167) | private Task NavigateToPage() method NavigateToPage (line 172) | private async Task NavigateToPage(object parameter) FILE: src/BuildCast/Services/PlayerService.cs class PlayerService (line 36) | public class PlayerService : IPlayerService method GetBrush (line 79) | public CompositionBrush GetBrush(Compositor compositor) method HandlePlayRequest (line 87) | public async Task HandlePlayRequest(BuildCast.DataModel.InkNote i) method HandlePlayRequest (line 93) | public async Task HandlePlayRequest(Episode e) method Play (line 118) | public async Task Play(Episode ep, TimeSpan playTime) method Pause (line 134) | public void Pause() method TogglePlayPaused (line 142) | public async Task TogglePlayPaused() method Rewind (line 161) | public void Rewind() method FastForward (line 166) | public void FastForward() method SetNewItem (line 172) | public async Task SetNewItem(Uri currentItem, TimeSpan currentTime, bo... method SetTime (line 188) | public void SetTime(TimeSpan currentTime) method SetTimeControls (line 201) | public void SetTimeControls(Timeline timeCtrl) method GetBitmapForCurrentFrameFromLocalFile (line 206) | public async Task GetBitmapForCurrentFrameFromLocalFile() method PlayerService (line 270) | private PlayerService() method InitializeMediaPlayer (line 293) | private void InitializeMediaPlayer() method _source_SourceChanged (line 310) | private void _source_SourceChanged(object sender, AudioVisualizer.IVis... method OpenAndPlayNewItem (line 315) | private async Task OpenAndPlayNewItem() method GetSourceForUri (line 344) | private async Task<(MediaSource source, StorageFile storageFile)> GetS... method GetBitmapBytesFromLocalFile (line 361) | private async Task GetBitmapBytesFromLocalFile(TimeSpan span) method GetThumbnailAsync (line 373) | private async Task GetThumbnailAsync(StorageFile file, T... method ClearPlayback (line 382) | private void ClearPlayback() method PlaybackSession_PositionChanged (line 390) | private void PlaybackSession_PositionChanged(MediaPlaybackSession send... method PlaybackSession_PlaybackStateChanged (line 396) | private async void PlaybackSession_PlaybackStateChanged(MediaPlaybackS... method MediaPlayer_MediaFailed (line 414) | private void MediaPlayer_MediaFailed(MediaPlayer sender, MediaPlayerFa... method HandlePlayPauseChanged (line 419) | private async Task HandlePlayPauseChanged(MediaPlaybackState playOrPause) method PlayerEventDebounceTimer_Tick (line 427) | private void PlayerEventDebounceTimer_Tick(object sender, object e) method CheckFireStateChanged (line 436) | private void CheckFireStateChanged() method OnPlayPauseChanged (line 461) | private async Task OnPlayPauseChanged(MediaPlaybackState playOrPause) method IsPlayingInternal (line 472) | private bool IsPlayingInternal(MediaPlaybackState eventToTest) method IsOpeningInternal (line 484) | private bool IsOpeningInternal(MediaPlaybackState eventToTest) method OnMediaLoaded (line 490) | private void OnMediaLoaded() method OnMediaLoading (line 495) | private void OnMediaLoading() FILE: src/BuildCast/Services/RemotePlayService.cs class RemotePlayService (line 28) | public class RemotePlayService : IRemotePlayerService method RemotePlayService (line 53) | public RemotePlayService(IPlayerService playerService, INavigationServ... method SearchCleanup (line 65) | public void SearchCleanup() method FindDevices (line 80) | public async Task FindDevices() method RemoteActivation (line 127) | public void RemoteActivation(BackgroundTaskDeferral backgroundTaskDefe... method SubscribeSystemsChange (line 135) | public IDisposable SubscribeSystemsChange(IAvailableSystemsObserver ob... method RemoteSystemWatcher_RemoteSystemUpdated (line 146) | private void RemoteSystemWatcher_RemoteSystemUpdated(RemoteSystemWatch... method RemoteSystemWatcher_RemoteSystemRemoved (line 158) | private void RemoteSystemWatcher_RemoteSystemRemoved(RemoteSystemWatch... method RemoteSystemWatcher_RemoteSystemAdded (line 177) | private void RemoteSystemWatcher_RemoteSystemAdded(RemoteSystemWatcher... method CreateRemoteConnection (line 194) | private async Task CreateRemoteConnection(IRemoteSy... method Connection_RequestReceived (line 228) | private async void Connection_RequestReceived(AppServiceConnection sen... method TaskInstance_Canceled (line 288) | private void TaskInstance_Canceled(IBackgroundTaskInstance sender, Bac... class RemoteConnection (line 298) | private class RemoteConnection : IRemoteConnection method RemoteConnection (line 304) | public RemoteConnection(AppServiceConnection connection, IPlayerServ... method Disconnect (line 311) | public Task Disconnect() method Dispose (line 317) | public void Dispose() method Pause (line 322) | public async Task Pause() method Play (line 332) | public async Task Play() method Seek (line 347) | public async Task Seek(TimeSpan timeStamp) method FastForward (line 358) | public async Task FastForward() method Rewind (line 368) | public async Task Rewind() method GetRemoteBitmap (line 378) | public async Task GetRemoteBitmap() method StartInking (line 399) | public void StartInking(NowPlayingState nowPlaying, byte[] imageBytes) method CheckGoodResponse (line 418) | private async Task CheckGoodResponse(AppServiceResponse response) class RemoteSystemDescription (line 427) | private class RemoteSystemDescription : IRemoteSystemDescription method RemoteSystemDescription (line 431) | public RemoteSystemDescription(RemotePlayService service) method PlayTo (line 458) | public Task PlayTo() class SubscriptionToken (line 464) | private class SubscriptionToken : IDisposable method SubscriptionToken (line 469) | public SubscriptionToken(List observerLis... method Dispose (line 477) | public void Dispose() FILE: src/BuildCast/Services/ThemeSelectorService.cs class ThemeSelectorService (line 25) | public static class ThemeSelectorService method GetSystemControlForegroundColorForThemeHex (line 36) | public static string GetSystemControlForegroundColorForThemeHex() method InitializeAsync (line 48) | public static async Task InitializeAsync() method SetThemeAsync (line 53) | public static async Task SetThemeAsync(ElementThemeExtended theme) method SetRequestedTheme (line 63) | public static void SetRequestedTheme() method GetLogoSource (line 112) | public static string GetLogoSource() method GetHomeImageSource (line 122) | public static string GetHomeImageSource() method GetHomeTheme (line 132) | public static ElementTheme GetHomeTheme() method GetHomeBackground (line 142) | public static Style GetHomeBackground() method TrueTheme (line 152) | public static ElementTheme TrueTheme() method SetupTitlebar (line 158) | private static void SetupTitlebar() method LoadThemeFromSettingsAsync (line 189) | private static async Task LoadThemeFromSettingsA... method SaveThemeInSettingsAsync (line 202) | private static async Task SaveThemeInSettingsAsync(ElementThemeExtende... FILE: src/BuildCast/Services/ViewModeService.cs class ViewModeService (line 25) | public class ViewModeService method CreateNewView (line 43) | public async Task CreateNewView(Func newViewObjectFactory, Actio... method SwitchToCompactOverlay (line 60) | public async Task SwitchToCompactOverlay(T newView, Action... method SwitchToNormalMode (line 74) | public async Task SwitchToNormalMode() method Register (line 86) | public void Register(NavigationView navview, Frame appNavFrame) method UnRegister (line 92) | public void UnRegister() method DoEnterFullscreen (line 98) | public void DoEnterFullscreen() method CollapseNavigationViewToBurger (line 128) | public void CollapseNavigationViewToBurger() method RestoreNavigationViewDefault (line 143) | public void RestoreNavigationViewDefault() method DoExitFullscreen (line 150) | public void DoExitFullscreen() method ToggleFullscreen (line 178) | public void ToggleFullscreen() method EnsureElements (line 191) | private void EnsureElements(NavigationView navview) FILE: src/BuildCast/ViewModels/DownloadsViewModel.cs class DownloadsViewModel (line 22) | public class DownloadsViewModel : INotifyPropertyChanged method DownloadsViewModel (line 30) | public DownloadsViewModel(INavigationService navigationService) method RemoveDownloadedEpisode (line 35) | public async void RemoveDownloadedEpisode(Episode episode) method ReloadDownloadList (line 44) | public async void ReloadDownloadList() method LoadDownloads (line 66) | public async Task LoadDownloads() method NavigateToEpisode (line 80) | internal void NavigateToEpisode(Episode episode) method NavigateToInkNote (line 85) | internal void NavigateToInkNote(InkNote ink) method NavigateToPlayerWithInk (line 90) | internal void NavigateToPlayerWithInk(InkNote ink) method BuildDownloads (line 95) | private void BuildDownloads(LocalStorageContext db) FILE: src/BuildCast/ViewModels/EpisodeDetailsViewModel.cs class EpisodeDetailsViewModel (line 22) | public class EpisodeDetailsViewModel : INavigableTo method EpisodeDetailsViewModel (line 26) | public EpisodeDetailsViewModel(INavigationService navigationService) method PlayCurrentEpisode (line 36) | public void PlayCurrentEpisode() method FavoriteCurrentEpisode (line 41) | public void FavoriteCurrentEpisode() method DownloadCurrentEpisode (line 50) | public void DownloadCurrentEpisode() method NavigatedTo (line 56) | public Task NavigatedTo(NavigationMode navigationMode, object parameter) FILE: src/BuildCast/ViewModels/FavoritesViewModel.cs class FavoritesViewModel (line 24) | public class FavoritesViewModel : INotifyPropertyChanged method FavoritesViewModel (line 31) | public FavoritesViewModel(INavigationService navigationService) method DownloadEpisode (line 36) | public void DownloadEpisode(Episode episode) method RemoveDownloadedEpisode (line 41) | public async void RemoveDownloadedEpisode(Episode episode) method RemoveFavoritedEpisode (line 50) | public async void RemoveFavoritedEpisode(Episode episode) method Refresh (line 74) | public async void Refresh() method NavigateToEpisodeAsync (line 96) | public Task NavigateToEpisodeAsync(Episode episode) => _navigationServ... method LoadFavorites (line 98) | internal async Task LoadFavorites() method BuildFavorites (line 112) | private void BuildFavorites(LocalStorageContext db) FILE: src/BuildCast/ViewModels/FeedDetailsViewModel.cs class FeedDetailsViewModel (line 24) | public class FeedDetailsViewModel : INavigableTo, INotifyPropertyChanged method FeedDetailsViewModel (line 50) | public FeedDetailsViewModel(INavigationService navigationService) method NavigatedTo (line 57) | public async Task NavigatedTo(NavigationMode navigationMode, object pa... method RefreshData (line 75) | public async Task RefreshData() method GoToEpisodeDetails (line 86) | public void GoToEpisodeDetails(Episode detailsItem) method PlayEpisode (line 93) | public void PlayEpisode(Episode episode) method FavoriteEpisode (line 98) | public void FavoriteEpisode(Episode episode) method DownloadEpisode (line 107) | public void DownloadEpisode(Episode episode) method RemoveTopThree (line 112) | public async Task RemoveTopThree() FILE: src/BuildCast/ViewModels/HomeViewModel.cs class HomeViewModel (line 18) | public class HomeViewModel method HomeViewModel (line 22) | public HomeViewModel(INavigationService navigationService) method NavigateToFeed (line 27) | public void NavigateToFeed(Feed selectedFeed) method NavigateToEpisode (line 32) | public void NavigateToEpisode(Episode episode) FILE: src/BuildCast/ViewModels/InkNoteViewModel.cs class InkNoteViewModel (line 17) | public class InkNoteViewModel method InkNoteViewModel (line 21) | public InkNoteViewModel(INavigationService navigationService) method GoBack (line 26) | public void GoBack() FILE: src/BuildCast/ViewModels/NotesViewModel.cs class NotesViewModel (line 25) | public class NotesViewModel : INotifyPropertyChanged method NotesViewModel (line 30) | public NotesViewModel(INavigationService navigationService) method ReloadNotes (line 54) | public async void ReloadNotes() method LoadNotes (line 59) | public async Task LoadNotes() method NavigateToItem (line 73) | public void NavigateToItem(object clickedItem) method NavigateToEpisode (line 105) | private void NavigateToEpisode(Episode episode) method NavigateToInkNote (line 110) | private void NavigateToInkNote(InkNote ink) method NavigateToPlayerWithInk (line 115) | private void NavigateToPlayerWithInk(InkNote ink) method BuildInkNotesForEpisode (line 120) | private void BuildInkNotesForEpisode(LocalStorageContext db) FILE: src/BuildCast/ViewModels/PlayerViewModel.cs class PlayerViewModel (line 25) | public class PlayerViewModel : INavigableTo, INotifyPropertyChanged method PlayerViewModel (line 31) | public PlayerViewModel(INavigationService navigationService, IRemotePl... method GoToInkNote (line 42) | public void GoToInkNote(InkNote note) method NavigatedTo (line 47) | public async Task NavigatedTo(NavigationMode navigationMode, object pa... method RefreshRemoteSystems (line 55) | public void RefreshRemoteSystems(object sender, EventArgs e) method CreateRemoteControl (line 60) | public async Task CreateRemoteControl(IRemoteSystem... class RemoteSystemsObserver (line 67) | public class RemoteSystemsObserver : IAvailableSystemsObserver method RemoteSystemsObserver (line 71) | public RemoteSystemsObserver(PlayerViewModel viewModel) method Add (line 76) | public void Add(IRemoteSystemDescription description) method Removed (line 81) | public void Removed(IRemoteSystemDescription description) FILE: src/BuildCast/ViewModels/SettingsViewModel.cs class SettingsViewModel (line 24) | public class SettingsViewModel : INotifyPropertyChanged method SettingsViewModel (line 36) | public SettingsViewModel() method GetCurrentMode (line 59) | public static async Task GetCurrentMode() method Initialize (line 132) | public void Initialize() method NavigatedTo (line 144) | public async Task NavigatedTo() method SetCurrent (line 149) | private static async Task SetCurrent(PipModes value) method GetCurrent (line 154) | private static async Task GetCurrent() method GetVersionDescription (line 159) | private string GetVersionDescription() FILE: src/BuildCast/Views/Downloads.xaml.cs class Downloads (line 28) | public sealed partial class Downloads : Page, IPageWithViewModel ViewModel.RemoveDownlo... method RefreshList (line 118) | private void RefreshList() => ViewModel.ReloadDownloadList(); method AppBarButton_Click (line 120) | private void AppBarButton_Click(object sender, RoutedEventArgs e) method swipeDelete_Invoked (line 126) | private void swipeDelete_Invoked(SwipeItem sender, SwipeItemInvokedEve... method MenuFlyoutItem_Click (line 137) | private void MenuFlyoutItem_Click(object sender, RoutedEventArgs e) method ContainerItem_PointerEntered (line 143) | private void ContainerItem_PointerEntered(object sender, PointerRouted... method ContainerItem_PointerExited (line 169) | private void ContainerItem_PointerExited(object sender, PointerRoutedE... method DownloadListView_ChoosingItemContainer (line 181) | private void DownloadListView_ChoosingItemContainer(ListViewBase sende... FILE: src/BuildCast/Views/EpisodeDetails.xaml.cs class EpisodeDetails (line 28) | public sealed partial class EpisodeDetails : Page, IPageWithViewModel ViewModel.DownloadEpi... method RemoveFavoritedEpisode (line 104) | private void RemoveFavoritedEpisode(Episode episode) => ViewModel.Remo... method DeleteEpisode (line 106) | private void DeleteEpisode(Episode episode) => ViewModel.RemoveDownloa... method RefreshList (line 108) | private void RefreshList() => ViewModel.Refresh(); method ContainerItem_PointerEntered (line 110) | private void ContainerItem_PointerEntered(object sender, PointerRouted... method ContainerItem_PointerExited (line 144) | private void ContainerItem_PointerExited(object sender, PointerRoutedE... method SwipeDownload_Invoked (line 156) | private void SwipeDownload_Invoked(SwipeItem sender, SwipeItemInvokedE... method SwipeUnfavorite_Invoked (line 164) | private void SwipeUnfavorite_Invoked(SwipeItem sender, SwipeItemInvoke... method MenuFlyoutItem_Click (line 172) | private void MenuFlyoutItem_Click(object sender, RoutedEventArgs e) method FavoriteListView_ChoosingItemContainer (line 177) | private void FavoriteListView_ChoosingItemContainer(ListViewBase sende... method UnfaveButton_Click (line 194) | private void UnfaveButton_Click(object sender, RoutedEventArgs e) method DeleteButton_Click (line 200) | private void DeleteButton_Click(object sender, RoutedEventArgs e) method DownloadButton_Click (line 206) | private void DownloadButton_Click(object sender, RoutedEventArgs e) FILE: src/BuildCast/Views/FeedDetails.xaml.cs class FeedDetails (line 30) | public sealed partial class FeedDetails : Page, IPageWithViewModel ViewModel.FavoriteEpi... method PlayEpisode (line 204) | private void PlayEpisode(Episode episode) => ViewModel.PlayEpisode(epi... method DownloadEpisode (line 206) | private void DownloadEpisode(Episode episode) => ViewModel.DownloadEpi... method MenuFlyout_Opening (line 208) | private void MenuFlyout_Opening(object sender, object e) method Feeditems_ItemClick (line 226) | private void Feeditems_ItemClick(object sender, ItemClickEventArgs e) method PlayMenuFlyoutItem_Click (line 233) | private void PlayMenuFlyoutItem_Click(object sender, RoutedEventArgs e) method PlayIconButton_Click (line 238) | private void PlayIconButton_Click(object sender, RoutedEventArgs e) method DownloadFlyoutItem_Click (line 243) | private void DownloadFlyoutItem_Click(object sender, RoutedEventArgs e) method DownloadButton_Click (line 248) | private void DownloadButton_Click(object sender, RoutedEventArgs e) method FavoriteFlyoutItem_Click (line 253) | private void FavoriteFlyoutItem_Click(object sender, RoutedEventArgs e) method FavoriteButton_Click (line 258) | private void FavoriteButton_Click(object sender, RoutedEventArgs e) method SwipeItem_Invoked (line 264) | private void SwipeItem_Invoked(SwipeItem sender, SwipeItemInvokedEvent... method FavoriteSwipeItem_Invoked (line 273) | private void FavoriteSwipeItem_Invoked(SwipeItem sender, SwipeItemInvo... method RefreshButton_Click (line 281) | private async void RefreshButton_Click(object sender, RoutedEventArgs e) method Button_RightTapped (line 286) | private async void Button_RightTapped(object sender, RightTappedRouted... method LoadMoreData (line 293) | private async Task LoadMoreData() method Podimage_ImageOpened (line 304) | private void Podimage_ImageOpened(object sender, RoutedEventArgs e) FILE: src/BuildCast/Views/Home.xaml.cs class Home (line 31) | public sealed partial class Home : Page, IPageWithViewModel method Home (line 35) | public Home() method UpdateBindings (line 76) | public void UpdateBindings() method OnNavigatedTo (line 81) | protected override void OnNavigatedTo(NavigationEventArgs e) method OnNavigatingFrom (line 95) | protected override void OnNavigatingFrom(NavigatingCancelEventArgs e) method HomeFeedGrid_ContainerContentChanging (line 102) | private void HomeFeedGrid_ContainerContentChanging(ListViewBase sender... method ItemContainer_Loaded (line 107) | private void ItemContainer_Loaded(object sender, RoutedEventArgs e) method HomeFeedGrid_ItemClick (line 155) | private void HomeFeedGrid_ItemClick(object sender, ItemClickEventArgs e) method AutoSuggestBox_TextChanged (line 162) | private void AutoSuggestBox_TextChanged(AutoSuggestBox sender, AutoSug... method AutoSuggestBox_SuggestionChosen (line 174) | private void AutoSuggestBox_SuggestionChosen(AutoSuggestBox sender, Au... FILE: src/BuildCast/Views/InkNote.xaml.cs class InkNote (line 37) | public sealed partial class InkNote : Page, IPageWithViewModel Save_InkedImagetoStream(IRandomAccessStream s... method DrawXamlOverlay (line 452) | private async Task DrawXamlOverlay(CanvasDevice device, CanvasRenderTa... method Save_XAML (line 477) | private async Task Save_XAML() FILE: src/BuildCast/Views/NavigationRoot.xaml.cs class NavigationRoot (line 26) | public sealed partial class NavigationRoot : Page method NavigationRoot (line 32) | public NavigationRoot() method InitializeNavigationService (line 66) | public void InitializeNavigationService(INavigationService navigationS... method ToggleFullscreen (line 73) | public void ToggleFullscreen() method ExitFullScreen (line 78) | public void ExitFullScreen() method OnNavigatedTo (line 83) | protected override void OnNavigatedTo(NavigationEventArgs e) method OnNavigatedFrom (line 93) | protected override void OnNavigatedFrom(NavigationEventArgs e) method Nav_BackRequested (line 98) | private void Nav_BackRequested(object sender, BackRequestedEventArgs e) method NavigationService_Navigated (line 104) | private void NavigationService_Navigated(object sender, EventArgs e) method AppNavFrame_Navigated (line 113) | private void AppNavFrame_Navigated(object sender, NavigationEventArgs e) method Page_Loaded (line 135) | private void Page_Loaded(object sender, RoutedEventArgs e) method Navview_ItemInvoked (line 155) | private void Navview_ItemInvoked(NavigationView sender, NavigationView... method GetIcon (line 184) | public static string GetIcon(string kind) method ShortDate (line 197) | public static string ShortDate(DateTime d) FILE: src/BuildCast/Views/NoteDataTemplateSelector.cs class NoteDataTemplateSelector (line 19) | public class NoteDataTemplateSelector : DataTemplateSelector method SelectTemplateCore (line 25) | protected override DataTemplate SelectTemplateCore(object item, Depend... FILE: src/BuildCast/Views/Notes.xaml.cs class Notes (line 25) | public sealed partial class Notes : Page, IPageWithViewModel ViewModel.ReloadNotes(); method AppBarButton_Click (line 90) | private void AppBarButton_Click(object sender, RoutedEventArgs e) method SwipeDelete_Invoked (line 120) | private void SwipeDelete_Invoked(SwipeItem sender, SwipeItemInvokedEve... method MenuFlyout_Opening (line 150) | private void MenuFlyout_Opening(object sender, object e) method MenuFlyoutItem_Click (line 168) | private void MenuFlyoutItem_Click(object sender, RoutedEventArgs e) FILE: src/BuildCast/Views/Player.xaml.cs class Player (line 37) | public sealed partial class Player : Page, IPageWithViewModel data, CanvasDrawi... FILE: src/BuildCast/Views/PopupPlayer.xaml.cs class PopupPlayer (line 23) | public sealed partial class PopupPlayer : Page method PopupPlayer (line 28) | public PopupPlayer(PipModes mode) method StartVideo (line 41) | public void StartVideo() method PlayerHolder_SizeChanged (line 46) | private void PlayerHolder_SizeChanged(object sender, SizeChangedEventA... method Btnexit_LeaveCompactMode (line 51) | private async void Btnexit_LeaveCompactMode(object sender, RoutedEvent... FILE: src/BuildCast/Views/SettingsPage.xaml.cs class SettingsPage (line 19) | public sealed partial class SettingsPage : Page, IPageWithViewModel